   .school__info {
        text-align: center;
    }
    
.school__edi {
    margin-bottom: 41px;
}
    
    .school__info h2 {
        line-height: 38px
    }
    
    .info__columns {
        display: flex;
        background: #F2F2F2;
        margin-top: 20px;
        padding: 20px;
        align-items: center;
        border-radius: 20px; 
    }
    
    .info__picture {
        width: 50%;
    }
    
    .info__picture--revert img{
        transform: scale(-1, 1);    
    }
    
    .info__picture img {
        width: 45%;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
    
    .info__text {
        width: 50%;
        text-align: left;
        
    }
    
    .info__columns--edi .info__picture {
        width: 40%; 
        position: relative;
    }
    
    .info__columns--edi .info__picture img {
        width: 70%;
        position: absolute;
        top: -180px;
        left: 50px;
        
    }
    
    .info__columns--edi .info__text {
        width: 70%;
        font-size: 22px;
        padding: 70px 0 70px 20px;
    }
    
    .info__items {
        list-style: none;
        margin: 0;
        padding: 0;
        color: black;
    }
    
    .info__items li:nth-child(2) p {
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    
    .info__items li:nth-child(3) p:nth-child(1) {
        margin-bottom: 0 !important;
    }
    
    .info__items li:nth-child(3) p:nth-child(2) {
        font-size: 14px;
        color: gray;
        padding-left: 20px;
    }
    
    .info__item {
        position: relative;
    }
    
    .info__item::before {
        position: absolute;
        content: "";
        background: red;
        width: 15px;
        height: 15px;
        background: blue;
        left: -25px;
        top: 12px;
        border-radius: 50%;
        
    }
    
    .info__item span{
        font-size: 23px;
        font-weight: 600;
    }

    .info__items ul li{
        font-size: 14px;
    }
    
    .btn-custom {
        margin-top: 0 !important;
    }
    
    .page__title {
        text-transform: uppercase;
        font-size: 28px;
        font-weight: 600;
        margin-top: -31px !important;
        margin-bottom: 36px !important;
    }
    
    .features__items {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .features__item {
        position: relative;
        width: 25%;
        padding-top: 110px;
    }
    
    .features__item mark {
        background: blue;
        color: white;
    }
    
    .info__text mark {
        background: blue;
        color: white;
    }
    
    .features__item:before {
        content: "";
        position: absolute;
        height: 100px;
        width: 60px;
        display: block;

    }
    
    .features__item--class:before {
        content: "";
        width: 88px;
        left: calc(50% - 44px);
        top: 0;
        background: url('/wp-content/uploads/2020/07/teacher.png') no-repeat;
    }


    .features__item--instructor:before {
        content: "";
        width: 88px;
        left: calc(50% - 44px);
        top: 0;
        background: url('/wp-content/uploads/2020/07/instructor.png') no-repeat;
    }   
    
    
        .features__item--park:before {
        content: "";
        width: 120px;
        left: calc(50% - 44px);
        top: 0;
        background: url('/wp-content/uploads/2020/07/bike.png') no-repeat;
    }   
    
    .features__item--location:before {
        content: "";
        width: 95px;
        left: calc(50% - 44px);
        top: 0;
        background: url('/wp-content/uploads/2020/07/location.png') no-repeat;
    }   
    
    .programs__items {
      text-align: left;
      margin: 0 50px;
    }
    
       .gallery h2 {
        text-align: center;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    } 


.info__columns--documents figure{
	width: 30%;
}

.info__columns--bike600 figure img{
	width: 80%;
}

.info__columns--bike600 {
	background: #ffffe6;
}

.info__columns--documents .info__text{
	width: 70%;
}

.elementor-widget .elementor-tab-title {
    font-size: 22px;
}