 .cmef-why-benefits__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
}

.pharma-section {
/*   padding: 60px 0; */
  overflow: hidden;
  text-align: center;
/* 	    padding: 70px 0px 0px; */

}

/* TITLE */


.section-desc {
/*   max-width: 1300px;
  margin: auto; */
	 font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
  color: #303044;
	width: 80%;
    margin: 0 auto;
}

/* SLIDER */
.pharma-slider {
  margin-top: 50px;
}

.pharma-slider .owl-stage {
  display: flex;
  align-items: center;
}

.pharma-slider .owl-item {
  width: 300px !important;
  transition: 0.4s ease;
}

.item {
  padding: 10px;
}

/* CARD */
.info-card {
  width: 300px;
  min-height: 330px;

  background: #fff;
  border-radius: 18px;
  border: 1px solid #dce9e7;

  padding: 30px 22px;

  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;

  transition: 0.4s ease;

  transform: scale(0.85);
  opacity: 0.25;
}

/* ACTIVE SIDE CARD */
.owl-item.active .info-card {
  opacity: 0.45;
  transform: scale(0.94);
	gap: 14px;
}

/* CENTER CARD */
.owl-item.center .info-card {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid #39c8bf;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  z-index: 10;
	gap: 14px;
}

/* ICON */
.icon-circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #d5efeb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s ease;
}

.owl-item.center .icon-circle {
  background: #44c8bf;
}

.icon-circle i {
  font-size: 30px;
  color: #7ca8a3;
}

.owl-item.center .icon-circle i {
  color: #fff;
}

/* TITLE */
.card-title {
  font-size: 20px !important;
  font-weight: 700;
  margin: 0 auto;
  line-height: 26px !important;
  /* width: 60%; */
  color: #222;
}

/* TEXT */
.card-text {
/*   font-size: 15px; */
  line-height: 1.6;
  color: #777;
}

/* NAV */
.custom-nav {
  margin-top: 30px;

  display: flex;
  justify-content: center;
  gap: 15px;
}

.custom-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fccf17;
  background: transparent;
  color: #fccf17;
/*   font-size: 18px; */
  transition: 0.3s ease;
  padding: 0px;
  align-items: center;
}

.cmef-why-benefits__button {
	margin-top: 30px;
	align-items: center;
	border: 1px solid #fccf17;
	border-radius: 7px;
	display: inline-flex;
/* 	font-size: 15px; */
	font-weight: 800;
	justify-content: center;
	min-height: 36px;
	min-width: 151px;
	padding: 9px 20px;
	text-decoration: none;
}



.cmef-why-benefits__button--primary {
	background: #fccf17;
	color: #0e0e55;
}

.cmef-why-benefits__button--secondary {
	background: transparent;
	color: #0e0e55;
}

.cmef-why-benefits__button--secondary:hover,
.cmef-why-benefits__button--secondary:focus {
  background: #fccf17 ;
  border-color: #fccf17;
  color: #0e0e55 !important;
}


.custom-nav button:hover {
  background: #fccf17;
  color: #fff;
}
.custom-nav button:focus{
	 background: #fff !important;
  color: #fccf17 !important;
}
/* BUTTON */
.quote-btn {
  margin-top: 30px;
  background: #ffc20e;
  border: 1px solid #ffc20e;
  padding: 10px 35px;
  border-radius: 10px;
font-size: 1rem;
	line-height: 29px;
	color: #0e0e55 !important;
  font-weight: 500;
  transition: 0.4s ease;
}

.quote-btn:hover {
 background: #fff;
color: #0e0e55 !important
}
.quote-btn:focus{
background: #fff !important;
color: #0e0e55 !important
}
.owl-carousel .owl-item img:not(.impact-card__icon img) {
  opacity: 1;
  width: 60% !important;
  height: 60%;
  justify-self: center;
}

.section-title {
font-family: "Poppins", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 3.2rem;
  color: #10145c;
/*   margin-bottom: 15px; */
}



/* MOBILE */
@media (max-width: 767px) {
  .section-title {
    text-align: left;
 font-size: 1.4rem;
        line-height: 2rem;
  }

  .section-desc {
    text-align: left;
        font-size: 1rem;
        line-height: 1.4rem;
            font-weight: 400;
  }

  .pharma-slider .owl-item {
    width: 280px !important;
  }

  .info-card {
    width: 280px;
  }

  .owl-item.active .info-card,
  .owl-item.center .info-card {
    opacity: 1;
    transform: scale(1);
  }
	.item {
    padding: 0px;
}
}
