.font-size-big {
    font-size: 1.5rem !important;
}

.font-size-medium {
    font-size: 1.3rem !important;
}

.description-section {
    padding-bottom: 0px !important;
}

.apply-now-btn {
    background: #08b6a7;
    border: none;
    color: white;
    position: relative;
    transition: background 0.4s ease;
    z-index: 1;
    overflow: hidden;
}

.apply-now-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-125deg, #e8f5e9 0%, #ffffff 50%, #14e7ec 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.apply-now-btn:hover::before {
    opacity: 1;
}
.measure_card_img{
    max-height: 325px;
}

/*.map-section{
    padding-top:0px !important;
}*/
.more-info-btn {
    display: inline-block;
    font-size: 1.4rem;
    color: #08b6a7;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s ease;
}
.more-info-btn::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #00796B;
    transition: width .3s ease;
    margin: 0 auto;
}

.more-info-btn:hover {
    color: #004D40;
}

.more-info-btn:hover::after {
    width: 100%;
}

@media (max-width: 576px) {

}