body {
	font-size: 18px;
}

.academy-bg-top{
  position: relative;
  background-image: url(../images/academy-bg-top.jpg);
  background-size: cover;
  background-position: center top 65px;
  background-repeat: no-repeat;
}

.academy-bg-top:before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.4) 100%); */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.6)));
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.4) 100%); */
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
}

.academy { 
  padding-top: 230px;
  margin: auto;
  color: #fff;
}

.academy h1 {  
  font-size: 2.5rem;
  margin-bottom: 3.5rem;
}

.academy__top-text {
  margin-bottom: 3.5rem;
  font-size: 24px;
  font-weight: 300;
}

.academy__section-description {
  max-width: 560px;
  margin: auto;
  font-size: 24px;
  font-weight: 300;
}

.academy-programms {
  display: inline-block;
  text-align: left;
  margin-top: 30px;
	position: relative;
	list-style: none; 
}

.academy-programms li {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.academy-programms li:before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/tick.svg);
}

.knowledge-base__item .item__title {
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  font-weight: 600;
}

.knowledge-base__item .item__title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/tick.svg);
}

.knowledge-base__item .item__description {
  padding-left: 45px;
  font-size: 18px;
  font-weight: 300;
}

.knowledge-base__item .item__description p{
  margin-bottom: 0;  
}

.mentors__item {
  
}

.mentors__photo {
  margin: auto;  
  width: 200px;
  height: 200px;
}

.mentors__item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.mentor__name {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.mentor__description {
  font-size: 15px;
  font-weight: 300;
}

.academy-bg-bottom{
  position: relative;
  background-image: url(../images/akselerator-bg-t-bottom.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fon {
  background-color: rgba(0,0,0,0.7);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.academy-bottom {
  height: 500px;
}

.academy__bottom-text {
  color: #fff;	
  margin-top: 3.5rem;
  font-size: 24px;
  font-weight: 300;
}

.academy__button-bottom {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  margin: 130px auto 0;
  min-height: 150px;
  
}

.academy__button-bottom a:before {
  content: "";
  display: block;
  position: absolute;
  left: -55px;
  top: -20px;
  width: 45px;
  height: 90px;
  background-image: url(../images/arrow-2.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.academy__button-bottom a:after {  
  content: "";
  display: none;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -26px;
  width: 45px;
  height: 50px;
  background-image: url(../images/arrow-1.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .mtp-5 {
    margin-top: 0;
  }

  .col-mtp-6 {    
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .academy { 
    padding: 150px 0;
  }
}

@media (max-width: 480px) {
  
  .academy {
    padding: 50px 0;
  }

  .academy h1 {
  font-size: 1.5rem;
}

.academy__top-text {
  font-size: 20px;
}

.academy__section-description {
  font-size: 18px;
}

.knowledge-base__item .item__description {
  font-size: 16px;
}

  .academy-bottom {
    height: 400px;
}
  .academy__button-bottom a:before {
    display: none;
  }
  .academy__button-bottom a:after {
    display: block;
  }

  .academy__button-bottom {    
    margin: 50px auto 0;
  }
}