h1.page-title-section {
    font-family: var(--font-trakya);
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    margin: 0 !important;
    color: var(--color-text);
}
h2.page-title-section {
    font-family: var(--font-figtree);
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin: 0 !important;
    color: var(--color-text);
}
p, ul li, ol li {
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1200px) {
    h1.page-title-section {
        font-size: 32px;
        line-height: 40px;
    }
    h2.page-title-section {
        font-size: 22px;
        line-height: 30px;
    }
    p, ul li, ol li {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 992px) {
    h1.page-title-section {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    h1.page-title-section {
        font-size: 24px;
        line-height: 30px;
    }
    h2.page-title-section {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 576px) {
    h2 {
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
    }
}
/***/
@media (min-width: 0) {
    .ps-banner--hero {
        max-height: 230px;
        min-height: auto!important;
    }
}
@media (min-width: 1440px) {
    .ps-banner__wrapper .banner_title, .ps-banner__wrapper .ps-banner__subtitle {
        font-size: 48px;
        line-height: 1.2;
    }
}
section.contact-form {
    background: #F9F8F6;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    margin: 0 auto 2rem;
}
body#contact #center-column, #contact nav.breadcrumb__wrapper {
    max-width: 890px;
    margin-inline: auto;
    width: 100%;
}
#contact nav.breadcrumb__wrapper {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {  
    section.form-fields {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 1rem;
    }
    section.form-fields > div.form-group {
        width: calc(50% - 8px);
    }
    section.form-fields > div.form-group.full-group {
        width: 100%;
    }
    .buttons-wrapper .btn.btn-primary {
        font-size: 18px;
        line-height: 28px;
        padding: 8px 27px;
        margin: .5rem 0 .5rem auto;
    }
    .form-label, label {
        font-size: 16px;
        line-height: 30px;
    }
}   
@media (max-width: 768px) {
    section.contact-form {
        padding: 1.5rem;
    }
} 
@media (max-width: 576px) {
    section.contact-form {
        padding: 1rem;
    }
}