@import url('https://fonts.googleapis.com/css?family=Amaranth&display=swap');
  .footer-right p,
  .footer_middle p {
    font-family: inherit;
    font-size: 16px;
    color: white;
  }

  ul.footer_list {
    list-style: none;
    padding-left: 0px;
    color: white;
  }
  ul.footer_list li {
    color: white;
    line-height: 1.6;
    font-weight: 500;
  }

  ul.footer_list li.phone {
    font-size: 22px;
    color:white;
  }

  ul.footer_list li a {
    color: white;
    font-weight: 500;
    text-transform: none;
  }
  ul.footer_list a:hover {
    color: #622a3f;
    text-decoration: none;
    list-style: none;
  }

  .footer_middle h4, .footer-right h4 {
    font-family: inherit;
    font-size: 24px;
    color: white;
  }


  .footer_middle {
    text-align: center;
  }

  .footer-right h4, .footer-left h4 {
    font-family: inherit;
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
  }

  #hero-cta-email {
    height: 50px;
    width: 60%;
  }

  .hero-cta__form input {
    width: 100%;
    float: left;
    border: none;
    background: white;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    font-family: raleway;
    font-weight: 400;
    opacity: 1;
    display: block;
    margin-top: 10px;
  }

  .hero-cta__form input:focus {
    outline: none;
  }

  .emailsignup {
    font-family: inherit;
    font-size: 16px;
    margin-left: 15px;
    height: 50px;
    width: 30%;
    border: none;
    background-color: #a91854;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 10px;
  }


  .footer_trust_top {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }

  .footer_trust_top p {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0, 0.5);
  }

    .footer-left {
      justify-content: flex-start;
    }
    .footer-right {
      margin: 0 auto;
      display: flex;
    }

  .footer_main {
    margin: 20px 0px 20px 0px;
  }


  .footer_copyright p {
    font-size: 12px;
    color: white;
    padding-top: 20px;
  }

  .footer__partners img {
    margin: 10px auto;
    max-width: 100%;
  }
  /* Extra small devices (portrait phones, less than 576px)*/
  @media (max-width: 575.98px) {
    .footer-right {
        margin: 3rem auto;
    }
   }

  /* Small devices (landscape phones, less than 768px)*/
  @media (max-width: 767.98px) {
    .footer-right {
        margin: 3rem auto;
    }
   }
