.how-to {
    margin: 80px 0;
}
.how-to h2 {
    margin-bottom: 48px;
}
.how-to__grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
}
.how-to__i {
    max-width: 235px;
    border: 1px solid #E6F6F9;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 16px;
}
.how-to__i span {
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #00A4BF;
}
.how-to__i-icon {
    margin-bottom: 26px;
}
.how-to__i h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
    .how-to {
        margin: 40px 0;
    }
    .how-to__i {
        width: 100%;
        max-width: 100%;
    }
    .how-to__i span {
        font-size: 40px;
    }
}