.banner-img {
    height: 400px;
    object-fit: cover;
}

.bayi-card {
    border: 0 !important;
    transition: .3s;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2.98px 23.83px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8.94px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 130.34px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.bayi-card img {
    width: 130px;
    object-fit: contain;
    height: 120px;
}

.bayi-card-detay {
    margin-top: 20px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: rgba(112, 129, 124, 1) !important;
}

.bayi-cards {
    transition: .3s;
    width: 251.74px;
    border: 0 !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.bayi-card:hover {
    transition: .3s;
    border: 1px solid rgba(245, 245, 245, 1);
    box-shadow: unset !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.bayi-cards:hover .bayi-card-detay {
    color: rgba(25, 26, 25, 1) !important;
}

.bayi-row {
    margin-top: 90px !important;
    row-gap: 2rem;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .bayi-cards {
        width: 200.74px;
    }
}

@media only screen and (max-width: 767px) {
    .bayi-cards {
        width: 100%;
    }
    .banner-img {
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 575px) {
    .bayi-card {
        height: 160.34px;
        width: 50%;
        margin: auto;
    }
}

@media only screen and (max-width: 425px) {
    .bayi-card {
        height: 160.34px;
        width: 70%;
        margin: auto;
    }
}