.benefits_section { 
  margin-top: 5%;
  background-color: white;
}

.benefits_button button { 
  background-color: transparent;
  border: 1px solid #EE8022;
  padding: 12px 20px ;
  border-radius: 30px;
}

.bx-link { 
  font-size: 20px;
  margin-right: 10px;
}

.benefits_title h2 { 
  margin-top: 20px;
}

.benefits_para p { 
  margin-top: 20px;
}

.benefits_1 { 
  display: block;
  align-items: center;
  margin-top: 20px;
}

.benefits_1 img { 
  display: block;
  width: 30px;
  margin-bottom: 10px;
}

.benefits_1 h4 { 
  margin-bottom: 10px ;
}