@media screen and (max-width: 425px){
    .bh-text-1 {
        margin-top: 0;
        font-size: 30pt;
        text-align: center;
    }

    .bh-text-2 {
        font-size: 13pt;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    h2.section-title {
        font-size: 22pt;
    }

    .fc-row.single.d-flex.align-items-center.justify-content-center {
        margin-top: 15px;
    }

    h3.text-title {
        text-align: center !important;
    }
}