.our-story-sec{
	margin-top: 280px;
}
@media(max-width: 991px){
	.our-story-sec{
		margin-top: 170px;
	}
}
.our-story-sec .main-heading{
	line-height: 70px;
}
.our-story-sec__text p{
	 font-family: "MensealRegular";
	font-weight: 400;
	font-size: 20px;
	line-height: 27.8px;
	color: #F6F6F4;
	margin-bottom: 20px;
}
.our-story-sec__text p:last-of-type{
	margin-bottom: 0;
}
.our-story-sec__text p b{
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 5px;
}
.choose-tols-sec .main-heading{
	line-height: 70px;
}
.for-whom-course-cards .for-whom-course-card.about .for-whom-course-card__img-part{
	width: 250px;
	height: 250px;
}
@media(max-width: 991px){
	.for-whom-course-cards .for-whom-course-card.about .for-whom-course-card__img-part{
		width: 100%;
		height: auto;
	}
}
.for-whom-course-cards .for-whom-course-card.about .for-whom-course-card__img{
	width: 100%;
	height: 100%;
}
@media(max-width: 991px){
	.for-whom-course-cards .for-whom-course-card.about .for-whom-course-card__img{
		width: 100px;
		height: 100px;
	}
}
.for-whom-course-cards .for-whom-course-card.about .for-whom-course-card__text{
	width: calc(100% - 250px);
}
@media(max-width: 991px){
	.for-whom-course-cards .for-whom-course-card.about .for-whom-course-card__text{
		width: 100%;
	}
}
.for-whom-course-cards .for-whom-course-card.about .for-whom-course-card__inner{
	width: 75%;
}
@media(max-width: 991px){
	.for-whom-course-cards .for-whom-course-card.about .for-whom-course-card__inner{
		width: 100%;
	}
}
.social-media-sec .main-heading{
	line-height: 70px;
}
.social-media-sec__text p {
	font-family: "MensealRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 27.8px;
  color: #F6F6F4;
}
.social-media-sec__text p:first-of-type{
	text-transform: uppercase;
	margin-bottom: 20px;
}
@media(max-width: 991px){
	.social-media-images{
		flex-direction: column;
	}
	.soc-media-img-wrap{
		width: 100%;
		justify-content:space-between;
		margin-bottom: 57px;
	}
	.soc-media-img-wrap:last-of-type{
		margin-bottom: 0;
	}
}
.soc-media-img-wrap .img img{
	width: 100%;
	height: 100%;
}
.soc-media-img-wrap .img.img1{
	width: 100px;
	height: 100px;
	margin-right: 77px;
	animation-delay: 3.3s;
}
@media(max-width: 991px){
	.soc-media-img-wrap .img.img1{
		margin-right: 5px;
		width: 70px;
		height: 70px;
	}
}
.soc-media-img-wrap .img.img2{
	width: 50px;
	height: 50px;
	margin-right: 73px;
	margin-top: 150px;
	animation-delay: 1.3s;
}
@media(max-width: 991px){
	.soc-media-img-wrap .img.img2{
		margin-right: 24px;
	}
}
.soc-media-img-wrap .img.img3{
	width: 200px;
	height: 200px;
}
@media(max-width: 1150px){
	.soc-media-img-wrap .img.img3{
		width: 150px;
		height: 150px;
	}
}
@keyframes pulse {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1.1);
  }
}
.soc-media-img-wrap .img {
  animation-duration: 3s;
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}