.banner-section {
    height: 235px;
}

.banner-caption {
    width: 80%;
    top: 50%;
    left: 10%;
    text-align: center;
    transform: translateY(-50%) !important;
}

.banner-title {
    background: linear-gradient(
        90deg,
        #fff8a5 0%,
        #fde67e 10.79%,
        #f0d36f 28.96%,
        #cb9a42 49.41%,
        #ebcb68 75.27%,
        #fde67e 86.08%,
        #fff7a0 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Milgalita";
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 24px;
}

.banner-content {
    font-family: "GeovaTrial";
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

.banner-content span {
    font-family: "Hind Mysuru";
    font-weight: 400;
}

@media (max-width: 767px) {
    .banner-section {
        height: 406px;
        margin-bottom: 48px;
    }

    .banner-title {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-content {
        font-size: 16px;
        line-height: 24px;
    }
}
