#home .col-lg-5:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.heading {
    font-family: PlayfairDisplay-Bold, serif;
    font-size: 66px;
    line-height: 77px;
    color: #020226;
    margin-top: 32px;
}
.subheading {
    font-family: Poppins-Regular, sans-serif;
    font-size: 24px;
    line-height: 37px;
    color: #66667C;
    margin-top: 27px;
    margin-bottom: 27px;
}
.swiper img.img-fluid {
    max-height: calc(100vh - 98px);
}
.swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-color: #F5F8FE;
}
.cta-btn {
    font-family: Poppins-SemiBold, sans-serif;
    background-color: #003184;
    display: inline-block;
    border-radius: 10px;
    padding: 16px 24px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s;
}
.cta-btn:hover, .cta-btn:focus {
    color: #FFFFFF;
    background-color: #66667C;
    text-decoration: none;
}
.cta-01 {
    font-size: 21px;
    line-height: 35px;
    max-width: 510px;
}
.mission {
    font-size: 24px;
    line-height: 51px;
    color: #66667C;
    font-family: Poppins-Regular, sans-serif;
    max-width: 520px;
}
.mission span {
    font-family: Poppins-Medium, sans-serif;
    color: #020226;
}
.mission-section .col-lg-6 .col-lg-4 p {
    color: #003184;
    font-family: Poppins-Bold, sans-serif;
    font-size: 65px;
    line-height: 48px;
}
.mission-section .col-lg-6 .col-lg-4 p span {
    color: #66667C;
    font-family: PlayfairDisplay-Regular, serif;
    font-size: 22px;
    display: inline-block;
    min-height: 96px;
}
.mission-section {
    padding-top: 120px;
    padding-bottom: 94px;
    background-color: #FFFFFF;
}
.mission-section .col-lg-6 {
    display: flex;
    align-items: cente;
}
.mission-section .col-lg-6 > .row {
    width: 100%;
}
.brand-section {
    padding-top: 80px;
    padding-bottom: 87px;
}
.brand-section * {
    text-align: center;
}
.brand-section p {
    font-family: PlayfairDisplay-Regular, serif;
    color: #606069;
    font-size: 38px;
    line-height: 76px;
    margin-right: 60px;
}
.brand-section img.img-fluid {
    margin-right: 40px;
}
.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-section .col-lg-10 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.overline {
    text-transform: uppercase;
    color: #003184;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 20px;
    line-height: 30px;
}
.section-heading {
    font-family: PlayfairDisplay-Bold, serif;
    font-size: 55px;
    line-height: 65px;
    color: #020226;
    margin-bottom: 43px;
    max-width: 639px;
}
.cta-02 {
    font-size: 20px;
    line-height: 30px;
}
.content-container {
    max-width: 295px;
}
.heading-detail {
    font-family: PlayfairDisplay-Bold, serif;
    font-size: 21px;
    line-height: 28px;
    color: #020226;
    margin-top: 12px;
}
.details {
    color: #66667C;
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.people-section {
    padding-bottom: 260px;
    background-color: #FFFFFF;
    padding-top: 140px;
}
.enterprise-section {
    background-color: #FFFFFF;
    padding-bottom: 120px;
}
#contact:before, #contact:after {
    background-repeat: no-repeat;
    background-size: contain;    
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
#contact:before {
    bottom: 0;
    left: 0;
    background-position: left bottom;
}
#contact:after {
    right: 0;
    top: 0;
    background-position: right top;
}
.main {
    margin-bottom: 0;    
}
.main > .row:not(#home) {
    padding-top: 176px;
}
#home {
  padding-top: 98px;
  height: 100%;  
}
#contact {
    padding-top: 98px;
    background-color: #F5F8FE;
    position: relative;
    padding-bottom: 120px;
}
#contact * {
    text-align: center;    
}
.contact-heading {
    font-family: PlayfairDisplay-Bold, serif;
    font-size: 32px;
    line-height: 46px;
    color: #020226;
}
.contact-details {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #66667C;
    max-width: 969px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.wsp-btn {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #FFFFFF;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    padding: 8px;
    background-color: #2BB741;
    max-width: 420px;
    width: 100%;
}
.wsp-btn img {
    max-width: 30px;
    margin-right: 8px;
}
.wsp-btn:hover, .wsp-btn:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #66667C;
}
.counter .col-lg-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.middle-element:before, .middle-element:after {
    content: "";
    display: block;
    width: 1px;
    background: grey;
    height: 34%;
    top: 25%;
    position: absolute;
}
.middle-element:before {
    left: 0;
}

.middle-element:after {
    right: 0;
}
.spacing {
    margin-top: 28px;
}
@media only screen and (max-width: 1023px) {
    .mySwiper {
        margin-top: 45px;
    }
    .heading, .section-heading, .contact-heading {
        font-size: 27px;
        line-height: 47px;
    }
    .subheading {
        font-size: 18px;
        line-height: 33px;
    }    
    #home .col-lg-5:last-child {
        margin-top: 45px;
    }
    #contact {
        padding-top: 120px;
    }
    .mission {
        font-size: 24px;
        margin-bottom: 45px;
        line-height: 46px;
    }
    .middle-element {
        padding-top: 40px;
        margin-bottom: 45px;
        margin-top: 22px;
        padding-bottom: 16px;
    }
    .mission-section .col-lg-6 .col-lg-4 p {
        margin: 0;
        text-align: center;
    }
    .middle-element:before {
        top: 0;
    }
    .middle-element:after {
        bottom: 0;
        top: auto;
    }
    .middle-element:before, .middle-element:after {
        width: 34%;
        height: 1px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .cta-btn {
        text-align: center;
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }
    .cta-02 {
        margin-bottom: 72px;
    }
    .people-section {
        padding-bottom: 93px;
        padding-top: 93px;
    }
    .contact-details {
        font-size: 16px;
    }
    .o-1 {
        order: 1;
    }
    .o-2 {
        order: 2;
    }
    .content-container {
        margin-top: 28px;
        max-width: 100%;
    }
    .wsp-btn {
        padding: 10px;
        font-size: 16px;
        width: 100%;
    }   
    .wsp-btn img {
        width: 24px;
        margin-right: 16px;
    }
    #contact:before, #contact:after {
        width: 78%;
    }
    .main > .row {
        padding-top: 130px;
    }
    .enterprise-section {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 1199px) {

    .brand-section .col-lg-10, .img-container {
        flex-direction: column;
    }
    .brand-section p {
        font-size: 30px;
        line-height: 50px;
    }
    .brand-section img.img-fluid {
        margin-top: 40px;
        max-width: 140px;
    }
    .brand-section p, .brand-section img.img-fluid {
        margin-right: 0;        
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .heading {
        font-size: 50px;
        line-height: 73px;
    }
    .subheading, .cta-btn  {
        font-size: 20px;
        line-height: 34px;
    }


.mission-section .col-lg-6 .col-lg-4 p {
    font-size: 54px;
    line-height: 44px;
}
.mission-section .col-lg-6 .col-lg-4 p span {
    font-size: 20px;
    min-height: 90px;
}
.brand-section p {
    font-size: 33px;
    line-height: 64px;
}
.section-heading, .contact-heading {
    font-size: 32px;
    line-height: 46px;
}
}
