.top-banner-title{
    font-weight: 700;
    font-size: 70px;
}

.light-orange{
    color: #FA804C;
}

.section-margin{
    margin-top: 100px;
    margin-bottom: 100px;
}

header{
    background-color: #FFF9F4;
    padding-bottom: 110px;
}

.nav-item a{
    font-weight: 600;
    font-size: 16px;
}

.nav-item a:hover{
    transform: scale(1.3);
}
.card-img{
    background-color: #F1F1F1;
    border-radius: 20px;
}

.card-border{
    border-radius: 20px;
}

.price-tag{
    font-size: 30px;
    font-weight: 700;
}

.card-f{
    background-color: white;
    border: none;
}

.info-card{
    border-radius: 20px;
}

@media (max-width: 576px) {
    .top-banner-row{
        flex-direction:column-reverse;
    }
}