﻿@media (min-width: 992px)
{
    .col-lg-3
    {
        max-width: 30% !important; 

        flex: 0 0 30% !important;
    }

    .col-lg-4
    {
        max-width: 35% !important; 

        flex: 0 0 35% !important;
    }
}
@media (min-width: 576px)
{
    .container
    {
        max-width: 570px !important;
    }
}
@media (min-width: 768px)
{
    .container
    {
        max-width: 760px !important;
    }
}
@media (min-width: 992px)
{
    .container
    {
        max-width: 990px !important;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        max-width: 1198px !important;
    }
}


.divdesc {
    position: relative;
}

.descimg {
    height: 125px;
    position: absolute;
    right: 50px;
}

.fas span {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

li
{
    font-size: 1rem;
}

b {
    font-weight: 800 !important;
}

.sup {
    vertical-align: super;
}

.notedesc {
    margin-left: 30px;
}

ol li {
    padding-left: 10px;
}

.h6headerplan{
    margin-bottom: 1.5rem !important;
    color: #36c6ff;
}