.banner-section {
    height: 235px;
}

.banner-caption {
    width: 80%;
    top: 50%;
    left: 10%;
    text-align: center;
    transform: translateY(-50%) !important;
}

.banner-title {
    display: inline-block;
    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;
    margin-left: auto;
    margin-right: auto;
}

.banner-content {
    font-family: "GeovaTrial";
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.banner-content span {
    font-family: "Hind Mysuru";
    font-weight: 400;
}

@media(max-width: 991px){
    .banner-content{
        width: 75%;
    }
}

@media (max-width: 768px) {
    .banner-section {
        height: 406px;
    }

    .banner-title {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-content {
        line-height: 24px;
    }
}

@media(max-width: 576px){
    .banner-content{
        width: 100%;
    }
}
