.RelatedProducts{

    .Related_Products_Section,
    .History_Products_Section {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .RelatedProducts--title{
        text-align: center;
    }
}