.db_studyedu_main>section {
    margin-bottom: 120px;
}

.db_studyedu_header {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 120px;
    box-sizing: border-box;
    text-align: left;
    font-size: 22.86px;
    color: #0d0d0d;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #f8f8f8;
}

.db_studyedu_header-inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.db_studyedu_header-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
}

.db_studyedu_logo {
    display: flex;
    align-items: center;
    gap: 5.7px;
    text-decoration: none;
    color: inherit;
}

.db_studyedu_logo-text {
    position: relative;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.db_studyedu_header-divider {
    height: 24px;
    width: 24px;
    position: relative;
}

.db_studyedu_partner-logo {
    height: 38px;
    width: 53.2px;
    position: relative;
}

.db_studyedu_partner-icon {
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.db_studyedu_partner-icon--bottom {
    height: 45.26%;
    width: 100%;
    top: 54.78%;
    right: 0%;
    bottom: -0.04%;
    left: 0%;
}

.db_studyedu_partner-icon--top {
    height: 45%;
    width: 73.5%;
    top: 0%;
    right: 26.5%;
    bottom: 55%;
    left: 0%;
}

.db_studyedu_nav {
    font-size: 14px;
}

.db_studyedu_nav-list {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.db_studyedu_nav-item {
    position: relative;
}

.db_studyedu_nav-link {
    line-height: 130%;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease;
}

.db_studyedu_nav-link:hover,
.db_studyedu_nav-link:focus-visible {
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .db_studyedu_header {
        padding: 16px 40px;

    }
}

@media (max-width: 768px) {
    .db_studyedu_header {
        padding: 19px 32px;

    }
}

@media (max-width: 550px) {
    .db_studyedu_header {
        padding: 19px 20px;

    }
}


.db_studyedu_menu-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.db_studyedu_burger {
    display: none;
    cursor: pointer;
}

.db_studyedu_burger-icon {
    width: 24px;
    height: 24px;
    display: block;
}

.db_studyedu_mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 0 28px;
    box-sizing: border-box;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.db_studyedu_mobile-menu-inner {
    width: 100%;
    background-color: #fff;
    padding: 15px 16px;
    box-sizing: border-box;
}

.db_studyedu_mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.db_studyedu_mobile-logo-wrap .db_studyedu_logo {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
}

.db_studyedu_mobile-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 48px;
    cursor: pointer;
}

.db_studyedu_mobile-close-icon {
    width: 22px;
    height: 22px;
}

.db_studyedu_mobile-nav {
    padding: 32px 16px;
    font-size: 22px;
    padding-bottom: 200px;
}

.db_studyedu_mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.db_studyedu_mobile-nav-link {
    text-decoration: none;
    color: #0d0d0d;
    font-weight: 500;
    line-height: 110%;
}

.db_studyedu_mobile-footer {
    padding: 0 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    font-size: 16px;
}

.db_studyedu_support-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.db_studyedu_support-btn {
    width: 100%;
    max-width: 400px;
    height: 48px;
    border-radius: 96px;
    background-color: rgba(13, 13, 13, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    box-sizing: border-box;
    gap: 8px;
    text-decoration: none;
    color: #0d0d0d;
}

.db_studyedu_support-label {
    font-weight: 500;
    line-height: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.db_studyedu_support-icon {
    width: 20px;
    height: 20px;
}

.db_studyedu_support-time {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
}

.db_studyedu_social-wrap {
    display: flex;
    align-items: center;
    gap: 28px;
}

.db_studyedu_social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.db_studyedu_social-icon {
    width: 32px;
    height: 32px;
}

.db_studyedu_legal-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    align-items: flex-start;
    width: 100%;
    max-width: 400px;
}

.db_studyedu_legal-link {
    text-decoration: none;
    color: #0d0d0d;
    line-height: 150%;
    font-weight: 500;
}

.db_studyedu_menu-toggle:checked~.db_studyedu_mobile-menu {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 550px) {
    .db_studyedu_nav {
        display: none;
    }

    .db_studyedu_burger {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .db_studyedu_header-inner {
        padding-right: 4px;
    }

    .db_studyedu_mobile-menu {
        display: flex;
        min-height: 100vh;
    }
}

@media (min-width: 551px) {
    .db_studyedu_mobile-menu {
        display: none;
    }
}

.db_studyedu_hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #0d0d0d;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    background-image: url("/wp-content/themes/gptonline-child1/assets/images/svg/1440.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 74px 0 120px;
    box-sizing: border-box;
    min-height: 721px;
    background-position: center calc(100% - 0px);
    background-size: auto 721px;

}

h1,
h2,
h3,
h4 {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;

}



.db_studyedu_hero-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.db_studyedu_hero-content {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.db_studyedu_hero-title {
    margin: 0;
    font-size: 54px;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 600;
}

.db_studyedu_hero-title-highlight {
    background: linear-gradient(90deg, #0a7cff 32.69%, #1dd6c1 55.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.db_studyedu_hero-text {
    font-size: 18px;
    line-height: 130%;
}

.db_studyedu_hero-text p:last-child {
    margin-bottom: 0;
}

.db_studyedu_hero-actions {
    display: flex;
    justify-content: center;
}

.db_studyedu_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 96px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.db_studyedu_btn-primary {
    min-height: 56px;
    background-color: #0a7cff;
    color: #ffffff;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.db_studyedu_btn-primary:hover {
    background-color: #0660c4;
    transform: translateY(-1px);
}

.db_studyedu_btn-label {
    font-weight: 500;
    line-height: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1024px) {
    .db_studyedu_hero {
        background-image: url("/wp-content/themes/gptonline-child1/assets/images/svg/768.png");
        padding: 80px 0 100px;
    }

    .db_studyedu_main>section {
        margin-bottom: 80px;
    }


}

@media (max-width: 550px) {
    .db_studyedu_hero {
        background-image: url("/wp-content/themes/gptonline-child1/assets/images/svg/375.png");
        padding: 64px 0 80px;
    }

    .db_studyedu_hero-content {
        max-width: 100%;
        gap: 20px;
    }

    .db_studyedu_hero-title {
        font-size: 36px;
    }

    .db_studyedu_hero-text {
        font-size: 16px;
    }

    .db_studyedu_btn {
        width: 100%;
        max-width: 320px;
    }
}

.db_studyedu_models {
    width: 100%;
    box-sizing: border-box;
    color: #0d0d0d;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.db_studyedu_models-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.db_studyedu_models-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.db_studyedu_models-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.db_studyedu_models-title {
    margin: 0;
    font-size: 50px;
    line-height: 110%;
    font-weight: 600;
}

.db_studyedu_models-subtitle {
    font-size: 18px;
    line-height: 130%;
    color: rgba(13, 13, 13, 0.58);
}

.db_studyedu_models-subtitle p {
    margin: 0 0 12px;
}

.db_studyedu_models-subtitle p:last-child {
    margin-bottom: 0;
}

.db_studyedu_models-action {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.db_studyedu_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 99px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.db_studyedu_btn-secondary {
    min-height: 56px;
    color: white;
    background-color: #0a7cff;
    font-size: 18px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.db_studyedu_btn-secondary:hover {
    background-color: #0a7cff;
    color: #ffffff;
    transform: translateY(-1px);
}

.db_studyedu_btn-label {
    line-height: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.db_studyedu_models-section-caption {
    align-items: center;
    justify-content: center;
    padding: 12px 0 0;
}

.db_studyedu_models-caption-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.db_studyedu_models-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.db_studyedu_model-card {
    box-shadow: 0 4px 20px rgba(139, 139, 139, 0.08);
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(13, 13, 13, 0.12);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}

.db_studyedu_model-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.db_studyedu_model-avatar {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db_studyedu_model-avatar-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.db_studyedu_model-tokens {
    display: flex;
    align-items: center;
    gap: 4px;
}

.db_studyedu_model-token-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.db_studyedu_model-tokens-value {
    font-weight: 600;
    line-height: 120%;
    white-space: nowrap;
}

.db_studyedu_model-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.db_studyedu_model-title {
    margin: 0;
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
}

.db_studyedu_model-desc {
    margin: 0;
    font-size: 16px;
    line-height: 130%;
    opacity: 0.8;
}

.db_studyedu_model-meta {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
}

.db_studyedu_model-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.db_studyedu_model-meta-icon {
    width: 20px;
    height: 20px;
}

.db_studyedu_model-meta-text {
    line-height: 130%;
    font-weight: 500;
    white-space: nowrap;
}

.db_studyedu_models-action.mob {
    display: none;
}


@media (max-width: 1024px) {
    .db_studyedu_models {
        padding: 0 40px;
    }

    .db_studyedu_models-header {
        align-items: flex-start;
    }

    .db_studyedu_models-action {
        align-self: end;
    }

    .db_studyedu_models-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .db_studyedu_models-title {
        font-size: 36px;
    }

}

@media (max-width: 550px) {
    .db_studyedu_models {
        padding: 48px 16px;
    }

    .db_studyedu_models-title {
        font-size: 28px;
    }

    .db_studyedu_models-subtitle {
        font-size: 16px;
    }

    .db_studyedu_models-grid {
        grid-template-columns: 1fr;
    }

    .db_studyedu_models-action {
        display: none;
    }

    .db_studyedu_models-action.mob {
        display: block;
    }

    .db_studyedu_btn-secondary {
        width: 100%;
        max-width: 100%;
    }
}


.db_studyedu_model-link {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-decoration: none;
    color: inherit;
}

.db_studyedu_intro {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 120px;
    box-sizing: border-box;
    text-align: left;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #0d0d0d;
}

.db_studyedu_intro-inner {
    width: 1200px;
}

.db_studyedu_intro-card {
    width: 100%;
    border-radius: 40px;
    background-color: rgba(13, 13, 13, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 80px;
    box-sizing: border-box;
    gap: 48px;
}

.db_studyedu_intro-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.db_studyedu_intro-title {
    margin: 0;
    line-height: 110%;
    font-weight: 600;
    font-size: 50px;
}

.db_studyedu_intro-title-highlight {
    background: linear-gradient(90deg, #0a7cff 58.17%, #1dd6c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.db_studyedu_intro-subtitle {
    font-size: 18px;
    line-height: 130%;
}

.db_studyedu_intro-subtitle p {
    margin: 0 0 12px;
}

.db_studyedu_intro-subtitle p:last-child {
    margin-bottom: 0;
}

.db_studyedu_intro-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    font-size: 36px;
    color: #0a7cff;
}

.db_studyedu_intro-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
    flex-shrink: 0;
}

.db_studyedu_intro-stats {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.db_studyedu_intro-stats>*:nth-child(1),
.db_studyedu_intro-stats>*:nth-child(2) {
    margin-bottom: 0;
}

.db_studyedu_intro-stat {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-left: 2px solid rgba(13, 13, 13, 0.06);
    box-sizing: border-box;
    padding-left: 0;
    width: 249px;
}

.db_studyedu_intro-stat-value {
    padding-left: 16px;
    line-height: 110%;
    font-weight: 600;
}

.db_studyedu_intro-stat-text {
    align-self: stretch;
    border-left: 2px solid #0a7cff;
    box-sizing: border-box;
    padding-left: 26px;
    margin-left: -2px;
    font-size: 18px;
    color: #0d0d0d;
    line-height: 130%;
}

.db_studyedu_intro-stat-text p {
    margin: 0;
}

.db_studyedu_intro-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.db_studyedu_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 96px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.db_studyedu_btn-primary {
    height: 56px;
    background-color: #0a7cff;
    color: #ffffff;
}

.db_studyedu_btn-label {
    line-height: 130%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.db_studyedu_intro-media {
    flex: 1;
    position: relative;
    isolation: isolate;
}

.db_studyedu_intro-figure {
    margin: 0;
    position: relative;
}

.db_studyedu_intro-image {
    height: 490px;
    width: 100%;
    max-width: 100%;
    border-radius: 32px;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.db_studyedu_intro-rating {
    position: absolute;
    top: -38px;
    left: -62px;
    z-index: 2;
    display: block;
    /* width: 237px; */
    height: 144px;
}

.db_studyedu_intro-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 64px;
}

.db_studyedu_intro-stat {
    border-left: 2px solid rgba(13, 13, 13, 0.06);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-left: 0;
    width: 100%;
}

.db_studyedu_intro-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 64px;
}

.db_studyedu_intro-stat {
    border-left: 2px solid rgba(13, 13, 13, 0.06);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-left: 0;
    width: 100%;
}


@media (max-width: 1024px) {
    .db_studyedu_intro-stats {
        grid-template-columns: 1fr;
    }

    .db_studyedu_intro {
        padding: 0 40px;
    }

    .db_studyedu_intro-card {
        padding: 40px;
    }

    .db_studyedu_intro-rating {
        left: auto;
        right: 0;
    }
}

@media (max-width: 768px) {

    .db_studyedu_intro-card {
        padding: 32px 24px 40px;
        gap: 32px;
    }

    .db_studyedu_intro-main {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .db_studyedu_intro-media {
        order: -1;
        width: 100%;
    }

    .db_studyedu_intro-image {
        width: 100%;
        height: auto;
    }

    .db_studyedu_intro-left {
        width: 100%;
        align-items: stretch;
    }

    .db_studyedu_intro-cta .db_studyedu_btn-primary {
        width: 100%;
        justify-content: center;
    }

    .db_studyedu_intro-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .db_studyedu_earn-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) {
    .db_studyedu_intro-stats {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }

    .db_studyedu_intro {
        padding: 0 16px;
    }

    .db_studyedu_earn {
        padding: 0 16px !important;
    }

    .db_studyedu_how {
        padding: 0 16px !important;
    }
}

.db_studyedu_earn {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #0d0d0d;
    border-radius: 28px 28px 0 0;
}

.db_studyedu_earn-inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.db_studyedu_earn-header {
    width: 778px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: left;
}

.db_studyedu_earn-title {
    margin: 0;
    line-height: 110%;
    font-weight: 600;
    font-size: 50px;
}

.db_studyedu_earn-subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 130%;
}

.db_studyedu_earn-cta {
    display: none;
}

.db_studyedu_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 21px;
    border-radius: 129.6px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.db_studyedu_btn-gradient {
    background: radial-gradient(50% 50% at 50% 50%, #2c67cf, #0a99ee);
    border: 1.4px solid #a4cbff;
    font-size: 16px;
    color: #ffffff;
}

.db_studyedu_btn-label {
    line-height: 130%;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.db_studyedu_earn-cards {
    width: 1200px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
    font-size: 24px;
}

.db_studyedu_earn-card {
    flex: 1;
    border-radius: 40px;
    background-color: rgba(13, 13, 13, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 24px;
    box-sizing: border-box;
}

.db_studyedu_earn-card-header {
    align-self: stretch;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 32px;
    gap: 20px;
}

.db_studyedu_earn-card-icon {
    width: 32px;
    height: 32px;
    display: block;
}

.db_studyedu_earn-card-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.db_studyedu_earn-card-title {
    margin: 0;
    line-height: 120%;
    font-weight: 600;
    font-size: 24px;
}

.db_studyedu_earn-card-desc {
    margin: 0;
    font-size: 16px;
    line-height: 130%;
}

.db_studyedu_earn-card-image {
    align-self: stretch;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {

    .db_studyedu_intro-title {
        font-size: 36px;

    }

    .db_studyedu_earn-title {
        font-size: 36px;
    }

    .db_studyedu_how-title {
        font-size: 36px !important;
    }

    .db_studyedu_earn-inner {
        gap: 40px;
    }

    .db_studyedu_earn-cards {
        display: block;
    }

}

.db_studyedu_how {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #0d0d0d;
}

.db_studyedu_how-inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.db_studyedu_how-title {
    align-self: stretch;
    margin: 0;
    line-height: 110%;
    font-weight: 600;
    font-size: 50px;
}

.db_studyedu_how-layout {
    align-self: stretch;
    display: flex;
    align-items: stretch;
    gap: 24px;
    font-size: 20px;
}

.db_studyedu_how-steps {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.db_studyedu_how-step {
    border-radius: 20px;
    background-color: rgba(13, 13, 13, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    gap: 18px;
    box-sizing: border-box;
    text-align: left;
}

.db_studyedu_how-step-number-wrap {
    border-radius: 9999px;
    border: 1.5px solid rgba(13, 13, 13, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.db_studyedu_how-step-number {
    width: 24px;
    line-height: 120%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db_studyedu_how-step-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
}

.db_studyedu_how-step-title {
    margin: 0;
    line-height: 130%;
    font-weight: 500;
}

.db_studyedu_how-step-text {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

.db_studyedu_how-step--accent {
    background-color: #0a7cff;
    color: #ffffff;
}

.db_studyedu_how-step-number-wrap--accent {
    border-color: #ffffff;
}

.db_studyedu_how-manager {
    align-self: stretch;
    width: 384px;
    max-width: 384px;
    border-radius: 20px;
    background-color: rgba(13, 13, 13, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    box-sizing: border-box;
    gap: 32px;
    font-size: 18px;
    text-align: left;
}

.db_studyedu_how-manager-image-wrap {
    align-self: stretch;
    height: 183px;
    position: relative;
}

.db_studyedu_how-manager-image {
    position: absolute;
    top: -0.5px;
    left: 37px;
    width: 254px;
    height: 184px;
    object-fit: cover;
    border-radius: 16px;
}

.db_studyedu_how-manager-text {
    margin: 0;
    line-height: 130%;
    color: #000000;
    font-weight: 700;

}

.db_studyedu_how-manager-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.db_studyedu_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 96px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.db_studyedu_btn-primary {
    height: 56px;
    background-color: #0a7cff;
    color: #ffffff;
}

.db_studyedu_btn-label {
    position: relative;
    line-height: 130%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media (max-width: 950px) {
    .db_studyedu_how-manager {
        width: 100%;
        max-width: 100%;
        margin-top: 24px;
    }

    .db_studyedu_how-layout {
        display: block;
    }

    .db_studyedu_how-manager-image {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
    }

    .db_studyedu_how-manager-image-wrap {
        align-self: auto;
    }


    .db_studyedu_how-manager-text {
        text-align: center;
    }
}


@media (max-width: 550px) {

    .db_studyedu_how-layout {
        flex-direction: column;
        gap: 32px;
    }

    .db_studyedu_how-steps {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .db_studyedu_how-manager {
        width: 100%;
        max-width: 100%;
    }
}