.goniometer-buying-guide-how-to-use-table {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 96px !important;
    width: 100% !important;
    background: #ffffff !important;
}

.goniometer-buying-guide-how-to-use-table__stack {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 96px !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__top {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 24px !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__top-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 64px !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: calc(50% - 32px) !important;
    flex: 1 1 0 !important;
}

.goniometer-buying-guide-how-to-use-table__heading {
    margin: 0 !important;
    width: 100% !important;
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 60px !important;
    letter-spacing: -0.02em !important;
}

.goniometer-buying-guide-how-to-use-table__subheading {
    margin: 0 !important;
    width: 100% !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    width: calc(50% - 32px) !important;
    flex: 1 1 0 !important;
}

.goniometer-buying-guide-how-to-use-table__guidance-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__guidance-dot {
    display: block !important;
    width: 8px !important;
    min-width: 8px !important;
    height: 8px !important;
    margin-top: 10px !important;
    border-radius: 2px !important;
    background: #1570EF !important;
}

.goniometer-buying-guide-how-to-use-table__guidance-text {
    margin: 0 !important;
    width: 100% !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__guidance-divider {
    width: 100% !important;
    height: 1px !important;
    background: #E4E7EC !important;
    margin: 24px 0 !important;
}

.goniometer-buying-guide-how-to-use-table__items {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 64px !important;
    width: 100% !important;
    min-height: 180px !important;
}

.goniometer-buying-guide-how-to-use-table__item-image-col {
    width: 180px !important;
    min-width: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.goniometer-buying-guide-how-to-use-table__item-image-wrap {
    box-sizing: border-box !important;
    width: 180px !important;
    height: 180px !important;
    border: 1px solid #E4E7EC !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.goniometer-buying-guide-how-to-use-table__item-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.goniometer-buying-guide-how-to-use-table__item-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: calc(100% - 244px) !important;
    min-height: 180px !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
}

.goniometer-buying-guide-how-to-use-table__item-title {
    margin: 0 !important;
    width: 100% !important;
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

.goniometer-buying-guide-how-to-use-table__item-text {
    margin: 0 !important;
    width: 100% !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__item-divider {
    width: 100% !important;
    height: 1px !important;
    background: #E4E7EC !important;
    margin: 48px 0 !important;
}

@media (max-width: 991px) {
    .goniometer-buying-guide-how-to-use-table,
    .goniometer-buying-guide-how-to-use-table__stack {
        gap: 70px !important;
    }

    .goniometer-buying-guide-how-to-use-table__top-content {
        flex-direction: column !important;
        gap: 40px !important;
    }

    .goniometer-buying-guide-how-to-use-table__left,
    .goniometer-buying-guide-how-to-use-table__right {
        width: 100% !important;
    }

    .goniometer-buying-guide-how-to-use-table__heading {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .goniometer-buying-guide-how-to-use-table__item {
        gap: 32px !important;
    }
}

@media (max-width: 767px) {
    .goniometer-buying-guide-how-to-use-table,
    .goniometer-buying-guide-how-to-use-table__stack {
        gap: 56px !important;
    }

    .goniometer-buying-guide-how-to-use-table__heading {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .goniometer-buying-guide-how-to-use-table__subheading,
    .goniometer-buying-guide-how-to-use-table__guidance-text,
    .goniometer-buying-guide-how-to-use-table__item-text {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .goniometer-buying-guide-how-to-use-table__item {
        flex-direction: column !important;
        gap: 20px !important;
        min-height: 0 !important;
    }

    .goniometer-buying-guide-how-to-use-table__item-image-col {
        width: 100% !important;
        min-width: 0 !important;
    }

    .goniometer-buying-guide-how-to-use-table__item-image-wrap {
        width: 180px !important;
        height: 180px !important;
    }

    .goniometer-buying-guide-how-to-use-table__item-content {
        width: 100% !important;
        min-height: 0 !important;
        gap: 16px !important;
    }

    .goniometer-buying-guide-how-to-use-table__item-title {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .goniometer-buying-guide-how-to-use-table__item-divider {
        margin: 32px 0 !important;
    }
}

