/** Shopify CDN: Minification failed

Line 152:14 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
}

.container-MBA-mba {
    padding-top:64px;
    max-width: 996px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: auto;
}

.primary-button-mba:hover{
  background: #1D4AAB;
}

.primary-button-mba:active{
  background: #1F3877;
}

.container-header-mba {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.title-content-mba {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.title-text-mba {
    color: #1D4AAB;
    line-height: 44px;
    font-size: 32px;
    font-weight: 600;
}

.subtitle-text-mba {
    color: #3B3B41;
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
}

.description-text-mba {
    color: #45454A;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.product-title-mba {
    color: #3B3B41;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
        padding-bottom:12px;    

}

.product-description-mba {
    color: #45454A;
    font-size: 20px;
    line-height: 30px;
    width: 500px;
    /* height: 240px; */
    margin: 0;
}

.primary-button-mba {
    padding: 14px 56px;
    background: #0842e1;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fbfbff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    max-width: 495px;
    width: 351px;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;    font-family: "Work Sans", sans-serif;
    padding-right: 46px;
    gap: 10px;
    /* background-image: url(img/ArrowRight.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right 48px center; */
}

.button-arrow-mba {
    background-image: url('/cdn/shop/files/broker-section-arrow.png?v=1757874844');
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.container-image-mba {
    background-image: url('/cdn/shop/files/mba-card.png?v=1759572642');
    width: 282px;
    height: 380px;
    border-radius: 10px;
    align-self: center;
    background-size: contain;
}

.container-content-mba {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.container-product-mba {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    height: auto;
        align-items: center;
}

.container-text-mba {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width:1440px){
    .container-content-mba{
        height
    }
}

@media (max-width:1040px) {
    
    .container-MBA-mba {
        width: 674px;
        height: auto;
        padding-top:40px;
    }

    .container-image-mba {
        width: 238px;
        height: 320px;
    }

    .title-content-mba {
        gap: 8px;
    }

    .container-header-mba {
        gap: 20px;
    }

    .container-MBA-mba {
        gap: 40px;
    }

    .title-text-mba {
        font-size: 28px;
        line-height: 39px;
    }

    .subtitle-text-mba {
        font-size: 24px;
        line-height: 34px;
    }

    .description-text-mba {
        font-size: 20px;
        line-height: 30px;
    }

    .product-title-mba {
        font-size: 20px;
        line-height: 30px;
    }

    .product-description-mba {
        font-size: 16px;
        line-height: 24px;
        width: 412px;
        /* height: 192px; */
    }

    .container-content-mba {
        gap: 16px;
        height: auto;
        width: 412px;
    }
}

@media (max-width:768px) {
    .container-MBA-mba {
    padding-top:12px;}

    .title-text-mba {
        font-size: 24px;
        line-height: 34px;
    }

    .subtitle-text-mba {
        font-size: 20px;
        line-height: 30px;
    }



    .description-text-mba {
        font-size: 16px;
        line-height: 24px;
        width: 380px;
    }

    .title-content-mba {
        gap: 4px;
    }

    .container-header-mba {
        gap: 12px;
    }

    .container-MBA-mba {
        gap: 20px;
    }

    .container-image-mba {
        width: 220px;
        height: 271px;
        display: none;
    }

    .primary-button-mba {
        font-size: 16px;
        line-height: 24px;
    }

    .container-image-phone-mba {
        width: 220px;
        height: 271px;
        background-image: url('/cdn/shop/files/broker-section-card.png?v=1757943663');
        background-size: cover;
        background-position: 0% 50%;
        border-radius: 10px;
    }

    .product-description-mba {
        font-size: 16px;
        line-height: 24px;
        width: 365px;
        /* height: 216px; */
    }

    .container-MBA-mba {
        width: auto;
    }

    .product-description-mba {
        padding-left: 20px;
                padding-bottom: 12px;
    }

}

@media(max-width:400px) {
    .container-MBA-mba {
        align-self: center;

    }

    .title-text-mba {
        text-align: center;
    }

    .subtitle-text-mba {
        text-align: center;
    }

    .description-text-mba {
        width: 310px;
    }

    .primary-button-mba {
        width: 320px;
    }

    .container-content-mba {
        width: 320px;
    }

    .product-description-mba {
        padding-left: 10px;
        width: 285px;
    }

    .container-text-mba {
        width: 320px;
    }
    .primary-button-mba{
        width:310px;
    }
}