.risk-text {
    color: rgb(19, 89, 156) !important;
}

.text-light-blue {
    color: #7bd0f2;
}

.presential-meet {
    color: #1d9863;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 300;
}

.florida {
    color: #7bd0f2;
    font-size: 17px;
    line-height: 1.75;
}

@media only screen and (min-width: 576px) {
    .presential-meet {
        font-size: 25px;
    }

    .foro-innova {
        font-size: 25px;
    }

    .florida {
        font-size: 25px;
    }
}

.about-section * {
    color: #fff !important;
}

.about-section .auto-container {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0
}

@media (max-width: 767px) {
    .about-section .auto-container {
        top: 10%;
    }

    .about-section .auto-container div {
        font-size: 12px !important;
    }

    /*.about-section .auto-container h2*/
    /*{*/
    /*    font-size: 48px !important;*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-section .auto-container {
        top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .about-section .auto-container {
        top: 15%;
    }
}

