.cardCont{
    width: 250px;
    height: 573px;
    display: flex;
}

.service-card {
    width: 210px;
    height: 500px;
    color: #FFFFFF;
    border-radius: 8px;

}

.cardBannerImg{
    width: 210px;
    height: 202px;
    border-radius: 8px;
}

.icon-wrap {
    margin-top: -130px;
    padding: 10px;
    background-color: #FFFFFF;
}
.icon-circle {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #FFFFFF;
}

.label-bar{
    width: 242px;
    height: 116px;
    position: absolute;
    margin-left: -16px;
    margin-top: -30px;
}

.icon-cont{
    width: 100%;
    height: 100%;
    background-color: #F6D23C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-icon{
    width: 30px;
    height: 30px;
}

.card_content{
    width: 165px;
    height: 105px;
    margin-top: 30%;
    margin-left: 25px;
}

.card_content p{
    text-align: center;
    font-size: 14px;
}

.card_btn{
    width: 175px;
    height: 48px;
    border-radius: 8px;
    background-color: #F6D23C;
    border: none;
    margin-top: 100px;
    margin-left: 18px;
}