#medio h3 {
	color:#382512;
	font-size: 28px;
    margin-left: 5px;
	margin-right: 5px;
}

#medio p{
    color: #333333;
    margin-left: 5px;
	margin-right: 5px;
}

#medio h4 {
	color: #000000;
	text-align: center;
	max-width: 210px;
	margin: 15px;
}

#medio .contenedor {
	width: 94%;
	padding-top:25px;
	display: flex;
	flex-wrap: wrap;
    border-top: solid 1px #f5f50c;
    margin-top: 40px;
}


#medio .med1 {
	text-align: left;
	width:50%;
}

#medio .med2 {
	width:50%;
}


#medio img {
	width: 100%;
	max-width: 340px;
	margin-right:auto;
	margin-left:auto;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	}

	@media(max-width:768px) {  
#medio .med2 {
	text-align: left;
	width:100%;
	margin-top: 10px;
}
#medio .med1 {
	text-align: left;
	width:100%;
	margin-top: 10px;
}
	
}


#custom-testimonials .text-center {
  text-align: center;
}

section#custom-testimonials {
  width: 100%;
}
#custom-testimonials figure {
  margin: 0;
}

#custom-testimonials .heading-container h3,
#custom-testimonials .heading-container h5 {
  margin: 0;
}
#custom-testimonials .heading-container h5 {
  font-size: 18px;
  font-weight: 400;
  padding-right: 5px;
}
#custom-testimonials .heading-container h3 {
  font-size: 24px;
}
#custom-testimonials .text-center {
  text-align: center;
}
#custom-testimonials .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
#custom-testimonials .flex {
  display: flex;
}
#custom-testimonials .flex.center {
  justify-content: center;
}
#custom-testimonials .flex.align-center {
  align-items: center;
}
#custom-testimonials .flex.flex-wrap {
  flex-wrap: wrap;
}
#custom-testimonials .stars {
  width: 100%;
  max-width: 200px;
}
#custom-testimonials img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#custom-testimonials .fefo-logo {
  max-width: 150px;
}
#custom-testimonials .subheading-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
}
#custom-testimonials .subheading-container h6 {
  margin: 0;
  color: #9b9898;
  font-weight: 400;
  font-size: 18px;
}
#custom-testimonials .subheading-container h6 a {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
}

#custom-testimonials .subheading-container h6 a:hover {
    color: #ea0909;
}

#custom-testimonials .box-container {
  margin-top: 30px;
  position: relative;
}
#custom-testimonials .box-container > a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#custom-testimonials .box-container .box {
  width: calc(25% - 10px);
  margin-right: 13px;
}
#custom-testimonials .box-container .box:nth-child(4n) {
  margin-right: 0;
}
#custom-testimonials .box .stars {
  max-width: 100px;
}
#custom-testimonials .box h4 {
  margin: 10px 0 10px 0;
  font-size: 15px;
  font-weight: 700;
}
#custom-testimonials .box p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2px;
}
#custom-testimonials .box span {
  font-size: 12px;
  font-weight: 300;
  color: #9b9898;
}
@media (max-width: 768px) {
  #custom-testimonials .box-container .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#custom-testimonials p,
#custom-testimonials h4,
#custom-testimonials h5,
#custom-testimonials h6,
#custom-testimonials span,
#custom-testimonials a {
  line-height: normal;
}

#custom-testimonials {
  padding: 50px 0;
}