@media (min-width: 576px) {
  #hero {
    width: 100%;
    background-image: url("../../assets/img/fsdiy-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: #000000;
  }
}

@media (max-width: 575px) {
  #hero {
    width: 100%;
    background-image: url("../../assets/img/fsdiy-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: #000000;
  }
}

@media (max-width: 767px) {
  #subtitle-3 {
    padding-bottom: 20px;
    font-family: 'Noto Serif SC', serif;
    font-weight: bold;
    font-style: normal;
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  #subtitle-3 {
    padding-bottom: 20px;
    font-family: 'Noto Serif SC', serif;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
  }
}

