.about-us__left {
    position: relative;
    height: 1100px;
}

.about-us__title {
    display: none;
}

.about-us__text {
    background-color: #fff;
    padding: 5rem;
    width: 992px;
    position: absolute;
    top: 5%;
    right: -5%;
    z-index: 1;
}

.about-us__text a {
    color: var(--main-color-active);
}

.about-us__text p {
    line-height: 1.5;
    font-size: 20px;
    text-indent: 25px;
}

.about-us-signature img {
    display: block;
    margin: 0 0 0 auto;
}

.about-us-signature span {
    display: block;
    text-align: right;
    color: var(--main-color);
}

.about-us__right {
    position: relative;
}

.about-us__image-container {
    max-width: 1000px;
    max-height: 650px;
    background-color: rgba(250, 251, 251, 0.6);
    padding: 5rem 10rem;
    z-index: 2;
    position: absolute;
    top: 15%;
    left: -3%;
}

.about-us__image {
    width: 100%;
    padding: 3rem;
    height: 450px;
    width: 500px;
    background-color: #fff;
}

.about-us__image img {
    width: 100%;
    height: 80%;
}

.strengths-title {
    font-size: 46px;
    font-weight: 400;
    color: var(--main-color-font);
    margin-bottom: 3rem;
}

.strengths-section {
    background: url("https://ekookna.co.uk/templates/gfx/bg_company_2.jpg") no-repeat;
    background-size: cover;
    height: 1024px;
}

.strengths-wrap {
    padding: 1.5rem;
    background-color: #fff;
    /* min-height: 300px; */
    transition: all 0.2s;
}

.strengths-wrap img {
    width: 100%;
}

.strengths-wrap p {
    font-size: 16px;
    font-weight: 300;
}

.strengths-wrap strong {
    font-weight: 700;
}

.wrap {
    display: none;
    height: 100%;
    overflow: auto;
    max-height: 768px;
    opacity: 0;
    animation-name: content;
    animation-duration: 1s;
}

.wrap.active {
    display: block;
    opacity: 1;
}

@keyframes content {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.strengths-icons {
    border-right: 1px solid #fff;
    gap: 20px;
}

.strengths-item {
    width: 100px;
    height: 100px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 11px;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
}

.strengths-item.active::after {
    display: block;
    content: "";
    width: 105px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 103%;
}

.strengths-item svg {
    width: 80px;
    height: 80px;
}

.strengths-item.active {
    background-color: var(--main-color);
}

.strengths-item.active svg path {
    fill: white;
}

.strengths-item svg path {
    fill: var(--main-color);
}

.strengths-lable {
    font-size: 44px;
    font-weight: 300;
    padding-bottom: 1.5rem;
}

.strengths-subtext {
    font-weight: 300;
    color: var(--main-color-active);
    font-size: 26px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    width: 35%;
    box-shadow: 5px 0 6px white, 20px 30px 10px white, 20px -30px 10px white;
}

.logo-container img {
    width: 200px;
    height: 150px;
}

.strengths-image {
    width: 100%;
    background-image: url("dist/img/pexels-photo-830891.jpeg");
    background-size: cover;
    display: flex;
    width: 100%;
    min-height: 25vh;
    background-size: cover;
}

@media screen and (max-width: 1900px) {
    .about-us__text {
        width: 100%;
    }
    .about-us__text p {
        font-size: 2.3vh;
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 35%;
        box-shadow: 5px 0 6px white, 20px 30px 10px white, 20px -30px 10px white;
    }

    .logo-container img {
        width: 200px;
        height: 150px;
    }

    .strengths-image {
        display: flex;
        width: 100%;
        min-height: 25vh;
        background-size: cover;
    }
}

@media screen and (max-width: 1400px) {
    .strengths-item.active::after {
        width: 77px;
    }
    .about-us__text p {
        font-size: 2.1vh;
    }
    .about-us__image-container {
        padding: 5rem;
    }
    .about-us__image {
        width: 388px;
        height: 350px;
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 35%;
        box-shadow: 5px 0 6px white, 20px 30px 10px white, 20px -30px 10px white;
    }

    .logo-container img {
        width: 200px;
        height: 150px;
    }

    .strengths-image {
        display: flex;
        width: 100%;
        min-height: 25vh;
        background-size: cover;
    }
}

@media screen and (max-width: 1200px) {
    .strengths-item.active::after {
        width: 44px;
    }
    .about-us__text p {
        font-size: 1.9vh;
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 35%;
        box-shadow: 5px 0 6px white, 20px 30px 10px white, 20px -30px 10px white;
    }

    .logo-container img {
        width: 200px;
        height: 150px;
    }

    .strengths-image {
        display: flex;
        width: 100%;
        min-height: 25vh;
        background-size: cover;
    }
}

@media screen and (max-width: 992px) {
    .about-us__title {
        display: block;
    }
    .about-us__left {
        height: 100%;
    }
    .about-us__text {
        position: relative;
        right: 0;
        top: 0;
        font-size: 1.9vh;
        padding: 3rem;
    }
    .about-us__text p {
        line-height: 1.2;
    }
    .about-us-signature img {
        width: 70%;
    }
    .about-us__right {
        padding: 2rem 0;
        margin: 2rem 0;
    }
    .about-us__image-container {
        padding: 3rem;
        position: relative;
        top: 0;
        left: 0;
        max-width: 500px;
        margin: 0 auto;
    }
    .strengths-icons {
        border: none;
    }
    .strengths-item {
        width: 80px;
        height: 80px;
    }
    .strengths-item svg {
        width: 60px;
        height: 60px;
    }
    .strengths-item.active::after {
        width: 1px;
        height: 17px;
        top: 100%;
        left: 50%;
    }
    .strengths-wrap {
        max-height: 600px;
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 35%;
        box-shadow: 5px 0 6px white, 20px 30px 10px white, 20px -30px 10px white;
    }

    .logo-container img {
        width: 110px;
        height: 77px;
    }

    .strengths-image {
        display: flex;
        width: 100%;
        min-height: 25vh;
        background-size: cover;
    }
}

@media screen and (max-width: 425px) {
    .about-us__image {
        height: 280px;
        width: 311px;
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 35%;
        box-shadow: 5px 0 6px white, 20px 30px 10px white, 20px -30px 10px white;
    }

    .logo-container img {
        width: 110px;
        height: 77px;
    }

    .strengths-image {
        display: flex;
        width: 100%;
        min-height: 25vh;
        background-size: cover;
    }
}

@media screen and (max-width: 375px) {
    .about-us__image {
        height: 250px;
        width: 277px;
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 35%;
        box-shadow: 5px 0 6px white, 20px 30px 10px white, 20px -30px 10px white;
    }

    .logo-container img {
        width: 110px;
        height: 77px;
    }

    .strengths-image {
        display: flex;
        width: 100%;
        min-height: 30vh;
        background-size: cover;
    }
}

@media screen and (max-width: 320px) {
    .about-us__image {
        height: 210px;
        width: 233px;
    }

    .logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 35%;
        box-shadow: 5px 0 6px white, 20px 30px 10px white, 20px -30px 10px white;
    }

    .logo-container img {
        width: 80px;
        height: 57px;
    }

    .strengths-image {
        display: flex;
        width: 100%;
        min-height: 30vh;
        background-size: cover;
    }
}

@media screen and (min-height: 1162px) {
    .strengths-section {
        height: 1200px;
    }
}

.strengths-container {
    align-items: flex-start;
}