﻿@media (max-width: 991px) {
    body {
        padding-top: 7.9rem;
    }
    .supportprovider-slogan {
        position: relative;
        bottom: 0px;
        left: 0;
        transform: translate(0,0);
        padding: 0 0px;
    }
    .supportprovider-slogan p {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    body {
        padding-top: 7.9rem !important;
    }
    .supportprovider-slogan p {
        font-size: 1rem;
    }
}