.about-advanteges-wrp {
    justify-content: space-between;
}

.about-advanteges-left h3 {
    margin-bottom: 32px;
}

.about-advanteges-left .about-text p {
    font-size: 20px;
    color: rgba(79, 79, 91, 1);
    line-height: 120%;
}

.about-advanteges-left {
    max-width: 648px;
}

.adv-items {
    margin: 52px 0;
}

.adv-item {
    padding: 0 16px;
    width: 216px;
    border-left: 1px solid rgba(205, 205, 210, 1);
}

.adv-item:last-child {
    border-right: 1px solid rgba(205, 205, 210, 1);
}

.adv-item-title {
    font-weight: 500;
    font-size: 32px !important;
    text-align: center;
    color: rgba(37, 37, 51, 1) !important;
    line-height: 150%
}

.adv-item-value {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.about-advanteges-left .blue-btn {
    font-size: 20px;
}

.about-advanteges-left .promo-avg {
    padding: 14px 0;
}

.about-advanteges-right-btns {
    position: absolute;
    bottom: 26px;
    left: 16px;
}

.index-about-adv-bottom {
    margin-top: 52px;
    gap: 12px;
}

.index-about-adv-bottom-item-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
}

.index-about-adv-bottom-item {
    padding: 20px 32px;
    background-color: rgba(234, 234, 244, 1);
    border-radius: 16px;
    width: 100%;
}

.index-about-adv-bottom-item-logo{
    max-width: 190px;
    width: 100%;
    text-align: center;
}