.blue-bg {
    background: rgba(241, 245, 250, 1);
}
.green-highlight {
    color: #07A01D;
    font-size: unset;
}
.green-highlight {
    font-weight: bold;
    font-size: unset;
}
.oep-tunduk-intro {
    padding: 120px 0;
}
.oep-tunduk-intro-wrapper {
    width: 90%;
    margin: 0 auto;
    color: rgba(38, 39, 46, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oep-tunduk-intro-info {
    width: calc(50% - 20px);
}
.oep-tunduk-intro-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
}
.oep-tunduk-intro-descr {
    font-size: 18px;
}
.oep-tunduk-intro-bottom {
    width: 100%;
    padding: 40px;
    border-radius: 32px;
    margin-top: -5px;
    background: linear-gradient(256.34deg, #07A01D 0%, #D5CB6C 100%);
    color: white;
}
.oep-tunduk-intro-bottom-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.oep-tunduk-intro-bottom-text {
    font-size: 24px;
}
@media (max-width: 768px) {
    .oep-tunduk-intro {
        padding: 80px 0;
    }
    .oep-tunduk-intro-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .oep-tunduk-intro-info {
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .oep-tunduk-intro-title {
        font-size: 32px;
    }
    .oep-tunduk-intro-descr {
        font-size: 16px;
    }
    .oep-tunduk-intro-bottom-title {
        font-size: 24px;
    }
    .oep-tunduk-intro-bottom-text {
        font-size: 16px;
    }
}
.oep-tunduk-steps {
    margin-bottom: 50px;
}
.oep-tunduk-steps-wrapper {
    width: 90%;
    margin: 0 auto;
    color: rgba(38, 39, 46, 1);
}
.oep-tunduk-steps-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}
.oep-tunduk-steps-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}
.oep-tunduk-step {
    width: calc(33% - 20px);
    padding: 16px 20px;
    border-radius: 20px;
    background-color: white;
}
.oep-tunduk-step-img {
    margin-bottom: 20px;
}
.oep-tunduk-step-title {
    font-size: 18px;
    margin-bottom: 12px;
}
.oep-tunduk-step-descr {
    font-size: 14px;
}
.oep-tunduk-instr {
    margin-bottom: 120px;
}
.oep-tunduk-instr-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}
.oep-tunduk-instr-text {
    font-size: 18px;
}
.oep-tunduk-instr-btn {
    padding: 16px 32px;
    color: white;
    background-color: #07A01D;
    border-radius: 20px;
    text-decoration: none;
}
@media (max-width: 768px) {
    .oep-tunduk-step {
        width: calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    .oep-tunduk-step {
        width: 100%;
    }
    .oep-tunduk-steps-title {
        font-size: 32px;
        margin-bottom: 32px;
    }
    .oep-tunduk-instr-wrapper {
        flex-direction: column;
    }
    .oep-tunduk-instr-text {
        font-size: 16px;
        margin-bottom: 20px;
    }
}