﻿@import url("https://fonts.googleapis.com/css2?family=Grandstander:wght@300;500;700&display=swap");

.text-light {
    color: #FEFEFE;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: rgba(44, 165, 196, 0.5019607843);
}

/** MIXINS **/
/* utils */
.center {
    height: 100px;
    text-align: center;
    border: 2px dashed #f69c55;
}

.section-title {
    font-family: "Grandstander", cursive;
    font-weight: 500;
    font-size: 40px;
    line-height: 3.5rem;
    color: rgba(44, 165, 196, 0.5019607843);
}

.main-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 3.5rem;
    text-align: justify;
}

.title-text {
    font-family: "Grandstander", cursive;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.5rem;
}

.pagination a {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.3rem !important;
    line-height: 2.3rem !important;
}

.content-title {
    margin-top: 4rem;
    background-color: #2CA5C4 !important;
    text-align: center;
}

    .content-title h1 {
        padding: 2rem 0;
        font-family: "Grandstander", cursive;
        font-weight: 500;
        font-size: 3.5rem;
        line-height: 3.5rem;
        color: #FEFEFE;
        text-transform: uppercase;
    }

.about {
    padding: 0rem 1rem;
}

    .about h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 2rem;
        line-height: 3.5rem;
        text-align: justify;
    }

    .about p, .about ul, .about li {
        font-family: Arial, Helvetica, sans-serif !important;
        font-weight: 400 !important;
        font-size: 2rem !important;
        line-height: 3.5rem !important;
        text-align: justify !important;
    }

.about-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

@media (max-width: 992px) {
    .about-content {
        flex-direction: column-reverse;
        margin-top: 5rem;
    }
}

@media (max-width: 768px) {
    .about-content {
        margin-top: 2rem;
    }
}

.about-content .abount-content-detail {
    text-align: justify;
}

    .about-content .abount-content-detail .section-title {
        color: #2CA5C4;
    }

@media (max-width: 992px) {
    .about-content .abount-content-detail {
        margin-top: 3rem;
        padding: 3rem;
    }
}
/*# sourceMappingURL=about.css.map */
