/* Skin Type Section */
.skin-type-section{
    padding: 125px 0 99px 0;
}
.skin-type-parent h2{
    text-align: center;
    margin-bottom: 75px;
}
.skin-type-wrap{
    padding: 0 20px 0 0;
}
.skin-type-block{
    padding: 10px 0 10px 10px;
    min-height: 205px;
    border: 1px solid #014D55;
    background-color: #fff;
    border-radius: 5px;
}
.skin-type-image{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 120px;
}
.skin-type-image img{
    height: 80px;
    object-fit: contain;
}
.gx-19{
    --bs-gutter-x: 19px;
}
.gx-15{
    --bs-gutter-x: 15px;
}
.gy-14{
    --bs-gutter-y: 14px;
}
.skin-type-block h3{
    text-align: center;
    margin: 19px 0 0 0;
    color: #014D55;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
}
.skin-type-img{
    min-height: 100%;
    margin: 0 0 0 -20px;
    border-radius: 7.5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .skin-type-img img{
    width: 100%;
    border-radius: 7.5px;
    height: 100%;
    object-fit: cover;
} */
.skin-type-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:  10px;
    min-height: 120px;
    background: linear-gradient(90deg,rgba(1, 77, 85, 1) 0%, rgba(37, 99, 104, 1) 50%, rgba(1, 77, 85, 1) 100%);
    color: #fff!important;
    font-size: 23px;
    line-height: 27px;
    border-radius: 5.67px;
    font-weight: 300;
    margin-top: 14px;
}
.skin-type-btn strong{
    font-weight: 400;
}
.skin-type-btn img{
    width: 43px;
    margin: 0 0 0 10px;
}




/* Responsive */
@media screen and (max-width: 1550px) {

}
@media screen and (max-width: 1299px) {


    /* Skin Type Section  */
    .skin-type-section{
        padding: 70px 0;
    }
    .skin-type-parent h2{
        margin-bottom: 40px;
    }
    .skin-type-btn{
        min-height: 80px;
        font-size: 18px;
    }
    .skin-type-btn img{
        width: 30px;
    }

    .skin-type-block{
        min-height: 170px;
    }
    .skin-type-image{
        min-height: 90px;
    }
    .skin-type-image img{
        height: 60px;
    }

}

@media screen and (max-width: 1199px) {

    .skin-type-block h3{
        font-size: 24px;
    }
    .skin-type-btn{
        line-height: normal;
    }
}


@media screen and (max-width: 991px) {


    .skin-type-wrap{
        padding: 0 0 20px 0;
    }
    .skin-type-img{
        min-height: 350px;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {

    .skin-type-section{
        padding: 50px 0;
    }
    .skin-type-btn{
        font-size: 15px;
    }
}
@media (min-width:576px) and (max-width:767px) {}