.section-hightlight {
    background-color: #fceed9;
    border-radius: 20px;
}
.btn-custom {
    color: #22b573;
    background-color: #22b573;
    box-shadow: none;
    border-radius: 10px !important;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 18px;
}
.btn-custom:hover {
    color: #22b573;
}
.btn-custom .inner-span {
    color: #000;
    background-color: #fff;
    padding: 3px 10px !important;
    border-radius: 3px;
    margin-right: 10px;
}
.step-link {
    color: #22b573;
    text-decoration: underline;
}
.no-border {
    border-bottom: 0px;
}
.fw-semibold {
    font-weight: 600!important;
}
.right-section {
    max-width: 270px;
    width: 100%;
}
@media (max-width: 991.97px) {
    p, .ul-diamond li {
        font-size: 16px;
    }
}
@media (max-width: 578.98px) {
    .btn-custom {
        font-size: 15px;
    }
}