body {
  color: rgb(50, 50, 50);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.bg-blue {
  background-color: #E2FCF4;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-36 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1d1d1d;
}


.font-34 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1d1d1d;
}

.bg-blue-1 {
  background-color: #E2FCF4;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 51px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.bg-blue-3 {
  background-color: #E2FCF4;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.underline {

  text-decoration: underline;
  color: #f8ba00;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;

}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited {
  background-color: #55CED3 !important;
}

.col {
  display: block;
  height: auto;
  border: 0;

  margin: .8em 0;
  padding: 0;

  text-align: center;

}

@media (min-width: 250px) and (max-width: 961px) {

  .col {
    flex-basis: auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}