
.regenerate-next-desc{
    text-indent: 2em;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
}
.eduction-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}
.eduction-item{
    width: 49%;
    position: relative;
    margin-bottom: 2%;
}
.eduction-item > img {
    width: 100%;
}
.eduction-item > div{
    position: absolute;
    bottom: 15px;
    left: 18px;
    color: #fff;
    font-size: 22px;
}
.eduction-item:nth-child(odd){
    margin-right: 2%;
}
@media screen and (max-width: 550px){
    .eduction-item{
        width: 100%;
        margin-right: 0 !important;
    }
    .regenerate-next-desc,.eduction-item > div{
        font-size: 14px;
    }
}<!--0.00034284591674805-->