.banner-text {
  font-size: 1.8rem;
}
#services-mobile {
  display: none !important;
}

.services-mobile-img {
  border-radius: 15px;
}
.entry-screen {
  background-color: #ffffffa0;
  color: black;
  border-radius: 20px;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}
.entry-screen > h2 {
  color: black !important;
}

@media screen and (max-width: 768px) {
  #services-desktop {
    display: none;
  }
  .banner-text {
    font-size: 1.2rem;
  }
  .req-btn {
    margin-top: 10px;
  }
  #services-mobile {
    display: block !important;
  }
  .entry-btn {
    display: block;
  }
}
