.ficha-about {
    margin-top: 80px;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    /* background-image: url('../images/about/background-about-single.jpg'); */
    background-repeat: no-repeat;
}

.container-about {
    max-width: 1200px;
    margin: 0 auto;
}

.video-youtube {
    width: 560px;
    height: 315px;
}

.video-about {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.title-container {
    width: 100%;
    text-align: center;
    text-transform:uppercase;
}

.text-container {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.text-container p {
    line-height: 30px;
    font-weight: bold;
    margin: 15px 0;
}

/*Media Screen for Mobile*/
@media (max-width: 768px) {

    .ficha-about {
        margin-top: 60px;
        width: 100%;
        height: auto;
        min-height: 500px;
    }
    
    .container-about {
        max-width: 768px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    /*Contenido*/
    .video-youtube {
        width: 350px;
        height: 250px;
    }

    .video-about {
        text-align: center;
        padding-top: 80px;
    }
    
    .title-container {
        width: 100%;
        text-align: center;
        text-transform:uppercase;
    }
    
    .text-container {
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
    
    .text-container p {
        line-height: 30px;
        font-weight: bold;
        margin: 15px 0;
    }

}