/*___________________________________________________________*/
/*-------------------⇩-⇩ STYLE GLOBAL ⇩-⇩-------------------*/

/*---- Style button informative ----*/
.buttonInfo {
  background-color: #fcb900;
  border: none;
  padding: 10px 40px;
  border-radius: 1000px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.buttonInfo img {
  padding-left: 15px;
  width: 20px;
  height: 15px;
}

/*---- Style button call to action ----*/
.buttonCTA {
  background-color: #e04f00;
  border: none;
  padding: 10px 40px;
  border-radius: 1000px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.buttonCTA img {
  padding-left: 15px;
  width: 20px;
  height: 15px;
}

/*---- little bars ----*/
.underline {
  border-top: 3px solid #ee9322;
  margin: 30px 0px;
  width: 60%;
}

.underlineCenter {
  border-top: 3px solid #ee9322;
  width: 35%;
}
