.business-steps {
    padding: 32px 20px;
}

.btn {
    background-color: #9d87f1;
    color: #fff;
    align-items: center;
    border: 1px solid #9d87f1;
    box-shadow: none;
    display: inline-flex;
    font-size: 20px;
    font-weight: 800;
    justify-content: center;
    line-height: 28px;
    padding: 16px 38px;
    text-align: center;
    transition: background-color .2s, box-shadow .2s;
    border-radius: 8px;
}

.btn:focus, .btn:hover {
    background-color: #7e6cc1;
    border-color: #7e6cc1;
}

.step {
    margin-bottom: 40px;
    background: rgba(66, 94, 245, .05);
    border-radius: 20px;
    padding: 60px;
}

.step__container {
    display: flex;
    gap: 41px;
    justify-content: space-between;
}

.step__header {
    margin-bottom: 12px;
}

.step__number {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}

.step__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0;
}

.step__desc {
    color: #666;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
}

.step__subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 10px;
}

.step__features {
    margin-left: 20px;
    margin-bottom: 20px;
}

.step__features li {
    align-items: baseline;
    display: flex;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    padding: 4px 0;
}

.step__features li:before {
    background-color: #8879c2;
    bottom: 3px;
    content: "";
    height: 4px;
    max-width: 4px;
    min-width: 4px;
    margin-right: 18px;
    position: relative;
}

.step__preview {
    height: 100%;
    max-height: 311px;
    max-width: 443px;
    object-fit: contain;
    width: 100%;
}

.step__options {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
    margin: 0 0 40px;
}

.step__option {
    flex: 0 1 calc(50% - 10px);
    margin: 0;
    align-items: stretch;
    background: linear-gradient(90deg, #474b95, #7552ae);
    border-radius: 8px;
    display: flex;
    width: 100%;
}

.step__option__main {
    align-items: center;
    display: flex;
    flex: 1;
    padding: 25px;
    margin-right: 65px;
}

.step__option__num {
    color: #cec3f8;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    min-width: 24px;
    width: 24px;
}

.step__option__text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}


.opf__container {
    line-height: 1.4;
    color: #333;
}

.opf__page__header {
    display: flex;
    flex-direction: column;
}

.opf__page__title {
    margin-bottom: 24px !important;
    font-weight: 600 !important;
    font-size: 64px !important;
    line-height: 72px !important;
}

.opf__page__title span {
    color: #9D87F1 !important;
    font-size: 64px !important;
}

.opf__info {
    display: flex;
    gap: 40px;
}

.opf__page__info {
    flex: 1;
}

.opf__text-typography {
    margin-bottom: 20px;
}

.opf__text-typography p {
    margin-bottom: 12px;
}

.opf__text-typography ul {
    margin: 12px 0;
    padding-left: 24px;
}

.opf__text-typography li {
    margin-bottom: 8px;
}

.opf__get-service__item {
    display: flex;
    padding: 16px;
    width: 400px;
}

.get-service__item-icon {
    align-items: center;
    background-color: rgba(7, 19, 75, 0.31);
    border-radius: 100%;
    color: #fff;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 12px;
    max-width: 48px;
    min-width: 48px;
}

.get-service__item-icon .icon {
    height: 1em;
    width: 1em;
    font-size: 18px;
    background-color: transparent;
}

.get-service__item-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.get-service__item-text {
    color: #666;
    font-size: 14px;
}

.opf__answer__content {
    margin-bottom: 40px;
    background: rgba(66, 94, 245, .05);
    border-radius: 20px;
    padding: 40px;
    height: 500px;
}