.contentTypesStat { .statistics-cards { justify-content: space-between; } .statistic { flex: 0 0 300px; width: 300px; margin: 24px 12px; } .feature-img { border-radius: 50%; overflow: hidden; height: 300px; width: 300px; } .feature-title { font-size: 45px; margin: 0; } .feature-description { font-size: 24px; } } @media (max-width: 1250px) { .contentTypesStat { .statistics-cards { justify-content: space-around; } .statistic { flex: 0 0 250px; width: 250px; } .feature-img { height: 250px; width: 250px; } .feature-title { font-size: 35px; margin: 0; } .feature-description { font-size: 20px; } } } @media (max-width: 1050px) { .contentTypesStat { .statistics-cards { justify-content: space-around; } .statistic { flex: 0 0 200px; width: 200px; } .feature-img { height: 200px; width: 200px; } .feature-title { font-size: 35px; margin: 0; } .feature-description { font-size: 20px; } } }