.goniometer-buying-guide-decision-workflow {
    width: 100% !important;
}

.goniometer-buying-guide-decision-workflow__frame {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 64px !important;
    width: 100% !important;
}

.goniometer-buying-guide-decision-workflow__left {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 32px !important;
    width: calc((100% - 64px) / 2) !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
}

.goniometer-buying-guide-decision-workflow__heading {
    margin: 0 !important;
    width: 100% !important;
    color: #22212a !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -0.02em !important;
}

.goniometer-buying-guide-decision-workflow__list {
    margin: 0 !important;
    padding-left: 28px !important;
    width: 100% !important;
    color: #344054 !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-decision-workflow__list-item {
    margin: 0 !important;
}

.goniometer-buying-guide-decision-workflow__list-item + .goniometer-buying-guide-decision-workflow__list-item {
    margin-top: 2px !important;
}

.goniometer-buying-guide-decision-workflow__card {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    width: calc((100% - 64px) / 2) !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
    border: 1px solid #e4e7ec !important;
    border-radius: 4px !important;
    padding: 24px !important;
    background: #ffffff !important;
}

.goniometer-buying-guide-decision-workflow__card-block {
    width: 100% !important;
}

.goniometer-buying-guide-decision-workflow__card-block + .goniometer-buying-guide-decision-workflow__card-block {
    margin-top: 2px !important;
}

.goniometer-buying-guide-decision-workflow__card-title {
    margin: 0 0 12px !important;
    color: #344054 !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.goniometer-buying-guide-decision-workflow__card-text {
    margin: 0 !important;
    color: #667085 !important;
    font-family: "Inter", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

@media (max-width: 991px) {
    .goniometer-buying-guide-decision-workflow__frame {
        flex-direction: column !important;
        gap: 24px !important;
    }

    .goniometer-buying-guide-decision-workflow__left,
    .goniometer-buying-guide-decision-workflow__card {
        width: 100% !important;
    }

    .goniometer-buying-guide-decision-workflow__left {
        gap: 20px !important;
    }
}

@media (max-width: 767px) {
    .goniometer-buying-guide-decision-workflow__heading {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .goniometer-buying-guide-decision-workflow__list {
        padding-left: 22px !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .goniometer-buying-guide-decision-workflow__card {
        padding: 16px !important;
    }
}

