@charset "UTF-8";

/**********************************************************************************************************************************************************************************/
/*********************************************************************************** CUSTOM ***************************************************************************************/
/**********************************************************************************************************************************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-pg-h1 {
        font-size: 3.7rem;
        line-height: 4.7rem;
    }
}
@media (max-width: 992px) {
    .lg-ms-auto {
        margin-left: auto !important;
    }
}

/**********************************************************************************************************************************************************************************/
/********************************************************************************** OVERRIDE **************************************************************************************/
/**********************************************************************************************************************************************************************************/

@media (max-width: 350px) {
    .custom-buy-button {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px auto!important;
    }
}

@media (max-width: 767px) {
    .custom-overflow {
        overflow: hidden!important;
    }
}