.btn-border_fl1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #D4296A;
  border: 1px solid #D4296A;
  font-style: normal;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.0em 2em 1.0em 2em;
  border-radius: 8px;
  transition: .3s;
}

.btn-border_fl1:hover {
  background-color: #ffffff;
  border-color: #D4296A;
  color: #D4296A;
}

.btn-border_fl2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #2589d0;
  border: 1px solid #2589d0;
  font-style: normal;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.2em 1.5em 1.2em 1.5em;
  border-radius: 6px;
  transition: .3s;
}

.btn-border_fl2:hover {
  background-color: #ffffff;
  border-color: #2589d0;
  color: #2589d0;
}

.fl3 {
  font-size:clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem); /*14px 17px */
  color:#396B7B;
  margin:0px;
  font-weight:400;
}