.footer_website p{
  margin: 0;
  padding: 0;
  color: white !important;
  line-height: 20px !important;
  font-weight: 300;
}

.footer_website .footer_title{
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 6px;
  padding-top: 24px;
}

.footer_website .footer_subtitle{
  font-size: 18px;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 6px;
}

.footer_website .footer_text{
  padding-bottom: 40px;
}

  @media (max-width: 430px) {
    .footer_website_container{
      /* height: 500px; */
    }
    .copyright_footer{
      /* height: 130px; */
    }
    /* .footer_website{
      height: 100%;
    } */
    .footer_website p{
      margin: 0;
      padding: 0;
      color: white !important;
      line-height: 20px !important;
      font-weight: 300;
    }
    
    .footer_website .footer_title{
      font-size: 18px;
      font-weight: 700;
      margin-top: 20px;
      padding-bottom: 6px;
      padding-top: 24px;
    }
    
    .footer_website .footer_subtitle{
      font-size: 14px;
      font-weight: 500;
      padding-top: 16px;
      padding-bottom: 6px;
    }
    
    .footer_website .footer_text{
      padding-bottom: 40px;
    }
  }