/* Testimonials section */

section.testimonials {
	padding: 50px 0 !important;
}
section.testimonials h2.title {
	font-size: 32px;
	line-height: 38.4px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
}
section.testimonials .testiomonial-item {
	margin-top: 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #ffffff;
	padding: 0 37px 50px;
	border-radius: 20px;
	box-shadow: 5px 5px 14px -4px #cdcdcd;
	height: 100%;
}

section.testimonials .testiomonial-item .testimonial-icon {
	max-width: 84px;
	max-height: 84px;
	border-radius: 50%;
	margin-top: -42px;
	margin-bottom: 30px;
}

section.testimonials .testiomonial-item h3.title {
	font-size: 21px;
	line-height: 25.2px;
	margin-bottom: 15px;
    font-weight: 900;
}

section.testimonials .testiomonial-item .position {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 15px;
}

section.testimonials .testiomonial-item .content,
section.testimonials .testiomonial-item .content p {
	font-size: 16px;
	line-height: 19.2px;
	font-weight: 300;
}

section.testimonials .testiomonial-item .content p:last-child {
	margin-bottom: 0;
    font-weight: 400;
    line-height: 24px;
}
@media screen and (max-width: 991px) {
    .testimonials .col-12:nth-of-type(2){
		margin-top: 60px;
	}
    section.testimonials {
        padding: 55px 0;
    }
}
@media screen and (max-width:575.9px){
    section.testimonials h2.title {
        font-size: 22px;
        line-height: 1.2;
    }
}
.text-center {
  text-align: center;
}

/* Testimonials section end */