.Advantages {
    margin-bottom: 70px
}

@media screen and (max-width: 480px) {
    .Advantages {
        margin-bottom:30px
    }
}

.Advantages__wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,1fr)
}

@media screen and (max-width: 1023px) {
    .Advantages__wrapper {
        gap:15px;
        grid-template-columns: 1fr
    }
}

.Advantages__item {
    display: flex
}

@media screen and (max-width: 480px) {
    .Advantages__item {
        display:block
    }
}

.Advantages__icon {
    flex-shrink: 0;
    margin-right: 10px;
    width: 116px
}

.Advantages__icon img {
    width: 100%
}

@media screen and (max-width: 480px) {
    .Advantages__icon {
        margin-bottom:20px
    }
}

.Advantages__title {
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase
}

.Advantages__description,.Advantages__title {
    font-size: 16px;
    line-height: 24px
}
