.relatedProducts {
    margin-top: 2rem;
}

.relatedProducts__title {
    margin-top: 0;
}

@media (min-width: 768px) {
    .relatedProducts {
        margin-top: 4rem;
    }
}
