.approach__heading {
    max-width: 585px;
    margin-bottom: 45px;
}

.approach__wrapper {
    background: #202029;
}

.approach__content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.approach__content * {
    color: #FFF;
}

.approach__left,
.approach__right {
    flex-basis: 50%;
}

.approach__left,
.approach__right-block {
    border-radius: 24px 24px 42px 24px;
    border: 1px solid #FFF;
    padding: 30px;
}

.approach__right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.approach__label {
    border-radius: 50px;
    padding: 8px 20px;
  line-height: 1.5;
    color: #202029;
    margin-bottom: 24px;
    background: #FFF;
    width: fit-content;
}

.approach__left-heading {
    margin-bottom: 20px;
    font-weight: 500;
    color: #e9eef1;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.approach__left-text {
    margin-bottom: 30px;
    max-width: 510px;
}

.approach__actions {
    display: flex;
    gap: 20px;
    margin-bottom: 58px;
}

.approach__btn {
    width: fit-content;
}

.approach-btn-1 {
    gap: 10px;
    align-items: center;
    min-width: 197px;
}

.approach-btn-2 {
    min-width: 175px;
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}

.approach__left-list ul,
.approach__left-list ol,
.approach__right-list ul,
.approach__right-list ol {
    list-style: none;
    margin-bottom: 0;
}

.approach__left-list ul li,
.approach__left-list ol li,
.approach__right-list ul li,
.approach__right-list ol li{
    padding-left: 25px;
    position: relative;
}

.approach__left-list ul li,
.approach__left-list ol li {
    line-height: 1.5;
}

.approach__right-list ul li,
.approach__right-list ol li {
    line-height: 1.3;
}

.approach__left-list ul li:not(:last-child),
.approach__left-list ol li:not(:last-child) {
    margin-bottom: 14px;
}

.approach__right-list ol li:not(:last-child),
.approach__right-list ul li:not(:last-child) {
    margin-bottom: 8px;
}

.approach__left-list ul li::before,
.approach__left-list ol li::before,
.approach__right-list ul li::before,
.approach__right-list ol li::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNzU4M18yMzY4KSI+PHBhdGggZD0iTTcuNSAwQzMuMzgwNTcgMCAwIDMuMzgwNTcgMCA3LjVDMCAxMS42MTk0IDMuMzgwNTcgMTUgNy41IDE1QzExLjYxOTQgMTUgMTUgMTEuNjE5NCAxNSA3LjVDMTUgMy4zODA1NyAxMS42MTk0IDAgNy41IDB6TTYuNTkyMzUgMTAuOTExM0wzLjMwODAzIDcuNjI3MDNMNC41NTA4NiA2LjM4NDJMNi42NDk4NiA4LjQ4MzJMOC42Mzc0IDQuNjUyNThMMTAuMDQ2NSA1Ljk1MjkyTDYuNTkyMzUgMTAuOTExM1oiIGZpbGw9IndoaXRlIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNzU4M18yMzY4Ij48cmVjdCB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9IndoaXRlIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+') center / cover no-repeat;
}

.approach__right-heading {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #e9eef1;
}

.approach__right-text {
    margin-bottom: 16px;
}

.approach__right-block {
    flex-basis: 50%;
}

@media screen and (max-width: 1199.98px) {
    .approach__content {
        flex-direction: column;
    }

    .approach__right {
        flex-direction: row;
        flex-basis: 100%;
    }

    .approach__left {
        width: 100%;
        flex-basis: 100%;
    }

    .approach__heading {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024.98px) {
    .approach__heading {
        margin-bottom: 30px;
    }

    .approach__label {
        margin-bottom: 20px;
    }

    .approach__left-heading {
        margin-bottom: 15px;
    }

    .approach__left-text {
        margin-bottom: 20px;
    }

    .approach__actions {
        margin-bottom: 40px;
    }

    .approach__right {
        flex-direction: column;
    }

    .approach__right-block {
        flex-basis: 100%;
    }

    .approach__left, .approach__right-block {
        padding: 20px;
    }
}

@media screen and (max-width: 599.98px) {
    .approach__heading {
        margin-bottom: 20px;
    }

    .approach__label {
        margin-bottom: 10px;
    }

    .approach__left-heading {
        margin-bottom: 10px;
    }

    .approach__left-text {
        margin-bottom: 10px;
    }

    .approach__actions {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .approach__right-text {
        margin-bottom: 10px;
    }

    .approach__left, .approach__right-block {
        padding: 15px 15px 20px 15px;
    }

    .approach__left, .approach__right-block {
        border-radius: 12px 12px 24px 12px;
    }

    .approach__left-list ul li::before,
    .approach__left-list ol li::before,
    .approach__right-list ul li::before,
    .approach__right-list ol li::before {
        width: 12px;
        height: 12px;
    }

    .approach__left-list ul li, .approach__left-list ol li, .approach__right-list ul li, .approach__right-list ol li {
        padding-left: 20px;
    }

    .approach__btn {
        width: 100%;
    }
}