.contact-form{
    margin: auto;
}

.iframe-wrapper{
    position: relative;
    width: 100%;
    height: 400px;
}

iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-area{
    background-color: rgba(17, 17, 17, 0.02);
}

.contact-card{
    padding: 35px 50px !important;
}1

.contact-section{
    margin-bottom: 20px;
}

.contact-section .contact-title{
    color: #111111;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-section .contact-content{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
}