@media screen and (min-width: 767px) {
    .movil-cards.alpha-container.alpha-container, .profile-section .alpha-container, .administrative-profile .alpha-container:first-child,
    .stockbrokers-section .alpha-container {
        max-width: 1100px;
    }
}

@media screen and (min-width: 1024px) {
    .faq-section {
        margin-top: 50px;
    }

    .administrative-profile .banner-top.alpha-container {
        max-width: 900px;
    }

    .banner-administrative .banner-administrative-content {
        padding-right: 3rem;
    }

    .banner-administrative .educa-info {
        padding-bottom: 5rem;
    }

    .banner-administrative .educa-slide .image-content::before {
        content: "";
        width: 78%;
        height: 125% !important;
        position: absolute;
        z-index: 0;
        left: 16%;
        top: -9%;
        border-radius: 70px 0px 0px 70px;
        background-color: hsla(238, 100%, 94%, 0.3);
        right: unset;
    }

    .administrative-profile .profile-description, .stockbrokers-section .big-title {
        margin-left: 4rem;
    }

    .stockbrokers-section .splide.thumbnail {
        max-width: 870px;
    }
}

@media screen and (max-width: 1160px) {
    .center-button {
        display: flex;
        order: 3;
        width: 100%;
        padding-top: 8%;
        justify-content: center;
    }

    .banner-administrative .educa-slide {
        max-width: 1000px;
        margin-inline: auto;
    }
}

@media screen and (min-width: 1160px) {
    .center-button {
        display: none;
    }

    .educa-slide .image-content {
        box-shadow: unset;
        padding-bottom: 7rem;
    }

    .banner-administrative .banner-administrative-content {
        padding-inline: 0 4rem !important;
    }

    .stockbrokers-section .splide.thumbnail {
        max-width: 1160px;
    }

    .stockbrokers-section .big-title {
         margin-left: 0; 
    }

    .administrative-profile .profile-description {
        margin-left: 0;
    }

    .administrative-profile .banner-top.alpha-container {
        max-width: 1168px;
    }

    .movil-cards.alpha-container.alpha-container, .profile-section .alpha-container, .administrative-profile .alpha-container:first-child,
    .stockbrokers-section .alpha-container {
        max-width: 1168px;
    }
}

@media screen and (min-width: 1440px) {
    .banner-administrative .educa-slide .image-content::before {
        content: "";
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        z-index: 0;
        left: 0;
        top: -10%;
        border-radius: 40px;
        background-color: hsla(238, 100%, 94%, 0.3);
        right: unset;
    }

    .banner-administrative .banner-administrative-content {
        padding-inline: 4rem !important;
    }
}
