.gamma-banner{
  background-image: url("../assets/products/GammaBanner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  object-fit: contain;
  padding-top: 60px;
  margin-top: 50px;
  font-family: "SF Bold", Helvetica, Arial, sans-serif;
}
.gamma-banner-content{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.gamma-banner-content-tagline{
  color:#f60000;
}
.gamma-banner-img img {
  height: 700px;
  width: 700px;
}

@media (max-width: 1400px) {
  .gamma-banner {
    height: auto
  }
  .gamma-banner-title {
    font-size: 42px;
  }
  .gamma-banner-img img {
    height: 700px;
    width: 700px;
  }
}
@media (max-width: 992px) {
  .gamma-banner {
    height: auto;
  }
  .gamma-banner-title {
    font-size: 36px;
    margin-top: 5px;
    position: relative;
  }
  .gamma-banner-content{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  .gamma-banner-img img {
    height: 600px;
    width: 600px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .gamma-banner {
    height: auto;
  }
  .gamma-banner-content{
   margin-top: -70px;
  }
  .gamma-banner-title {
    font-size: 36px;
  }
  .gamma-banner-img img{
    width: 70%;
    align-items: center;
  }
  .gamma-banner-img img {
    height: 450px;
    width: 450px;
    align-items: center;
  }
}
@media (max-width: 578px) {
  .footers-contain {
    font-size: 12px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .footer-bottom {
    font-size: 10px;
    margin-top: 16px;
  }
}
@media (max-width: 530px) {
  .gamma-banner {
    height: auto;
  }
  .gamma-banner-img img {
    height: 450px;
    width: 450px;
    align-items: center;
  }
}
@media (max-width: 430px) {
  .gamma-banner {
    height: auto;
  }
  .gamma-banner-img img {
    height: auto;
    width: 100%;
    align-items: center;
  }
}
.know-more {
  background-color: #f60000;
  color: white;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 5px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
}
@media (max-width: 520px) {
  .know-more {
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 600;
  }
}