.sec-met-1 {
    background-image: url(../../asset/images/bg-meteran.png);
    /* min-height: 100vh; */
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    width: 100%;

}

.sec-met-2 {
    /* background-image: url(../../asset/2934176.png); */
    /* min-height: 100vh; */
    background-size: 400px;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 16px;
    width: 100%;

}

.cards-met {
    width: 100%;
    background-color: white;
    border-radius: 24px;
    padding: 0px 16px;
    min-height: 240px;
}
.cards-met .con-title {
    margin-inline: auto;
    text-align: center;
    width: 160px;
    padding: 16px 0;
    border-radius: 0px 0px 16px 16px;
}

.b-rad {
    border-radius: 32px;
}

@media only screen and (max-width: 600px) {
    .sec-met-1 {
        background-position-x: left;
    }
    .sec-met-2 {
        background-size: 0px;
    }
}