/* make us */
.what-make-us .container-fluid{
    padding-left:80px;
    padding-right:80px;
}
.what-make-us .heading{
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: normal;
    text-align: left;
    color: #222222;
    padding-bottom: 48px;
    margin-bottom: 0;
}
.what-make-us .image-card{
    position: relative;
    border: 0;
    width: 100%;
    height: 600px;
    border-radius: 24px;
    margin-bottom: 32px;
}
.what-make-us .image-card img{
    padding: 0;
    border-radius: 24px;
    height: 100%;
}
.what-make-us .image-card:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 24px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(275deg, rgba(0, 0, 0, 0.00) 53.17%, rgba(0, 0, 0, 0.44) 87.2%);
}
.what-make-us .card-des{
    position: absolute;
    left:0;
    top: 0;
    padding: 48px;
    width: 466px;
    z-index: 9;
}
.what-make-us .card-des .des-title{
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.what-make-us .card-des .des-content{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    width: 364px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .what-make-us .container-fluid{
        padding-left:16px;
        padding-right:16px;
    }
    .what-make-us .image-card{
        width: 100%;
        height: auto;
        border-radius: 16px;
        background: #F2FBF5;
    }
    .what-make-us .image-card img{
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        max-height: 201px;
        height: 201px;
        object-fit: cover;
    }
    .what-make-us .image-card:before{
        content: none;
    }    
    .what-make-us .image-card{
        height: auto;
    }
    .what-make-us .card-des{
        position: relative;
        padding: 24px;
        width: 100%;
        z-index: 9;
    }
    .what-make-us .card-des .des-title{
        color: #222222;
        font-size: 24px;
        line-height: 28.8px;
    }
    .what-make-us .card-des .des-content{
        width: 100%;
        color: #414141;
    }
    .what-make-us .heading{
        font-size: 36px;
        line-height: 107%;
        padding-bottom: 32px;
    }
    .what-make-us .mob-padding{
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px){
    .what-make-us .card-des .des-title{
        font-size: 24px;
        line-height: 28.8px;
    }
    .what-make-us .card-des .des-content{
        font-size: 16px;
        line-height: 24px;
    }
    .what-make-us .image-card img{
        object-fit: initial;
    }
}
@media only screen and (min-width: 601px) and (max-width: 767px){
    .what-make-us .image-card img{
        object-fit: initial;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .what-make-us .image-card{
        height: auto;
    }    
    .what-make-us .card-des{
        width: 320px !important;
        padding: 36px !important;
    }
    .what-make-us .card-des .des-content{
        width: 100% !important;
    }
    .what-make-us .card-des .des-title{
        font-size: 28px;
        line-height: 32px;
    }
    .what-make-us .card-des .des-content{
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px){
    .what-make-us .image-card img{
        object-fit: cover;
    }
}