@media (max-width: 1700px) and (min-width: 1199px) {
    body .wrapper {
        min-height: calc(100vh * 1 / 0.75);
    }
}

.services.services-services-section .services-nav__link {
    padding: 20px 24px;
}

@media (max-width: 1400px) {
    .services.services-services-section .services-nav__link {
        padding: 14px 12px;
    }
}

.get-started-btn {
    padding: 24px 32px;
    font-size: 18px;
    cursor: pointer;
    max-width: 500px;
    margin: auto 0;
    width: 100%;
    font-family: "Poppins", sans-serif;
    border-radius: 12px;
    height: 64px;
    text-transform: uppercase;
}

.get-started-btn:hover {
    box-shadow: var(--sf-soft-bg) 0px 6.35679px 22.946px 0px, rgba(225, 48, 108, 0.086) 0px 0px 0px 2.35679px;
}

.get-started-column {
    display: flex;
    align-items: center;
    flex: auto;
    justify-content: flex-end;
}


.hero-rating-delimiter {
    /* text-[#94A3B8] text-[11px] leading-none font-medium */
    font-size: 11px;
    font-weight: 500;
    color: #94A3B8;
}

.hero-rating-total {
    /* text-[#94A3B8] text-[11px] leading-none font-medium mr-0.5 */
    font-size: 11px;
    font-weight: 500;
    color: #94A3B8;
}

.questions-toggle {
    display: none;
}

.questions-dropdown {
    cursor: pointer;
}

.questions-toggle:checked~.questions-dropdown-content {
    display: block;
}

.questions-line:has(.questions-toggle:checked) .questions-dropdown-img {
    transform: rotate(180deg);
}