.banner::after {
    opacity: 0.6;
}

.banner ul li::before {
    content: url("../../images/icons/tick_green.svg");
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.three-steps img {
    position: absolute;
    bottom: -52px;
    right: -83px;
}

.three-steps ol {
    margin-left: 16px;
}

@media (max-width: 820px) {
    .three-steps img {
        display: none;
    }
}
