.about-content-section {
    background: var(--dark-section);
    border-top: 5px solid var(--primary);
    padding: 80px 0;
}

.about-block {
    margin-bottom: 60px;
}
.about-block:last-child {
    margin-bottom: 0;
}

.about-heading {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.about-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 24px;
}
.about-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .about-heading {
        font-size: 30px;
        margin-bottom: 14px;
    }
}
@media (max-width: 767.98px) {
    .about-content-section {
        padding: 60px 0;
    }
    .about-block {
        margin-bottom: 40px;
    }
    .about-heading {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about-text {
        font-size: 15px;
    }
}
