section.description {
    padding: 70px 0;
    background: #D9D9D933;
}

/* Typography spacing */
section.description h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}

section.description h2:first-child {
    margin-top: 0;
}

section.description p {
    margin-bottom: 20px;
}

section.description ul {
    margin-bottom: 25px;
    margin-top: 15px;
}

section.description ul li {
    margin-bottom: 10px;
}

section.description ul li:last-child {
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
    section.description {
        padding: 50px 0;
    }

    section.description h2 {
        margin-top: 40px;
        margin-bottom: 18px;
    }

    section.description p {
        margin-bottom: 18px;
    }

    section.description ul {
        margin-bottom: 22px;
        margin-top: 12px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    section.description {
        padding: 35px 0;
    }

    section.description h2 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    section.description p {
        margin-bottom: 15px;
    }

    section.description ul {
        margin-bottom: 18px;
        margin-top: 10px;
    }

    section.description ul li {
        margin-bottom: 8px;
    }
}