.bmg-home-hero .bmg-hero-buttons {
    justify-content: center;
}

/*tablet*/

@media (max-width: 992px) {
    /*container*/
    .bmg-home-hero {
        padding-top: 100px !important;
        padding-right: 70px !important;
        padding-bottom: 200px !important;
        padding-left: 70px !important;
    }

    /*titles*/
    .bmg-home-hero .bmg-hero-title {
        font-size: 90px !important;
    }
}

/*mobile*/

@media (max-width: 768px) {
    /*container*/
    .bmg-home-hero {
        padding-top: 90px !important;
        padding-right: 30px !important;
        padding-bottom: 120px !important;
        padding-left: 30px !important;
    }

    /*heritage row*/
    .bmg-heritage-row {
        flex-direction: column;
        gap: 15px;
    }

    /*titles*/
    .bmg-home-hero .bmg-hero-title {
        font-size: 55px !important;
    }
    .bmg-hero-sub-title {
        font-size: 22px !important;
    }
}

/*really small phones*/

@media (max-width: 350px) {
    /*titles*/
    .bmg-home-hero .bmg-hero-title {
        font-size: 40px !important;
    }
    .bmg-hero-sub-title {
        font-size: 18px !important;
    }

    /*buttons*/
    .bmg-home-hero .bmg-hero-buttons {
        flex-direction: column;
    }
}
