#golf-banner-page .golf-banner-main {
  background-image: url("/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/desktop/golf/golf-banner-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 50px 0;
}

.golf-banner-img {
  text-align: right;
  margin-bottom: -3px;
}

.mobile-hide {
  display: none;
}

.content-container-banner {
  padding-left: 15px;
  padding-right: 0px;
  max-width: 1440px;
  margin: 0 auto;
}

.golf-banner-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0px;
}

.golf-banner-content {
  padding: 0;
  max-width: 509px;
  margin-bottom: 20px;
 /* margin-left: 4.5%;*/
}

.golf-banner-content p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  font-family: 'Avenir-Book';
  color: #373A36;
}

.golf-banner-content h1 {
  font-size: 40px;
  line-height: 44px;
  font-family: 'Avenir-Heavy';
  color: #121312;
}

.container-two-box {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  justify-content: space-between;
}

.container-two-box .box {
  flex: 0 0 48.9%;
  border: 2px solid #E8EAE8;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 137px;
}

.container-two-box .box .icon {
  padding: 30px;
}

.container-two-box .box .text {
  flex-grow: 1;
}

.container-two-box .box .text p {
  font-size: 18px;
  max-width: 257px;
  line-height: normal;
  color: #121312;
  font-family: 'Avenir-Heavy';
  padding-top: 8px;
}

.card-hyperlink {
  margin-top: 10px;
  color: #227870;
  text-decoration: none;
}

.card-hyperlink span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  margin-top: 10px;
  color: #227870;
  border-bottom: 20px solid transparent;
  font-size: 14px;
  font-family: 'Avenir-Black';
}

.card-hyperlink span::after {
  content: "";
  background: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/global/icons/green-icon-arrow-right.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  top: -3px;
}

.golf-content-container-inner h3 {
  color: #121312;
  font-size: 32px;
  line-height: 38px;
  font-family: 'Avenir-Book';
  margin-top: 45px;
  margin-bottom: 20px;
}

.golf-content-container-inner h3 span {
  font-family: 'Avenir-Black';
}

.golf-content-container-inner {
  max-width: 1104px;
  margin: 0 auto;
  border-bottom: 3px solid #E8EAE8;
  padding-bottom: 36px;
}

.golf-content-container-inner p {
  font-size: 14px;
  font-family: 'Avenir-Book';
  max-width: 1107px;
  line-height: 20px;
  text-indent: -5px;
  margin-left: 5px;
}

.golf-banner-img img:nth-child(1) {
  border-radius: 0 0 50px 0;
}

.golf-banner-img img:nth-child(2) {
  max-width: 120px;
}

.card-hyperlink span:hover {
  text-decoration: underline;
}

@media screen and (max-width:3840px) {
  .golf-banner-content {
    margin-left: 7.2%;
  }
}

@media screen and (max-width:1441px) {
  .golf-banner-content {
    margin-left: 6.2%;
  }
}
@media screen and (max-width:1321px) {
  .golf-banner-content {
    margin-left: 5.2%;
  }
}
@media screen and (max-width:1361px) {
  .golf-banner-content {
    margin-left: 4.3%;
  }
}
@media screen and (max-width:1299px) {
  .golf-banner-content {
    margin-left: 0%;
  }
}

@media screen and (max-width: 991px) {
    
  .golf-banner-main {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/mobile/golf/golf-banner-mobi.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
  }

  .desktop-hide {
    display: none;
  }

  .mobile-hide {
    display: block;
  }

  .golf-content-container-inner {
    border-bottom: 2px solid #E8EAE8;
    margin: 0 11px 0px 3px;
    padding-bottom: 40px;
  }

  .golf-banner-in {
    padding: 1px 0 3px 0;
  }

  .golf-banner-content {
    padding: 0;
    margin-left: 4px;
    margin-bottom: 5px;
  }

  .golf-banner-content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .golf-banner-content h1 {
    font-size: 32px;
    line-height: 37px;
  }

  .golf-content-container-inner h3 {
    color: #121312;
    font-size: 24px;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 13px;
  }

  .container-two-box .box {
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .container-two-box .box .icon {
    padding: 11px;
  }

  .container-two-box .box .text p {
    max-width: 253px;
  }
}

@media screen and (max-width: 767px) {
  .golf-banner-main {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 360px) {
  .golf-banner-img img:nth-child(2) {
    max-width: 120px;
    height: 260px;
  }
}

@media screen and (max-width: 320px) {
  .golf-banner-img img:nth-child(2) {
    max-width: 120px;
    height: 295px;
  }

  .golf-banner-content h1 {
    line-height: 34px;
  }

  .golf-banner-content p {
    line-height: 22px;
  }
}