/**
 * @copyright   (C) 2017 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
 
#view-fr-sponsors .info-text-p-bottom{
    margin-top: 0.8rem;
}

#view-fr-sponsors .info-text-css{
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: inherit;
}

#view-fr-sponsors .pet-carousel-br{
    border-radius: 30px;
}

@media (min-width: 992px) { 
    #view-fr-sponsors .row-height{
        height: 500px;
    }

    #view-fr-sponsors .row-height-50{
        height: 240px;
    }

    #view-fr-sponsors .row-margin-bt-lg{
        margin-bottom: 1rem !important;
    }

    #view-fr-sponsors .pet-carousel-image{
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}