.services__description {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-secondary-200);
}

.services__description svg {
    margin-top: 188px;
    width: 54px;
    height: 54px;
}

.services__description h2 {
    margin: 35px 25px 338px 25px;
    font: normal normal bold 28px/37px font-primary;
    text-align: center;
    color: var(--color-opacity-primary-600);
}

@media screen and (min-width: 768px) {
    .services__description svg {
        margin-top: 281px;
    }

    .services__description h2 {
        margin: 60px 127px 356px 127px;
        font: normal normal bold 47px/62px font-primary;
    }
}

@media screen and (min-width: 1200px) {
    .services__description h2 {
        margin: 64px 270px 356px 270px;
    }
}

@media screen and (min-width: 1400px) {
    .services__description svg {
        width: 90px;
        height: 90px;
    }

    .services__description h2 {
        margin: 100px 0 403px 0;
        width: 850px;
        font: normal normal 600 60px/80px font-primary;
    }
}
