.container--card{
    max-width: 120px;
    
}

.container-footer ul{
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.description p{
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 2.4rem;
}
.mentor-card{
    position: relative;
    width: 40vw;
}

.mentor-card img{
    width: 90px;
    height: 90px
}
.mentor-card p{
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 2px;
}

.course-container--img{
    height: 40vh;
    width: 80vw;

}
.course-container--text{
    width: 80vw;
}

.course-container--text h2{
    font-size: 2.0rem;
}
.course-container--text p{
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.course-container--text ul{
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.container-detail{
    width: 50%;
    height: 50px;
}
.container-detail p{
    font-size: 1.3rem;
    line-height: 2.4rem; 
}

.detail p{
    font-size: 1.3rem;
    line-height: 2.4rem;  
}
.proyect--text{
    width: 50%;
}


.proyect--text p:nth-child(2){
    font-size: 1.3rem;
}

.proyect--text p:nth-child(3){
    font-size: 1.4rem;
}

.social-icons img{
    width: 30px;
    height: 30px;
}