.responsive-hero {
    background: url('../../../images/testimonial-page-preview-mobile.png');
    width: 100vw;
    background-size: cover;
    background-position: center center;
}

.responsive-hero .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.hero-content {
    position: absolute;
    user-select: none;
    bottom: 6rem;
    left: 2rem;
    color: white;
}

.text-box {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    max-width: 90vw;
}

.blue-label {
    background-color: #084BA9;
    color: white;
    border: 2px solid #084BA9;
    padding: 0.5rem 1rem;
    max-width: fit-content;
    text-align: center;
}

.blue-label-heading {
    padding-top: 15px;
}

.responsive-hero .blue-label {
    background-color: #084BA9;
    color: white;
    border: 2px solid #084BA9;
    max-width: fit-content;
    margin: auto;
    padding: 0.5rem 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.responsive-hero h1 {
    font-weight: 500;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.responsive-hero h3 {
    font-size: 1.125rem;
}

.earthbrain-section-1 {
    font-weight: 100;
    color: #413c3c;
    line-height: 1.5;
}

.section-main-header{
    padding-top: 3rem !important;
}

@media (max-width: 768px) {
    .responsive-hero {
        background: url('../../../images/testimonial-page-preview-mobile.png');
        height: 32vh;
        align-items: flex-end;
        text-align: center;
        background-size: cover;
        background-position: center center;
    }

    .hero-content {
        bottom: 30rem;
        left: 0;
    }

    .responsive-hero h1 {
        font-size: 1.5rem;
    }

    .responsive-hero h3 {
        font-size: 1rem;
    }

    .responsive-hero .container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    h3,
    h5 {
        font-size: 0.9rem !important;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    h4 {
        font-size: 1rem !important;
    }

    .section-main-header{
        padding-top: 0px !important;
    }

    .earthbrain-button-div {
        display: block !important;
    }

    .btn-custom {
        width: 80% !important;
    }

    .eb-button-upper-div {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .enkin-info-buttons {
        padding: 0 !important;
    }

    .blue-label {
        padding: 0.25rem 0.5rem;
    }

    .blue-label-heading {
        padding-top: 5px;
        font-size: 1.20rem !important;
        font-weight: bold;
    }

    .section-header{
        line-height: 1rem !important;
        font-weight: bold;
        padding: 25px 0px;
    }

    .section-sub-header-one{
        line-height: 1rem !important;
        padding-bottom: 10px;
    }
}

.earthbrain-button-div {
    display: flex;
    justify-content: center;
}

.section-enkingt {
    background-color: #EFF3F7;
    padding-top: 4rem;
    padding-bottom: 5rem;
    text-align: center;
}

.section-enkingt .container h1 {
    margin-bottom: 1.5rem;
}

.section-enkingt .btn-custom {
    font-size: 1rem;
    text-align: left;
    border-radius: 8px;
    width: 100%;
    padding: 1.5rem 3rem;
    position: relative;
    background-color: #084BA9;
    border: 1px solid #084BA9;
    color: #ffffff;
}

.section-enkingt .btn-custom div {
    position: relative;
}

.section-enkingt .btn-custom h5 {
    margin-bottom: 0.25rem;
}

.section-enkingt .btn-custom span {
    font-size: 0.875rem;
    color: #ffffff;
}

.section-enkingt .btn-custom i {
    position: absolute;
    right: -9.5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    pointer-events: none;
}

.section-header{
    line-height: 5rem;
    font-weight: bold;
}

.section-text{
    line-height: 2;
    color: #3c3c3c;
}

.section-sub-header-one{
     line-height: 5rem;
     font-weight: bold;
}