#custom-ext-unique_selling_point {
  display: flex;
  justify-content: center;
  align-items: center;
}

#custom-ext-unique_selling_point .usp {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#custom-ext-unique_selling_point .usp__image {
  margin-bottom: 1rem;
}

#custom-ext-unique_selling_point .usp__image .img {
  min-height: 75px;
  height: 75px;
  min-width: 75px;
  width: 75px;
}

#custom-ext-unique_selling_point .usp__text {
  color: #4d4d4d !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: initial !important;
}

#custom-ext-unique_selling_point .usp__text p {
  color: #4d4d4d !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: initial !important;
}

#custom-ext-unique_selling_point .usp__text strong,
#custom-ext-unique_selling_point .usp__text b {
  color: #7ea06f;
}

#custom-ext-unique_selling_point .usp__text p {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  #custom-ext-unique_selling_point {
    flex-direction: column;
  }
  
  #custom-ext-unique_selling_point .usp {
    width: 100%;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 1rem;
  }
  
  #custom-ext-unique_selling_point .usp__image {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  
  #custom-ext-unique_selling_point .usp__text {
    text-align: initial !important;
  }

  #custom-ext-unique_selling_point .usp__text p {
    text-align: initial !important;
  }
}

