.feature {
  background: #e1f1ec;
  padding: 0 50px;
}
.feature__title h2 strong {
  font-family: "Poppins";
  font-style: normal;
  font-size: 48px;
  font-weight: 900;
}
.feature__title h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 176%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3b5998;
  display: flex;
  align-items: baseline;
  text-align: center;
}
.feature__title p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 176%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  text-align: center;
}
.avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.feature__item-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 176%;
  /* identical to box height, or 39px */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3b5998;
}
.feature__item-norm {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 176%;
  /* or 32px */
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3f3f3f;
}
@media (max-width: 991px) {
  .card-body p{
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 992px) {
  .feature__title h2 {
    font-size: 3.8rem;
  }
  .feature__title h2 strong {
    font-size: 5rem;
  }
  .feature__title p {
    font-size: 1.8rem;
  }
  .br {
    display: block;
  }
  .feature__item-avatar img {
    width: 300px;
  }
  .feature__item-heading {
    font-size: 2rem;
  }
  .feature__item-norm {
    font-size: 1.6em;
  }
  .problem__title h2 {
    font-size: 3rem;
  }
  .problem__item-title p {
    font-size: 1.6rem;
  }
  .problem__item-card-header p {
    font-size: 1.5rem;
  }
  .card-body img{
    width: 130px;
  }
  .card-body p{
    font-size: 1.4rem;
    padding: 32px 60px 40px;
  }
	.submit-contact input{
		width:70%
	}
 
}
