.about img{
    border-radius:0px 100px 0px 0px;
    width: 100%;
}
.about button {
    padding: 14px 20px;
    margin-top: 50px;
}
.about img{
    border-radius: 0px;
}
.about div.images img{
    width: 100%;
}
.about__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.about__item {
    position: relative;
    flex-basis: 50%;
}

.about__item--1 {
    padding-bottom: 35px;

}

.about__item-title {
    font-size: 20px;
    line-height: 30px;
    width: 287px!important;
    padding: 20px 0 0 60px;
    font-weight: 700;
    margin-bottom: 20px;

}

.about__item-plug {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: #FFC300;
    z-index: -1;
}

.about__item-text {
    padding-right: 0;
    padding-left: 105px;
}

.about__item-text p {
    background: white;
    padding-right: 0!important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.about__item h1 {
    margin: 0;
    background: white;
    position: relative;
    z-index: 1;
    width: 100%;
}

.about__item--2 {
    padding-bottom: 0;
}
.about__item-img-wrapper {
    height: 100%;
}

.about__item--2 img {
    height: 100%;
    object-fit: cover;
}

.about__item--3, .about__item--4 {
    display: flex;
    position: relative;
}

.about__item--3 .about__item-block,
.about__item--4 .about__item-block {
    flex-basis: 50%;
}

.about__item--4 .about__item-block:nth-last-child(1) {
    background: white;
    padding: 58px 40px;
}

.about__item--3 .about__item-block:nth-last-child(1),
.about__item--5 .about__item-block:nth-last-child(2){
    background: #FFC300;
    padding: 65px 40px;
}

.about__item--5 .about__item-block:nth-last-child(1) {
    background: white;
}

.about__item--3 .about__item-block:nth-last-child(2){
    padding: 65px 45px 65px 127px;
}

.about__item--4 .about__item-block:nth-last-child(2) {
    padding: 60px 45px 65px 45px;
}

.about__item--3 .about__item-block p,
.about__item--4 .about__item-block p{
    padding: 0!important;
}

.about__item--3 .about__item-block:nth-last-child(2) p,
.about__item--4 .about__item-block:nth-last-child(2) p {
    margin-bottom: 15px;
}

.about__item--3 .about__item-block:nth-last-child(2) p:nth-child(1),
.about__item--4 .about__item-block:nth-last-child(2) p:nth-child(1) {
    font-weight: 900;
    font-size: 20px;
}

.about__item--3 .about__item-block:nth-last-child(2) p:nth-child(2),
.about__item--4 .about__item-block:nth-last-child(2) p:nth-child(2),
.about__item--4 .about__item-block:nth-last-child(2) p:nth-child(3){
    font-size: 14px;
    font-weight: 900;
}

.about__item-arrow {
    position: absolute;
    top: 84px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 50px;
}

.about__item-wrapper {
    display: flex;
    flex-basis: 100%;
    width: 100%;
}

.about__item-wrapper--1, .about__item-wrapper--2 {
    flex-basis: 50%;
}

.about__item--5 {
    flex-basis: 100%;
}

.about__item--3.about__item--5 {
    min-width: 570px;
    width: 100%;
}

.about__item--6 .about__item-block:nth-last-child(2) {
    padding: 0;
}

.about__item--6 .about__item-block p {
    font-weight: 900;
    font-size: 20px;
}

.about__item--6 .about__item-block:nth-last-child(1) {
    background: white;
}

.about__item--7 img {
    width: 303px!important;
    height: 100%;
}

.about__item--7 .about__item-block {
    height: fit-content;
}

.about__item--7 .about__item-block p:nth-child(1) {
    font-weight: 900;
}

@media (max-width: 1200px) {
    .about__item--1 .about__item-text {
        padding-left: 35px;
    }

    .about__item--1 .about__item-title {
        padding: 20px 140px 10px 35px;
    }

    .about__item--3 .about__item-block:nth-last-child(2) {
        padding: 25px 45px 40px 35px;
    }

    .about__item--3 .about__item-block:nth-last-child(1), .about__item--5 .about__item-block:nth-last-child(2) {
        padding: 27px;
    }

    .about__item--3 .about__item-block p, .about__item--4 .about__item-block p {
        margin-top: 0!important;
    }

    .about__item-arrow {
        top: 35px;
        left: 48%;
        max-width: 33px;
    }

    .about__item--4 .about__item-block:nth-last-child(2) {
        padding: 25px 35px 30px 35px;
    }

    .about__item--4 .about__item-block:nth-last-child(1) {
        padding: 25px;
    }

    .about__item--7 img {
        width: 233px!important;
    }

    .about__item--3.about__item--5 {
        min-width: 100% ;
    }

    .about__list p {
        font-size: 14px;
        line-height: 23px;
    }

    .about__item--3.about__item--7 p:nth-child(1) {
        font-weight: 900;
        margin-bottom: 10px;
    }

    .about__item--3.about__item--6 .about__item-block:nth-child(1) {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .about__item-plug {
        display: none;
    }

    .about__item--1 .about__item-title {
        padding: 0;
    }

    .about__item--1 .about__item-text {
        padding-left: 0;
    }

    .about__item-text p {
        padding: 0 20px 0 0;
    }

    .about__item--3 .about__item-block:nth-last-child(2) {
        padding: 30px 5px 0 0;
    }

    .about__item--3 .about__item-block:nth-last-child(1), .about__item--5 .about__item-block:nth-last-child(2) {
        padding: 25px 10px 12px 37px;
    }

    .about__item-arrow {
        left: 45%;
    }

    .about__item--4 .about__item-block:nth-last-child(2) {
        padding: 30px 0px 0px 13px;
    }

    .about__item--4 .about__item-arrow {
        display: none;
    }

    .about__item--3.about__item--5 .about__item-block:nth-child(2) {
        padding-left: 10px;
    }

    .about__item--3 .about__item-block:nth-last-child(1) {
        padding-left: 15px!important;
    }

    .about__item--6 .about__item-block:nth-child(2) p {
        font-size: 14px;
    }

    .about__item--7 img {
        width: 191px!important;
    }
}

@media (max-width: 767px) {

    .about__list {
        margin-top: 20px;
    }

    .about__item--1,
    .about__item--2,
    .about__item--3,
    .about__item--4 {
        flex-basis: 100%;
    }

    .about__item--1 .about__item-title {
        margin-bottom: 10px;
    }

    .about__item--4 .about__item-block:nth-last-child(1) {
        padding: 25px 5px 25px 5px;
    }

    .about__item--4 .about__item-block:nth-last-child(2) {
        padding: 30px 0 0 0;
    }

    .about__item-wrapper {
        flex-wrap: wrap;
    }

    .about__item--3.about__item--5,
    .about__item--3.about__item--7 {
        min-width: calc(100vw - 30px);
        max-width: 700px;
        width: 100%;
    }

    .about__item--7 img {
        width: 50%!important;
        min-width: 130px!important;
        object-fit: cover;
        height: auto;
    }

    .about__item-arrow {
        display: none;
    }
}