.info {
    padding-top: 170px;
    position: relative;
    margin-bottom: 185px;
}

.info-image1 {
    position: absolute;
    width: 5%;
    top: 50%;
    left: 20%;
    transform: rotate(-15deg) scale(5);
    opacity: .1;
}

.info-image2 {
    position: absolute;
    width: 5%;
    top: 50%;
    right: 20%;
    transform: rotate(15deg)  scale(5);
    opacity: .1;
}

.info-text {
    z-index: 10;
    max-width: 600px;
    margin: 0 auto;
    color: #343434;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
}

.cards-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.card {
    padding: 90px 20px 20px;
    background: rgba(0, 137, 217, 0.12);
    border-bottom: 1px solid #0089d9;
    position: relative;
    min-width: 300px;
    flex: 1 1;
    overflow: hidden;
}

.card-id {
    font-weight: 700;
    font-size: 96px;
    letter-spacing: 0.06em;
    color: rgba(0, 137, 217, 0.2);
    position: absolute;
    top: -20px;
    left: -15px;
}

.card-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 3px;
    left: 150px;
}

.card-name {
    margin-top: auto;
    margin-bottom: 15px;
    opacity: .9;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.card-text {
    opacity: .8;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.advantage, .work {
    margin-bottom: 100px;
}

.product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 100px;
    margin-top: 50px;
}

.product .text {
    max-width: 50%;
    color: #343434;
    font-size: 24px;
    line-height: 150%;
    margin-right: 20px;
    min-width: 300px;
}

.product .box {
    position: relative;
    padding: 90px 90px 90px 60px;
    min-width: 300px;
}

.product .box .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .05;
}

.product .box .item:not(:last-child) {
    margin-bottom: 20px;
}

.product .box .name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 137, 217, 0.7);
    margin-bottom: 5px;
}

.product .box .content {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 137, 217, 0.8);
}
@media (max-width: 850px) {
    .product .text {
        max-width: 80%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}