.iphone-15-banner {
  background-color: #000;
}

.iphone-15-banner .btn {
  border: 1px solid #fff;
  color: #fff;
}

.btn-container {
  display: flex;
  gap: 16px;
}

.iphone-15-banner .btn:hover {
  background-color: #fff;
  color: #000 !important;
}

.iphone-15-banner .left-container p, .iphone-15-banner .left-container a {
  font-size: 2rem;
}

@media screen and (min-width: 0) {
  .iphone-15-banner .product-head {
    width: 80%;
  }

  .iphone-15-banner .brand {
    width: 70%;
  }

  .iphone-15-banner {
    height: 600px;
  }
}

@media screen and (min-width: 900px) {
  .iphone-15-banner .product-head {
    width: 80%;
  }

  .iphone-15-banner .brand {
    width: 50%;
  }

  .iphone-15-banner {
    height: 512px;
  }
}
