#btn-fill {
  border: 1px solid #ffffff;
  border-radius: 26px;
  background-color: transparent;
  margin: 0 auto;
  font-family: 'Biryani', avenir, helvetica, sans-serif;
  font-weight: 700 !important;
  font-size: 15px;
  padding: 15px 50px;
  box-shadow: none !important;
  border: 1px solid #4da9df;
  color: #4da9df;
}

.center-align {
  margin: 0 auto;
  text-align: center;
}

#section-header-round {
  background-image: url(../../assets/img/header-bck-data.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #f5f6f8;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}

