.section-title {
    text-align: center;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto
}

.section-title .field-image img {
    max-width: 250px;
    text-align: center
}

.section-title.position-left {
    text-align: left
}

.section-title.position-right {
    text-align: right
}

.section-title.dark .field-subtitle,
.section-title.dark .field-title {
    color: #fff
}

@media (max-width:768px) {
    .section-title.col-6 {
        flex: 1;
        padding: 0
    }
}

@media (min-width:1280px) and (max-width:1399px) {
    .section-title {
        max-width: 100%
    }
}

.primary-blue-background .reusable-title {
    color: #fff
}

.reusable-title.position-center {
    text-align: center
}

.section-title .field-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
    color: #12225c
}

@media (max-width:1439px) {
    .section-title .field-title {
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width:767px) {
    .section-title .field-title {
        font-size: 30px;
        line-height: 40px
    }
}

.section-title .field-subtitle,
.section-title .field-subtitle p {
    font-size: 16px;
    line-height: 22px
}

.section-title.big .field-title {
    font-size: 60px;
    line-height: 70px
}

@media (max-width:1439px) {
    .section-title.big .field-title {
        font-size: 48px;
        line-height: 58px
    }
}

@media (max-width:767px) {
    .section-title.big .field-title {
        font-size: 37px;
        line-height: 47px
    }
}

.section-title.big .field-subtitle {
    padding-top: 20px
}

body.professional:not(.on-page-editor) .section-title.position-left {
    margin: 40px 0
}

body.professional:not(.on-page-editor) .section-title .field-title {
    color: #fff;
    font-weight: 600
}

body.professional:not(.on-page-editor) .section-title .field-subtitle {
    color: #fff;
    font-weight: 400
}

body.professional:not(.on-page-editor) .section-title .field-subtitle p {
    color: #fff;
    font-weight: 400
}

.reusable-title {
    color: #12225c
}

.container-dark-background .reusable-title {
    color: #fff
}

.reusable-title.page-title {
    margin-top: 56px
}

@media (max-width:1200px) {
    .reusable-title.page-title {
        margin-top: 40px
    }
}

@media (max-width:768px) {
    .reusable-title.page-title {
        margin-top: 20px
    }
}

body.professional:not(.on-page-editor) .reusable-title {
    color: #fff
}

body.professional:not(.on-page-editor) .reusable-title+.tabs {
    margin-left: auto;
    margin-right: auto
}