.about .block {
    margin: 0
}

.about h3 img {
    margin-right: 10px
}

.about__btn {
    font-weight: 900;
    color: #fff;
    background-color: #35d073;
    transition: .4s;
    text-transform: uppercase
}

.about__content, .about__item, .about__item p, .about__item ul {
    position: relative
}

.about h1, .about__item h3 {
    font-family: Gilroy,sans-serif;
    font-weight: 800
}

.about h1 {
    color: #42337e
}

.about {
    padding-bottom: 100px
}

.about h1 {
    font-style: normal;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .5px
}

.about__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px
}

.about__content .container {
    width: 100%
}

.about__item {
    padding: 72px 0
}

.about__item h3 {
    font-size: 32px;
    line-height: 39px;
    color: #42337e;
    margin: 0 0 36px
}

.about__item p {
    font-family: 'Nunito sans',sans-serif;
    font-size: 16px;
    line-height: 22px
}

.about__item ul {
    padding-left: 17px
}

.about__item li {
    letter-spacing: -.0005em;
    font-size: 16px;
    line-height: 22px
}

.about p, .about ul li, .about__btn {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.0507936px;
    font-family: 'Nunito Sans'
}

.about__item li:not(:last-child) {
    margin-bottom: 17px
}

.about__item:not(:last-child) {
    border-bottom: 1px solid #e0deee
}

.about__btn {
    width: 230px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    margin: auto
}

.about__btn:hover {
    box-shadow: 0 0 20px 0 rgba(53,208,115,.4)
}

.about p:not(:last-child) {
    margin-bottom: 22px
}

.about p, .about ul li {
    font-weight: 300;
    color: #323c47
}

.about .bold {
    font-weight: 600
}

@media screen and (max-width:1366px) {
    .about h1 {
        font-size: 48px;
        line-height: 72px
    }

    .about__item h3 {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width:768px) {
    .about__item {
        padding: 25px 0;
        width: 100%
    }
}

@media screen and (max-width:576px) {
    .about__item:after {
        display: none
    }
}