.banner-bottom-container {
  margin: 2.63rem 0 0 0;
  /* padding: 1.5rem 1.2rem 1.5rem 1.2rem; */
}
.banner__description span {
  font-weight: 800;
  font-style: ExtraBold;
}
.banner-bottom-image-mobile {
  display: block;
  width: 16.54rem;
  height: 17.72rem;
  angle: 0 deg;
  opacity: 1;
}
.banner-bottom-image-desktop {
  display: none;
}
.what-make-us-best-btn{
    display: block;
}
@media screen and (min-width: 768px) {
  .banner-bottom-image-mobile {
    display: none;
  }
  .banner-bottom-image-desktop {
    display: block;
    width: 8.79rem;
    height: 9.43rem;
    angle: 0 deg;
    opacity: 1;
  }
  .banner-bottom-container {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    padding: 0 2.08rem;
    gap: 2.98rem;
  }
  .what-make-us-best-btn{
    display: none;
  }
}