.study_in_evrope-bg {
    background: #fff;
}

.study_in_evrope {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #ffffff;
}
.study_in_evrope h1 {
    text-align: center;
    font-size: 30px;
    padding-top: 15px;
    color: #11005e;
}
.study_in_evrope-oneLine ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.study_in_evrope-oneLine ul li {
    background-color: #fff;
    width: 120px;
    height: 160px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #747474;
}
.study_in_evrope-oneLine ul li:hover {
    background-color: #d1d1d1;
    cursor: pointer;
}
.study_in_evrope-oneLine ul li a {
    text-decoration: none;
    color: aqua;
}
.study_in_evrope-oneLine ul li a img {
    margin: 0 auto;
    padding-top: 5px;
    transition: 0.5s ease all;
}
.study_in_evrope-oneLine ul li a img:hover {
    width: 130px;
    padding-top: 0px;

}
.study_in_evrope-oneLine ul li a h3 {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: #11005e;
}