.about-hero {
    background: url(../img/bg-about.png) repeat
}

body.no-js .about-hero,
body.no-webp .about-hero {
    background-image: url(../img/bg-about.png)
}

body.webp .about-hero {
    background-image: url(../img/bg-about.webp)
}

.about-hero__container {
    padding-bottom: 50px;
    padding-top: 16px
}

.about-hero__title {
    padding-bottom: 18px;
    position: relative
}

.about-hero__title,
.about-hero__title>* {
    color: #303030;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.40625;
    text-align: center;
    text-transform: uppercase
}

.about-hero__title:before {
    background: #01c102;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 38px
}

.about-hero__body {
    color: #171717;
    font-size: .875rem;
    line-height: 1.875;
    margin-top: 20px;
    text-align: center
}

.about-benefits {
    padding: 48px 0 62px
}

.about-benefits__container {
    display: flex;
    flex-direction: column;
    max-width: 756px;
    row-gap: 50px
}

.about-benefits__item {
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex
}

.about-benefits__icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .07);
    display: flex;
    flex-shrink: 0;
    font-size: 6.875rem;
    height: 1em;
    justify-content: center;
    line-height: 0;
    width: 1em
}

.about-benefits__icon img {
    display: block;
    height: .404040404em;
    max-width: .404040404em;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: .404040404em
}

.about-benefits__body {
    color: #878787;
    font-size: 1rem;
    line-height: 1.5
}

.about-divider {
    background: #cfcfcf;
    border: none;
    display: block;
    height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.team {
    padding: 0 0 55px
}

.team__content {
    padding-top: 46px
}

.team__img-wrapper {
    margin-top: 46px;
    padding: 0 0 20px 23px;
    position: relative
}

.team__img-wrapper:after,
.team__img-wrapper:before {
    background: transparent url(../img/bg-dots.png) repeat;
    content: "";
    display: block;
    height: 166px;
    position: absolute;
    width: 275px;
    z-index: 12
}

body.no-js .team__img-wrapper:after,
body.no-js .team__img-wrapper:before,
body.no-webp .team__img-wrapper:after,
body.no-webp .team__img-wrapper:before {
    background-image: url(../img/bg-dots.png)
}

body.webp .team__img-wrapper:after,
body.webp .team__img-wrapper:before {
    background-image: url(../img/bg-dots.webp)
}

.team__img-wrapper:before {
    right: -8px;
    top: -34px
}

.team__img-wrapper:after {
    bottom: -29px;
    left: -42px
}

.team__img {
    font-size: 0;
    line-height: 0
}

.team__img,
.team__img img {
    display: block;
    position: relative;
    z-index: 15
}

.team__img img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.team__img:before {
    background: #82e183;
    bottom: -20px;
    content: "";
    display: block;
    height: calc(100% + 14px);
    left: -23px;
    position: absolute;
    width: calc(100% + 4px)
}

.team__body {
    margin-top: 60px
}

.team-title {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.team-title__head {
    padding-top: 18px;
    position: relative
}

.team-title__head,
.team-title__head>* {
    color: #303030;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.40625;
    text-align: left;
    text-transform: uppercase
}

.team-title__head:before {
    background: #01c102;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 38px
}

.team-title__desc {
    color: #878787;
    font-size: .8125rem;
    line-height: 1.5;
    margin-top: 1.25em
}

@media only screen and (min-width:48em) {
    .team__content {
        grid-column-gap: 26px;
        display: grid;
        grid-template-columns: 1fr minmax(408px, 1fr);
        padding-top: 94px
    }

    .team__body,
    .team__img-wrapper {
        margin-top: 0
    }
}

@media only screen and (min-width:62em) {
    .about-hero__container {
        padding-bottom: 110px;
        padding-top: 50px
    }

    .about-hero__title,
    .about-hero__title>* {
        font-size: 2rem;
        line-height: 1.3125
    }

    .about-hero__title {
        padding-bottom: 28px
    }

    .about-hero__title:before {
        height: 4px;
        width: 56px
    }

    .about-hero__body {
        font-size: 1rem;
        margin-top: 55px
    }

    .about-benefits {
        padding: 98px 0 112px
    }

    .about-benefits__item {
        -moz-column-gap: 36px;
        column-gap: 36px
    }

    .about-benefits__icon {
        font-size: 8.75rem
    }

    .team {
        padding-bottom: 130px
    }

    .team__content {
        grid-template-columns: 535fr 585fr
    }

    .team__img-wrapper {
        padding: 0 0 34px 37px
    }

    .team__img-wrapper:before {
        right: -43px;
        top: -62px
    }

    .team__img-wrapper:after {
        bottom: -34px;
        left: -49px
    }

    .team__img:before {
        bottom: -34px;
        height: calc(100% + 23px);
        left: -37px;
        width: calc(100% + 7px)
    }

    .team__body {
        padding: 0 94px 0 60px;
        position: relative;
        z-index: 15
    }

    .team-title__head,
    .team-title__head>* {
        font-size: 2rem;
        line-height: 1.3125
    }

    .team-title__head {
        padding-top: 28px
    }

    .team-title__head:before {
        height: 4px;
        width: 56px
    }

    .team-title__desc {
        font-size: 1rem;
        line-height: 1.5;
        margin-top: 1.25em
    }
}

@media only screen and (min-width:75em) {
    .about-benefits__item {
        -moz-column-gap: 66px;
        column-gap: 66px
    }

    .about-benefits__icon {
        font-size: 12.375rem
    }

    .team {
        padding-bottom: 162px
    }

    .team__content {
        grid-column-gap: 50px;
        padding-top: 144px
    }
}