ul,li{
  list-style: none !important;
}

.about-section h1{
  font-size: 36.4px
}

.about-section a{
  display: block;
  margin: 30px 0;
  color: #3a3a3a;
}

.talent-section h1,
.academy-student-section h1
{
  font-size: 20px;
}

.talent-item__wrapper,
#academy>div,
.news-item__wrapper,
.audition-item__wrapper
{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  justify-content: center;
  flex-wrap: wrap;
}

.news-item__wrapper
{
  justify-content: center;
}

.talent-item{
  width: 209px;
}

.post-item{
  margin: 5px;
}

.post-item__title{
  font-size: 15px;
}

.talent-section .talent-item:first-of-type{
  grid-column: 2/3;
}

.post-item a .post-item__title{
  color: #555555;
}

.academy-item,
.audition-item
{
  width: 19%;
}

.news-item{
  width: 30%;
  padding-left: 30px;
}

.news-item:first-of-type{
  padding-left: 0;
}

.news-section .news-item h2{
  margin: 20px 0 24px;
  font-size: 22px;
  text-align: left;
}

.news-item__date{
  text-align: right;
  color: #333333;
  font-size: 16px;
}

.link-section a{
  display: inline-block;
  margin-top: 30px;
}

.link-section img{
  display: inline-block;
  width: 110px;
  height: auto;
  margin: 0 30px;
}

.office-concept-section h1{
  font-size: 26px;
}

.audition-section li{
  list-style: none;
}



@media screen and (min-width: 980px){

  .about-section p{
    width: 66.66667%;
    margin: 0 auto;
  }

  .talent-item__wrapper .talent-item{
    /*width: calc(20% - 10px);*/
  }
	
	.major-talent-item{
		width: 280px;
	}
	
	.major-talent-item__title{
		font-size: 18px;
	}

/*
  .talent-item img{
    height: 209px !important;
  }
*/

  #news>div{
    padding: 0;
  }

}

@media screen and (max-width: 979px){

  .post-item{
    width: 172px;
  }

  #block-11 .widget.widget_nav_menu,
  .news-item
  {
    width: 100%;
    padding-left: 0;
  }

  .news-item{
    margin-bottom: 40px;
  }

  .news-item img{
    max-width: 100%;
  }

  .about-section h1{
    font-size: 24px;
  }

  .link-section img{
    display: inline-block;
    width: 60px;
    margin: 0 20px;
  }
	
	.major-talent-item{
		width: 230px;
	}
	
	.major-talent-item__title{
		font-size: 18px;
	}

	
}
