/*--------------------------------------------------------------
# EU Projects
--------------------------------------------------------------*/
.eu-img img {
    margin-left: 30px;
    padding-top: 40px;
    max-width: 95%;
}

/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/
.career-img img {
    margin-left: 30px;
    padding-top: 40px;
    max-width: 80%;
}

.career-img > i {
    font-size: 10em;
    color: #00b8ff;
}

#about .content h2 {
    color: #246c9e;
}

/*--------------------------------------------------------------
# Requirements
--------------------------------------------------------------*/
#require {
    padding: 10px 0 0 0;
}

#require .box {
    padding: 30px;
    margin-bottom: 40px;
    background: #fff;
    transition: 0.4s;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    height: 300px;
}

#require .box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

#require .box h4 a {
    color: #444;
}

#require .box p {
    font-size: 14px;
    margin-left: 50px;
    margin-bottom: 0;
    line-height: 24px;
}

#require .box i {
    font-size: 20px;
    padding-right: 4px;
    color: #00b8ff;
  }
  
#require .box ul {
    list-style: none;
    padding: 0;
}

@media (max-width: 767px) {
    #require .box .box {
        margin-bottom: 20px;
    }
    #require .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #require .box h4, #require .box p {
        margin-left: 0;
        text-align: center;
    }
}

#students .content h2 {
    color: #246c9e;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}

#students .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

.student-img {
    text-align: center;
    margin-top: 30px;
}

.student-img img {
    margin-left: 30px;
    padding-top: 70px;
    max-width: 80%;
}

.student-img > i {
    font-size: 10em;
    color: #555;
}

#students {
    padding: 10px 0 0 0;
}

#students .box {
    margin-top: 30px;
    padding: 30px;
    margin-bottom: 40px;
    background: #fff;
    transition: 0.4s;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    height: 150px;
}

#students .box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

#students .box h4 a {
    color: #444;
}

#students .box p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
}

#students .box i {
    font-size: 20px;
    padding-right: 4px;
    color: #555;
  }
  
#students .box ul {
    list-style: none;
    padding: 0;
}

@media (max-width: 767px) {
    #students .box .box {
        margin-bottom: 20px;
    }
    #students .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #students .box h4, #students .box p {
        margin-left: 0;
        text-align: center;
    }
}