.show {
  display: unset;
}  

.hide {
  display: none;
}

.top-left-hscard {
    position: absolute;
    top: 35px;
    left: 31px;
    width: 5.2%;
}
.bottom-right-hscard {
    position: absolute;
    bottom: 29px;
    right: 33px;
    width: 5.4%;
}
.hs_card .inb.sponsors .sponsors__header h2 {
  color: #fff;
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
}
.hs_card .items img {
  height: auto;
}

.hs_card .inb.sponsors .sponsors__header h5 {
  color: #fff;
  font-family: Agharti Condensed;
  font-style: normal;
  font-weight: 400;
  font-size: 128px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hs_card {
  margin: 0!important;
}

.hs_card .bottom_section {
  background: #FFFFFF;
  margin-top: 100px;
}

.hs_card .logo_inner {
  display: flex;
  justify-content: center;
  padding: 65px 0;
  flex-wrap: wrap;
}
.hs_card .items {
  width: 30%;
  padding: 0 20px;
  margin
}
.hs_card .items:nth-child(-n + 9) {
  margin-bottom: -44px;
}
.hs_card .inb.sponsors .premium-tag h2 {
  background-color: #F62D71;
  padding: 8px 15px;
  display: inline-block;
  font-size: 28px !important;
  line-height: 41px !important;
}
.hs_card .logo_wrapper {
  position: relative;
}

.hs_card .premium-tag {
  position: absolute;
  top: -2.5%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 450px) {
  .hs_card .premium-tag {
    top: -1.5%;
  }
}

.logo_inner {
  box-shadow: 10px 10px 0 0 #000, 8px 12px 0 0 #fff, 12px 8px #fff, 12px 12px #fff;
}

@media(max-width:992px) and (min-width:768px){
  .hs_card .premium-tag {
    top: -3%;
  }
}
@media(max-width:992px){
  .hs_card .items {
    width: 40%;
  }
  .hs_card .inb.sponsors .bottom_section .premium-tag h2 {
    font-size: 16px!important;
    line-height: 20px !important;
  }
  .hs_card .inb.sponsors .sponsors__header h2 {
    font-size: 20px !important;
  }

  .hs_card .inb.sponsors .sponsors__header h5 {
    font-size: 47px !important;
    margin-top: 11px;
  }
  .hs_card .bottom_section {
    margin-top: 53px;
  }
}
@media (max-width: 991px){
  .top-left-hscard {
    display: none;
  }

  .bottom-right-hscard {
    display: none;
  }
}
@media(max-width:767px) {
  .hs_card .logo_inner {
    padding: 57px 0;
  }
  
@media(max-width:767px) {
  .hs_card .items {
    width: 80%!important;
  }  

  .hs_card .items {
    width: 45%;
  }

  .hs_card .items:nth-child(-n+3) {
    margin-bottom: 25px;
  }
}

@media (max-width: 450px) {
  .hs_card .logo_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
}