/* Responsibility Styles Starts Here */

.responsibility {
    position: relative;
}

.home-redesign .responsibility {
    padding-bottom: 60px;
}

.responsibility__illustration {
    position: absolute;
    z-index: 2;
    bottom: -111px;
    right: -374px;
    width: 900px;
    height: 676px;
    opacity: 0.2;
}

@media (max-width: 1024px) {
    .responsibility__illustration {
        display: none;
    }
}

.responsibility__illustration svg {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(-90deg);
}

.responsibility-top-bg,
.responsibility-background {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    left: 0;
}

.responsibility-background {
    bottom: 0;
    background-color: var(--color-blue)
}

.responsibility__wrapper {
    position: relative;
    z-index: 3;
}

.responsibility__description { margin-bottom: -20px; }

@media (min-width: 1025px) {
    .responsibility__wrapper {
        padding: 50px 0;
    }
}

.responsibility__image {
    width: 50%;
    font-size: 0;
    line-height: 1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
}

.responsibility .responsibility__wrapper.right .responsibility__image {
    left: unset;
    right: 0;
}

@media (max-width: 1024px) {
    .responsibility__image {
        width: 100%;
        position: relative;
        min-height: 360px;
        border-radius: 0;
        padding-top: 30%;
    }
}

@media (max-width: 767px) {
    .responsibility__image {
        min-height: 218px;
    }
}

.responsibility__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-id-631 .responsibility__image img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1024px) {
    .responsibility__image img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.responsibility__content {
    position: relative;
    z-index: 2;
    background-color: var(--color-white);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 70px 80px 70px 85px;
    width: calc(50% + 80px);
    margin: 0 0 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.responsibility .responsibility__wrapper.right .responsibility__content {
    margin: auto 0 0 0;
}

@media (max-width: 1024px) {
    .responsibility__content {
        position: relative;
        width: 100%;
        padding: 40px 53px 60px;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .responsibility__content {
        padding: 40px 22px;
    }
}

.responsibility__content__inner {
    position: relative;
}

@media(min-width: 1200px) {
    .responsibility__content__inner {
        max-width: 679px;
    }

}

.responsibility__content__inner .sitelog-rays {
    position: absolute;
    left: -80px;
    top: 35px;
}

@media (max-width: 1024px) {
    .responsibility__content__inner .sitelog-rays {
        display: none;
    }
}

/* End Responsibility Styles Starts Here */
