#activity .hotProduct {
    padding: 60px 0;
}

.hotProduct h2 {
    font-size: 1.7rem;
}

.hotProduct h5 {
    font-size: 1.1rem;
}

.shop-news ul {
    list-style: disc;
}

@media screen and (max-width: 540px) {
    .mainTitle {
        font-size: 120%;
    }
    
    .mainTitle.mb-3 {
        font-size: 90%;
    }
    
    #activity .hotProduct {
        width: 50%;
        padding: 30px 0;
    }

    .hotProduct h2 {
        font-size: 120%;
    }

    .hotProduct h5 {
        font-size: 85%;
    }
}