body {
    font-family: 'Montserrat';
}

.btnbgm {
    background-color: #176EA2;
    opacity: 1;
    color: #ffffff;
}



.card {
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .service-top {
    margin-top: 10%;
} */

/* @media (max-width: 1200px) {
    .service-top {
        margin-top: 15%;
    }

} */

@media (max-width: 969px) {
    .service-top {
        margin-top: 5%;
    }

}

@media (max-width: 768px) {
    .service-top {
        margin-top: 20%;
    }

}

@media (max-width: 600px) {
    .service-top {
        margin-top: 25%;
    }

}

@media (max-width: 500px) {
    .service-top {
        margin-top: 30%;
    }

}

@media (max-width: 450px) {
    .service-top {
        margin-top: 30%;
    }

}

@media (max-width: 400px) {
    .service-top {
        margin-top: 38%;
    }

}