.hero_title{
    color: #000;
    font-size: 39px!important;
    font-style: normal;
    line-height: 112.1%; /* 43.719px */
}
.hero_sub_title{
    font-size: 24px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    margin-bottom: 26px;
}
.scheduleBtn{
    border-radius: 4px;
    background: #ED494D;
    padding: 12px 24px;
    color: #FFF;
    font-size: 18px;
    line-height: normal;
    background-color: #e52b2b;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}

.our_partners_section {
    padding: 80px 0 0;
    background-color: #fff;
}
.our_partners_section h3{
    color: #000;
    text-align: center;
    font-size: 32px!important;
    font-style: normal;
    line-height: normal;   
    margin-bottom: 46px;  
    text-align: center;
}
.our_partners_section p{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.brand_logos_wrapper > div {
    flex: 0 1 224px;
}
.main_title{
    color: #000;
    font-size: 29px!important;
    font-style: normal;
    line-height: normal;
}
.para_description{
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: 26px; /* 144.444% */
}
.mb-11{
    margin-bottom: 11px;
}
.ps-73{
    padding-left: 73px;
}
.pe-73{
    padding-right: 73px;
}
.features_section{
    padding: 56px 0 76px 0;
}
.features_section h2{
    color: #000;
    text-align: center;
    font-size: 32px!important;
    font-style: normal;
    line-height: normal;
    margin-bottom: 62px;
}
.mb-45{
    margin-bottom: 45px;
}
.card_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 19px;
    border: 1px solid #E0E0E0;
    background: rgba(255, 255, 255, 0.77);
    height: 264px;
    margin-right: 1rem;
}
.card_title{
    margin-top:23px;
    color: #000;
    text-align: center;
    font-size: 22px!important;
    font-style: normal;
    line-height: normal;
}
.call_to_action_section{
    margin-block:2rem ;
}
.call_to_action_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
    border: 8px solid #FFF;
    background: #EFF3FF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
    flex-wrap: wrap;
}
.call_to_action_section h3{
    color: #000;
    font-size: 28px!important;
    font-style: normal;
    font-weight: 500;
    line-height: 39px; /* 139.286% */
    margin-bottom: 43px;
}
.content_section{
    /* margin-bottom: 140px; */
}
.synchronization_img{
    width: 392px;
    height: 392px;
}
.rateriority_img{
    width: 357px;
    height: 357px;
}
.visualize_img{
    width: 418px;
    height: 282px;
}

/* start mobile responsiveness */
@media only screen and (max-width:767px){
    .hero_title{
        font-size: 29px!important;
    }
    .hero_sub_title{
        font-size: 17px!important;
        line-height: 21px; /* 123.529% */

    }
    .scheduleBtn{
        margin-bottom: 18px;
    }
    .bg-home {
        padding-bottom: 118px;
    }
    .our_partners_section h3{
        color: #000;
        font-size: 24px!important;
        font-style: normal;
        line-height: 33px; /* 137.5% */
        text-align: left;
    }
    .our_partners_section{
        padding: 35px 0;
    }
    .brand_logos_wrapper > div {
        flex: 0 1 170px;
    }
    .flex-170 {
        flex: 0 1 150px;
    }
    .our_partners_section p{
        font-size: 14px;
        line-height: 20px; /* 142.857% */
    }
    .main_title{
        font-size: 24px!important;
        font-style: normal;
        line-height: normal;
        margin-top: 28px;
    }
    .para_description{
        font-size: 14px;
        font-style: normal;
        line-height: 20px; /* 142.857% */
    }
    .ps-73 {
        padding-left: 0;
    }
    .pe-73 {
        padding-right: 0;
    }
    .mb-86 {
        margin-bottom: 63px;
    }
    .flex-direction-column-reverse{
        flex-direction: column-reverse;
    }
    .features_section{
        padding: 46px 0 56px 0;
    }
    .card_wrapper{
        height: 160px;
        margin-right: 0;
        padding: 16px;
    }
    .mb-45{
        margin-bottom: 22px;
    }
    .card_wrapper img{
        width: 60px;
        height: 60px;
    }
    .card_title{
        font-size: 16px!important;
    }
    .features_section h2{
        margin-bottom: 43px;
        font-size: 30px!important;
    }
    .call_to_action_wrapper{
        flex-direction: column-reverse;
    }
    .call_to_action_section h3{
        margin-top: 43px;
        margin-bottom: 20px;
        font-size: 24px!important;
    }
    .synchronization_img{
        width: 100%;
        height: 265px;
    }
    .visualize_img{
        width: 100%;
        height: 240px;
    }
    .content_section{
        margin-bottom: 67px;
    }
}


