.about {
    position: relative;
    padding: 10px 22px 0;
    color: #656565;
}

.about-image .img-round {
    position: relative;
}

.about-image .img-round__inner {
    border-radius: 100%;
    height: 260px;
    width: 260px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.about-image .img-round::before,
.about-image .img-round::after {
    content: '';
    background: rgba(206,206,206,0.19);
    border-radius: 100%;
    position: absolute;
    width: 280px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about-image .img-round::before {
    height: 260px;
}

.about-image .img-round::after {
    height: 270px;
}

.about-image .img-round__inner > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.about-info {
    padding-top: 20px;
}

.about-right {
    padding: 0 0 10px;
}

@media (min-width: 768px) {
    .about-left {
        display: flex;
        justify-content:flex-end;
    }

    .about-image {
        width: 280px;
    }

    .about-info {
        width: calc(100% - 280px);
        padding: 100px 0 0 30px ;
    }

    .about {
        margin-top:0px;
        padding: 60px 22px 130px 22px;
    }

    body:not(.home) .about {
        padding: 60px 22px 10px 22px;
    }

    .about-right {
        padding: 20px 0 0;
    }

}

@media (min-width: 1025px) {
    body:not(.home) .about {
        padding: 60px 22px 60px 22px;
    }
}

@media (min-width: 1200px) {
    .about-left {
        display: block;
    }

    .about-image {
        width: auto;
        max-width: 810px;
        padding-right: 50px;
        float: right;
    }

    .about-image .img-round__inner {
        height: 650px;
        width: 650px;
    }

    .about-image .img-round::before,
    .about-image .img-round::after {
        width: 705px;
        margin: inherit;
        right: inherit;
    }

    .about-image .img-round::before {
        top: -4px;
        left: -40px;
        height: 650px;
    }

    .about-image .img-round::after {
        top: -10px;
        left: -30px;
        height: 680px;
    }

    .about-info {
        width: 100%;
        padding: 0 0 0 0;
    }

    .about {
        margin-top:0px;
        padding: 100px 22px 150px 22px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    body:not(.home) .about {
		padding: 80px 22px 60px 22px;
		max-width: 1356px;
		margin: auto;
    }

    .about.image--right {
        flex-direction: row-reverse;
        justify-content: center;
    }

    .about.image--right .about-image {
        padding-left: 50px;
        padding-right: 0;
        float: left;
    }

    .about-left {
        width: 50%;
    }

    .about-right {
        width: 50%;
        max-width: 646px;
    }

}

@media (min-width: 1600px) {
    .about-image {
        padding-right: 100px;
    }

    .about.image--right .about-image {
        padding-left: 100px;
        padding-right: 0;
    }
}