.about {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    /* width: 100vw; */
    height: auto;
    z-index: 1;
    align-items: center;
    justify-content: center;
    background-color: #FAF6F4 ;
}

.about .about-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.about .about-title img {
    width: 100%;
    min-width: 200px;
    max-width: 375px;
}

.about .about-container {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1300px;
    /* margin: 20px; */
    /* height: 80vh; */
    min-height: 450px;
    /* background-color: #59021B; */
    border-radius: 20px;
}

.about .about-container .about-text {

    /* width: 50%; */
    /* height: 100%; */
    padding: 50px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border-left-style: solid;
    border-left-width: 0.5px;
    border-left-color: #80808040; */
    /* overflow-y: auto; */
}

.about .about-text h3 {
    font-size: 25px;
    /* font-family: 'Aller Std 2'; */
    color: #FAF6F4;
    display: none;
}

.about .about-container .about-text p {
    font-size: 20px;
    font-family: 'Aller Std 6';
    color: #59021B;
    margin: 15px;
}

.about .about-container .about-text p i {
    font-size: 20px;
    font-family: 'Aller Std 3';
    font-style: normal;
    color: #59021B;
}

.about .about-container .about-text p b {
    font-size: 20px;
    font-family: 'Aller Std 1';
    font-style: normal;
    color: #59021B;
}

.about .about-container .about-video {
    width: 50%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border-left-style: solid;
    border-left-width: 0.5px;
    border-left-color: #80808040; */
}

.about .about-container .about-video video {

    width: 90%;
    max-width: 420px;
    height: 90%;
    border-radius: 10px;
    /* box-shadow: 5px 5px 20px 2px #0000004d; */
}



/* Css contagem */

.about .count-container {
    /* background-color: #d8115f; */
    display: grid;
    grid-template-columns: auto auto auto auto;
    /* column-gap: 20px;
    row-gap: 20px; */
    width: 100%;
    justify-content: space-around;
}

.about .count-container .plus-char {
    font-size: 50px;
    color: #59021B;
}

.about .count-container .count-number {
    font-size: 50px;
    color: #59021B;
}

.about .count-container .count-text {
    font-size: 30px;
    color: #59021B;
}

.about .count-container .first-count-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about .count-container .second-count-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.about .count-container .third-count-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.about .count-container .fourth-count-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about .count-numbers-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.about .count-text-container {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1200px) {
    .about .count-container {
        grid-template-columns: auto auto;
    }

    .about .count-container .first-count-container {
        margin-bottom: 20px;
    }

    .about .count-container .second-count-container {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .about .about-container {
        flex-direction: column;
        height: auto;
    }

    .about .about-container .about-text {
        padding: 0px;
        padding-left: 15px;
        padding-right: 15px;
        /* height: 50%; */
        /* height: 360px; */
        width: 100%;
    }

    .about .about-container .about-video {

        /* height: 50%; */
        height: auto;
        width: 100%;
        padding: 10px;
    }

    .about .about-container .about-text p {
        margin: 5px;
    }

    /* Contagem css */

    .about .count-container {
        grid-template-columns: auto;
        width: 90%;
        border-radius: 20px;
        padding: 10px;
        /* border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px; */
    }

    .about .count-container .first-count-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .about .count-container .second-count-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }


    .about .count-container .third-count-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }


    .about .count-container .fourth-count-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about .count-container .plus-char {
        font-size: 50px;
        margin: 0px;
    }

    .about .count-container .count-text {
        font-size: 3vh;
        font-weight: 700;
    }
}