.promo p {
    max-width: 1200px;
    font-size: 24px;
    letter-spacing: 0.72px;
}
.sections section {
    gap: 30px;
    * {
        color: var(--grey);
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.6px;
    }
    h3 {
        font-weight: 700;
        margin-bottom: 10px;
    }
    ul {
        display: flex;
        flex-direction: column;
        padding-left: 30px;
    }
    li b {
        font-size: inherit;
    }
}
@media screen and (max-width: 768px) {
    .promo {
        margin-top: 10px;
        margin-bottom: 20px;
        h1 {
            font-size: 24px;
            letter-spacing: 0.72px;
        }
        p {
            font-size: 16px;
            letter-spacing: 0.48px;
        }
    }
    .sections {
        margin-bottom: 20px;
    }
}