@media screen and (max-width: 765px) {
  .mobile_responsive {
    margin-top: 75px;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 30px;
  }
  .mobile_responsive_text_bold{
    font-weight: bold;
    font-size: 40px;
  }
  .mobile_responsive_sort_description{
    line-height: 25px;
    font-weight: 500;
    padding: 5px;
  }
}
@media screen and (min-width: 766px) {
  .mobile_responsive {
    margin-left: 70px;
    padding-top: 200px;
    height: 775px;
  }
  .mobile_responsive_text_bold{
    font-weight: 900;
    font-weight: bold;
    font-size: 80px !important;
  }
  .mobile_responsive_sort_description{
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
