/* Override theme styles */

.topic-box--product p {
    margin-bottom: 0;
}

@media screen and (min-width: 640px) {
    .hero__title {
        max-width: 550px;
    }
}

@media screen and (max-width: 1020px) {
   .side-nav__title{
    display: none;
   }
}
