@charset "utf-8";

.span-block {
    display: inline;
}

.tc {
    text-align: left;
}

@media (max-width: 767.98px) {
    
    h1, .h1 {
        font-size: 1.3rem!important;
    }
    
    .text-size-md {
        font-size: 1.4rem;
    }

    .text-size-md2 {
        font-size: 1rem!important;
    }
    
    .pt-6 {
        padding-top: 1rem!important;
    }
    
    .span-block {
        display: block;
    }
    
    #gotoTop {
        opacity: 1!important;
    }
    
    .p-6 {
        padding: 2rem !important;
    }
    
    .py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .tc {
        text-align: center;
    }
    
}