
.success-example-content {
    padding: 80px 20px;
    box-sizing: border-box  ;
}

.content-wrap {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}
.wrap-content{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.content-wrap .gread{
    margin-bottom: 30px;
}
.content-wrap .card-school {
    display: block;
    overflow: hidden;
    position: relative;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
}
.content-wrap .card-school:hover{
     box-shadow: 0 0 10px #e1e1e1;
    transform: translateY(-2px);
}
/*.content-wrap  a::after{*/
/*    content: '';*/
/*    width: 90%;*/
/*    height: 90%;*/
/*    background:inherit;*/
/*    filter: blur(10px) brightness(90%);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    z-index: -1;*/
/*    transition: all ease-in-out 500ms;*/
/*}*/
/*.content-wrap a:hover::after{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    !*font-size: 10px;*!*/
/*    background: white;*/
/*}*/

.success-school   .schoolImage{
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}
.success-school   .schoolImage img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.success-school  .fontText{
    /*height: 95px;*/
    font-size: 18px;
    /*text-align: center;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    padding:  20px;
}
.success-school  .success-fontText{
    text-align: center;
}
