/*
#student-voice {
	
	.wrap-hero {
		background: url(../images/level/bg_top.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	
	.box-description {
		background: #f8fff9;
		border: 2px solid $mainColor;
		padding: 25px;
	}
	
	.box-separate {
		margin: 30px 0 0 0;
		
		.text {
			font-size: 0.9rem;
			position: relative;
		
			p {
				margin: 0 0 20px 0;
			}
			
			a {
				border: 2px solid;
				color: #404040;
				font-size: 0.8rem;
				padding: 4px 10px;
				position: absolute;
				right: -5px;
				transition: all .1s linear;
				
				&:hover {
					background: $hoverBgColor;
					color: #fff;
				}
			}
		}
	}
	
	.h3-title {
		margin: 0 0 20px 0;
	}
	
	.wrap-price {
		margin: 0 0 40px 0;
	}
}
*/
#student-voice .wrap-hero {
  background: url(../images/lesson/top.jpg) no-repeat;
  background-position: center;
  background-size: cover; }
#student-voice .box-separate {
  margin: 30px 0 0 0; }
  #student-voice .box-separate:first-child {
    margin: 0; }
  #student-voice .box-separate .text {
    font-size: 0.9rem; }
    #student-voice .box-separate .text img {
      float: right;
      padding: 0 0 2% 2%; }
    #student-voice .box-separate .text p {
      margin: 0 0 20px 0; }
    #student-voice .box-separate .text .link {
      position: absolute;
      right: -5px;
      bottom: -25px; }
#student-voice .h3-title {
  margin: 0 0 20px 0; }
#student-voice .h4-title {
  border-bottom: 2px solid #106e64;
  float: left;
  margin: 0 0 30px 0;
  width: 100%; }
  #student-voice .h4-title span {
    background: #106e64;
    color: #fff;
    float: left;
    padding: 10px; }
#student-voice .wrap-price {
  margin: 0 0 60px 0; }
#student-voice .sub-title {
  font-size: 0.8rem;
  margin: 10px 0 25px 0; }
#student-voice .genre-link:last-child .box-school-link {
  margin: 0; }
#student-voice .genre-link .box-school-link {
  margin: 0 0 30px 0; }

/*# sourceMappingURL=studentvoice.css.map */
