.contact-form-title-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 71px 0 37px 0;
    margin: 0;
}

.contact-form-title-container {
    width: 85%;
    max-width: 1842px;
}


.contact-form-title-container h3 {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;

}

.contact-section {
    margin: 0;

}

.contact-section-container {
    display: flex;
    justify-content: center;
    width: 100%;    
}

.contact-coluimns-container {
    display: flex;
    justify-content: center;
    width: 85%;
    max-width: 1842px;
    gap: 0 clamp(10px, 2vw, 41px);
}

.contact-coluimns-container>.wp-block-column {
    width: 100%;
}

.wpcf7-form {
    width: 100%;
    max-width: 815px;
}

.contact-input-container p {
    display: flex;
    gap: 0 clamp(8px, 1vw, 16px);
    justify-content: space-between;
    margin-bottom: 15px;
}

.contact-input-container input {
    width: 100%;
    padding: 16px 19px;
    background-color: #F7F7F7;
    border: none;
    outline: none;
    border-radius: 34px;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
}

.contact-form-container textarea {
    width: 100%;
    background-color: #F7F7F7;
    border: none;
    outline: none;
    border-radius: 34px;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    padding: 24px 18px;
    resize: none;
    height: 194px;
    overflow-y: auto;
}

.wpcf7-submit {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: white;
    padding: 11px 31px;
    background-color: #C52D23;
    border-radius: 14px;
    margin-top: 30px;
    outline: none;
    border: none;
}

.qr-container-parent {
    display: flex;
    gap: 0 clamp(8px, 4vw, 61px);
}

.contact-text {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    max-width: max-content;
}

.contact-text-bold {
    font-weight: 700;
}

.contact-text-1,
.contact-text-4 {
    margin-bottom: 17px;
}

.contact-texts-2 {
    margin: 0;
}

.contact-text-2,
.contact-text-5 {
    margin-bottom: 52px;
}


.contact-qr-container {
    display: flex;
    align-items: flex-end;
    gap: 0 clamp(4px, 2vw, 14px);
}

.contact-qr-code-container {
    width: 100px;
    height: 100px;
}

.contact-qr-code-container img {
    width: 100px;
    height: 100px;
}

.contact-text-3,
.contact-text-6 {
    max-width: 136px;
}