.wcl-under-hood {
    margin: 80px 0;
}

@media only screen and (max-width: 1024px) {
    .wcl-under-hood {
        margin: 65px 0;
    }
}

@media only screen and (max-width: 768px) {
    .wcl-under-hood {
        margin: 50px 0;
    }
}

@media only screen and (max-width: 900px) {
    .wcl-under-hood__container.wcl-container {
        padding: 0;
    }
    .wcl-under-hood__wrapper h2 {
        padding: 0 15px;
    }
}

.wcl-under-hood__wrapper {
    display: flex;
    flex-direction: column;
}

.wcl-under-hood__wrapper h2 {
    margin-bottom: 90px;
}

@media only screen and (max-width: 1024px) {
    .wcl-under-hood__wrapper h2 {
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .wcl-under-hood__wrapper h2 {
        margin-bottom: 50px;
    }
}

.wcl-under-hood__body {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
}

@media only screen and (max-width: 1280px) {
    .wcl-under-hood__body {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}

.wcl-under-hood__left.wcl-block,
.wcl-under-hood__right.wcl-block {
    width: 100%;
    max-width: 306px;
    padding: 75px 15px;
}

@media only screen and (max-width: 1280px) {
    .wcl-under-hood__left.wcl-block,
    .wcl-under-hood__right.wcl-block {
        max-width: 880px;
    }
}

@media only screen and (max-width: 900px) {
    .wcl-under-hood__left.wcl-block,
    .wcl-under-hood__right.wcl-block {
        width: calc(100% - 30px);
    }
}

.wcl-under-hood__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.wcl-under-hood__icon img {
    width: 30px;
    height: 30px;
}

.wcl-under-hood__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--black);
    margin-bottom: 10px;
    text-align: center;
}

.wcl-under-hood__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--black);
    text-align: center;
    margin-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
    .wcl-under-hood__title {
        margin-bottom: 30px;
    }
}

.wcl-under-hood__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wcl-under-hood__list li {
    position: relative;
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    padding: 20px 20px 20px 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.wcl-under-hood__list li::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    border-radius: 10px;
    height: calc(100% - 28px);
    background-color: var(--blueDC);
}

.wcl-under-hood__right .wcl-under-hood__list li::before {
    background-color: #FFDB59;
}

.wcl-under-hood__center {
    width: 100%;
    max-width: 880px;
    min-width: 820px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1400px) {
    .wcl-under-hood__center {
        min-width: 740px;
    }
}

@media only screen and (max-width: 1280px) {
    .wcl-under-hood__center {
        min-width: 0;
    }
}

@media only screen and (max-width: 900px) {
    .wcl-under-hood__center {
        max-width: 100%;
        padding: 0 15px;
        overflow-y: scroll;
        justify-content: left;
    }
}

.wcl-under-hood__compiler-clouds {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

@media only screen and (max-width: 1280px) {
    .wcl-under-hood__compiler-clouds {
        padding-top: 24px;
    }
}

@media only screen and (max-width: 900px) {
    .wcl-under-hood__compiler-clouds {
        min-width: 840px;
    }
}

.wcl-under-hood__compiler-wrapper {
    filter: drop-shadow(-2px 2px 14px rgba(0, 0, 0, 0.25));
    display: flex;
    width: calc(37% - 10px);
}

.wcl-under-hood__compiler {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 35px;
    flex-grow: 1;
    padding: 30px 15px 50px;
    clip-path: url(#block-top-clip);
}

.wcl-under-hood__compiler-header {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.wcl-under-hood__h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.wcl-under-hood__compiler-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wcl-under-hood__compiler-icon img {
    width: 30px;
    height: 30px;
}

.wcl-under-hood__compiler-body {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.wcl-under-hood__compiler-image {
    width: 30px;
    height: auto;
    flex-shrink: 0;
}

.wcl-under-hood__compiler-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wcl-under-hood__clouds {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: calc(37% - 10px);
}

.wcl-under-hood__clouds img {
    width: 100%;
    max-width: 247px;
    height: auto;
    object-fit: contain;
}

.wcl-under-hood__management-engine {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    gap: 10px;
}

@media only screen and (max-width: 1280px) {
    .wcl-under-hood__management-engine {
        padding-bottom: 24px;
    }
}

@media only screen and (max-width: 900px) {
    .wcl-under-hood__management-engine {
        min-width: 840px;
    }
}

.wcl-under-hood__management-wrapper,
.wcl-under-hood__engine-wrapper {
    display: flex;
    filter: drop-shadow(-2px 2px 14px rgba(0, 0, 0, 0.25));
    width: calc(37% - 10px);
}

.wcl-under-hood__management.wcl-block,
.wcl-under-hood__engine.wcl-block {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 15px 16px;
    z-index: 1;
    gap: 35px;
    width: 100%;
    height: auto;
}

.wcl-under-hood__management {
    clip-path: url(#block-bottom-clip);
    position: relative;
}

.wcl-under-hood__management-arrow {
    position: absolute;
    top: 36px;
    right: 27px;
    width: 50px;
    height: auto;
    transform-origin: right bottom;
    transform: rotate(-8deg) scale(1.05);
}

.wcl-under-hood__management-list {
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.wcl-under-hood__management-list .wcl-under-hood__list-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #9A9BC6;
    padding: 15px 25px;
    border-radius: 15px;
}

.wcl-under-hood__management-list .wcl-under-hood__list-item--arrow {
    clip-path: url(#block-list-item-clip);
}

.wcl-under-hood__management-list li p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--white)
}

.wcl-under-hood__management-list li img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.wcl-under-hood__management-footer {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.wcl-under-hood__management-footer p {
    font-size: 12px;
    color: #ffffff;
}

.wcl-under-hood__management-footer img {
    width: 30px;
    height: 30px;
}

.wcl-under-hood__arrows {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 224px;
    padding: 30px 0;
}

.wcl-under-hood__arrows-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wcl-under-hood__arrows-item:first-child {
    opacity: 0.5;
}

.wcl-under-hood__arrows-item:nth-child(2) {
    opacity: 0.65;
}

.wcl-under-hood__arrows-item:nth-child(3) {
    opacity: 0.85;
}

.wcl-under-hood__arrows-item:last-child > img {
    transform: rotateY(180deg);
}

.wcl-under-hood__arrows-icon {
    width: 30px;
    height: 30px;
}

.wcl-under-hood__arrows-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.wcl-under-hood__arrows-item p {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.wcl-under-hood__engine {
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    clip-path: url(#block-right-clip);
}

.wcl-under-hood__engine-header {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.wcl-under-hood__engine-header h3 {
  text-align: center;
}

.wcl-under-hood__engine-icon {
    position: relative;
    z-index: 2;
    width: 75px;
    height: 75px;
}

.wcl-under-hood__engine-footer {
    position: relative;
    z-index: 2;
    background: var(--orange-gradient);
    border-radius: 17px;
    padding: 10px;
    display: flex;
    gap: 10px;
    width: 100%;
}

.wcl-under-hood__engine-text {
    font-size: 14px;
}