/* Add custom CSS styles below */ 
h1:not(.section-1 h1),
p:not(.section-1 p) , h2{
    text-align: center;
}

.section-2 .card:hover p {
    color: #F77479 !important;
}

  @media (max-width: 767px) {
    .GL-promotional-banner:not(.section-4) img {
        object-fit: contain !important;
    }
    .GL-promotional-banner:not(.section-4) .img-height {
        height: clamp(160px, 50vw, 600px) !important;
    }
}