@media (min-width: 992px) {
    .about-header {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .about-section {
        margin-bottom: 30px;
    }

    .about-section > div.about-section-col {
        margin-bottom: unset;
    }

    .about-section-title {
        font-size: 32px;
    }

    .about-section-text {
        font-size: 18px;
    }

    .about-section > div.about-section-col {
        padding: 20px;
    }
}