.br-10-up {
  border-radius: 20px 20px 0 0;
}

.br-10-down {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  background-color: #3c1621;
  border-radius: 0 0 20px 20px;
}

.c-5d2437 {
  color: #5d2437;
}

.bgc-5d2437 {
  background-color: #5d2437;
}

.c-fffff {
  color: #ffffff;
}

.bgc-e6e6e6 {
  background-color: #ffffff;
}

.padding-actPN {
  padding: 0px 20px 50px 20px;
}

.small-button {
  font-size: 20px;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
}

.bs-down {
  box-shadow: 0px 14px 5px 0px rgba(205,207,206,1);
}

.pb-50 {
  padding-bottom: 50px;
}

.fs-18 {
    font-size: 18px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight:700 !important;
}