.footer .footer-top {
  background-color: #DFE7F4;
}

.footer .footer-top .title {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.005em;
  color: #252525;
}

.footer .footer-top .subtitle {
  font-style: normal;
  font-weight: 350;
  font-size: 17.5px;
  line-height: 25px;
  letter-spacing: -0.001em;
  color: #565656;
}

.footer .footer-top .flower {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
}

@media (max-width: 576px) {
  .footer .footer-top .title {
    font-size: 25px;
    line-height: 30px;
  }

  .footer .footer-top .subtitle {
    font-size: 15px;
    line-height: 20px;
  }
}