.sgsports-title {
  font-family: 'Poppins', san-serif !important;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 150%;
  margin-top: 16px;
  color: #2a3057;
}
.sgsports-title h2 {
  font-family: 'Poppins', san-serif !important;
  margin-top: 16px !important;
  font-size: 48px !important;
  color: #2a3057 !important;
  
}

.sg-active-sport-2 {
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  max-width: 600px;
}

img {
    max-width: 100%;
    height: auto;
}
}
#sg-gen-sports {
  background-image: linear-gradient(270.37deg, #354A7B 0.21%, #24345F 99.57%);
  padding: 0;
}

/* #sg-gen-sports .wilson-logo {
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
#sg-gen-sports .wilson-logo {
  margin: 0;
}
} */
#sg-gen-sports .howtosection1 {
  text-align: center;
  padding: 12px;
  max-width: 1200px;
  margin: 0 auto;
}
#sg-gen-sports .howtosection1 {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
/*   color: #ffffff; */
    color: #2a3057;
}
#sg-gen-sports .howtosection1 .howtoitem {
  width: 90%;
  margin: 0 auto 24px;
  max-width: 300px;
}
#sg-gen-sports .howtosection1 .howtoitem h3,
#sg-gen-sports .howtosection1 .howtoitem p {
  text-align: center;
}
#sg-gen-sports .howtosection1 .howtoitem p {
  font-size: 18px;
}
#sg-gen-sports .howtosection1 .howtoitem   h3 {
  text-transform: uppercase;
  font-weight: bold;
/*   color: #F6881F; */
    color: #2D3136;
  font-size: 28px;
  
}

#sg-gen-sports  h1,
#sg-gen-sports p:not(.sg-active-label),
#sg-gen-sports div:not(.sg-active-label) {
/*   color: #ffffff; */
    color: #2d3136;
/*     font-family: 'Poppins', san-serif !important; */
}

/* #sg-gen-sports h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
#sg-gen-sports h2 .small {
  font-size: 28px;
  color: #ffffff;
} */
#sg-gen-sports p {
  line-height: 1.1;
}
#sg-gen-sports .centertext {
  text-align: center;
}

#sg-gen-sports p.sg-active-label,
#sg-gen-sports div.sg-active-label {
  width: 100%;
  height: 100%;
  border-radius: 18px 0 0 18px;
/*   position: relative; */
}
#sg-gen-sports div.sg-active-label p,
#sg-gen-sports p.sg-active-label span {
  font-size: 24px;
  display: block;
  font-weight: bold;
  padding: 8px 12px;
  background-color: #F6881F;
  color: #2C3E6C;
/*   height: 100%; */
/*   width: 100%; */
  text-align: center;
  border-radius: 18px 18px 0 0 ;
  margin: 0;
/*   position: absolute;
  bottom: 0;
  left: 0;
  top: 0; */
  transform: rotate(-90deg);
}
#sg-gen-sports .sg-active-container {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 2rem;
}
#sg-gen-sports .sg-active-container .sg-active-sport {
  width: 100%;
  max-width: 300px;
  text-decoration: none !important;
  margin: 16px;
  padding: 0;
  border-radius: 18px;
  border-width: 0px;
  
/*   display: flex;
  align-items: stretch;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "title image";
}

#sg-gen-sports .sg-active-sport .sg-active-label {
/*   grid-area: title; */
  white-space: nowrap;
  
}
#sg-gen-sports .sg-active-sport img {
  width: 100%;
  grid-area: image;
  border-radius: 18px;
/*   margin-bottom: -1px;
  margin-left: 1px; */
}
@media screen and (min-width: 760px) {
  #sg-gen-sports .howtosection1 {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  padding: 64px 12px 12px;
}

  #sg-gen-sports .howtosection1 {
    width: 100%;
    margin-bottom: 40px;
  }
  #sg-gen-sports .howtosection1 .howtoitem {
    width: 30%;
    margin-bottom: 0;
    margin-top: 24px;
  }
  #sg-gen-sports .sg-active-container .sg-active-sport {
    width: 44%;
  }
  #sg-gen-sports div.sg-active-label p, 
  #sg-gen-sports p.sg-active-label span { 
    font-size: 28px;
  }
}