

.button_green_blue {
  padding: 7px 30px;
  background-color: #44F2A1;
  border-radius: 2rem;
  color: #151B26;
  font-size: 18px;
  font-family: OpenSans-Semibold,  'cairo';
  font-weight: 600;;
  text-align: center;
  cursor: pointer;
}

.button_green_light_blue {
  padding: 7px 30px;
  background-color: #44F2A1;
  border-radius: 2rem;
  color: #151B26;
  font-size: 18px;
  font-family: OpenSans-Semibold,  'cairo';
  font-weight: 600;;
  text-align: center;
}

.button_green_light_blue .bold {
  font-family: OpenSans-Semibold,  'cairo';
  font-weight: 600;;
  font-size: 32px;
  padding-right: 10px;
}

.button_green_light_blue .light {
  font-family: OpenSans-Light,  'cairo';
  font-weight: 400;;
  font-size: 26px;
}


.button_blue_white {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 40px;
  display: inline-block;
  background: #151b26;
  color: var(--color-white);
  border-radius: 10px;
  font-size: 18px;
  font-family: OpenSans-SemiBold, 'cairo';
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
  @media screen and (max-width : 767px) {
    margin:  10px 8px;
    padding: 8px 20px;
    font-size: 18px;
  }
}

.button_blue_white:hover {
  background: #343e50;
}

.button_blue_green {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 40px;
  display: inline-block;
  color: #44F2A1;
  background-color: #343e50;
  border-radius: 10px;
  font-size: 18px;
  font-family: OpenSans-SemiBold, 'cairo';
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
  margin-bottom: 30px;
  @media screen and (max-width : 767px) {
    margin:  10px 8px;
    padding: 8px 20px;
    font-size: 18px;
  }
}

.button_blue_green:hover {
  background: #343e50;
}