@media screen and (max-width: 1199px){
    .btn-primary-outline{
        font-size: 15px;
        line-height: 22px;
    }
    .consecrated-life .inner-page .entry-header.custom-entry-header h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 40px;
        max-width: 95%;
    }
    .two-floating-section h2 {
        margin-bottom: 30px;
    }
    .team-section .team-row {
        padding: 80px 0;
    }
    .team-section .team-row:not(.team-row-reverse) .right {
        padding-left: 50px;
    }
    .team-section .team-row.team-row-reverse .left {
        padding-right: 50px;
    }
    .team-section .team-row p {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 899px){
    .consecrated-life .inner-page .entry-header.custom-entry-header h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .team-section .team-row:not(.team-row-reverse) .right {
        padding-left: 30px;
    }
    .team-section .team-row.team-row-reverse .left {
        padding-right: 30px;
    }
    .team-section .team-row p {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .two-floating-section.reverse .kc-wrap-columns{
        flex-direction: column-reverse;
    }
    .two-floating-section .kc-wrap-columns .right{
        padding: 50px 0;
    }
    .two-floating-section.reverse .kc-wrap-columns .right{
        padding: 0;
    }
    .two-floating-section.reverse .kc-wrap-columns .left{
        padding: 50px 0;
    }
    .consecrated-life .inner-page .entry-header.custom-entry-header h1 {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 25px;
    }
}
@media screen and (max-width: 649px){
    .btn-primary-outline{
        font-size: 14px;
        padding: 7px 25px;
    }
    .consecrated-life .inner-page .entry-header.custom-entry-header h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 579px){
    .consecrated-life .inner-page .entry-header.custom-entry-header h1 {
        font-size: 22px;
        line-height: 26px;
        max-width: 100%;
    }
}
@media screen and (max-width: 480px){
    .consecrated-life .inner-page .entry-header.custom-entry-header h1 {
        font-size: 18px;
        line-height: 21px;
    }
    .consecrated-life .inner-page .entry-header.custom-entry-header h1 span::after {
        height: 1px;
        bottom: -1px;
    }
}
@media screen and (max-width: 361px){
    .consecrated-life .inner-page .entry-header.custom-entry-header h1 {
        font-size: 18px;
        line-height: 22px;
    }
}