.f-orange {
    color: #eaa921;
}

.b-orange {
    background-color: #eaa921;
}
.changaone {
    font-family: 'Changa One', cursive;
    font-weight: 400;
}

#top-banner .flex {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../images/lps/23/april/back.webp);
    background-image: -webkit-image-set(url("../../../images/lps/23/april/back.webp") 1x, url("../../../images/lps/23/april/back@2x.webp") 2x);
}

#top-banner h1 {
    font-size: 39px;
}

#top-banner .subtitle {
    font-size: 26px;
}

#connect h2 {
    font-size: 37px;
}

#connect .button {
    padding: 10px 20px;
}

#packages p {
    font-size: 30px;
}

#packages .choose p {
    font-size: 25px;
    line-height: 35px;
}

#trending h4 {
    transform: translateX(71px);
}


#packages .button {
    font-size: 25px;
    width: 670px;
    height: 53px;
    line-height: 53px;
}

.category-product {
    height: 410px;
}
@media screen and (max-width: 992px) {
    #packages p br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #top-banner .container {
        padding: 0;
    }

    #top-banner .flex {
        flex-direction: column;
    }

    #top-banner .t-left {
        padding: 50px 15px 30px 15px;
    }
    #packages .button {
        max-width: 100%;
        font-size: 17px;
        height: 100%;
        padding: 10px;
        line-height: 1;
        margin-bottom:30px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 599px) {
    #top-banner .t-right {
        margin: 0;
    }

    #connect h2 {
        font-size: 25px;
    }

    #connect {
        padding-top: 20px;
    }

    #packages p {
        font-size: 20px;
    }

    #trending h4 {
        transform: none;
    }
}
@media screen and (max-width: 567px) {
    .category-product {
        height: 264px;
    }
}