    :root {
        --pink: #fd35af;
        --green: #00bf70;
        --yellow: #fff00d;
        --gradient: radial-gradient(100% 5568.89% at 0 0,#544bc9 0,#a44bc9 100%),#544bc9;
        --dark: #07182A;
        --white:#ffffff;
    }
   
   
   * {
      box-sizing: border-box;
    }

    body {
      padding: 0;
      margin: 0;
      font-family: "League Spartan", sans-serif;
      background-color: var(--dark);
    }

    main {
      display: block;
      overflow: hidden;
    }

    p {
      /* font-weight: 400; */
      display: block;
      color: #000000;
      /* font-size: 20px; */
      line-height: 24px;
      padding: 0;
      margin-top: 0;
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.5rem;
    }

    h1 {
      font-family: "League Spartan", sans-serif;
      font-style: normal;
      font-size: 38px;
      line-height: 56px;
      font-weight: 800;
      color: var(--white);
      margin: 0;
    }

    h2 {
        background: var(--gradient);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        display: block;
        font-family: "League Spartan", sans-serif;
        font-size: 2.5rem;
        font-weight: 800;
        line-height: 3rem;
        margin: 0 0 1rem;
        text-align: center;
    }

    h3 {
      font-family: "League Spartan", sans-serif;
      font-size: 20px;
      line-height: 28px;
      font-weight: 900;
      margin-top: 0;
      margin-bottom: 40px;
      color: #13052e;
    }

    h4 {
      font-family: "League Spartan", sans-serif;
      font-size: 24px;
      line-height: 30px;
      font-style: normal;
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .section-3 h4 {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5rem;
      text-align: center;
      color: var(--white);
      margin-bottom: 1rem;
      padding: 0 4.1875rem;
    }

    h5 {
      font-family: "League Spartan", sans-serif;
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      font-style: normal;
    }

    a {
      color: var(--white);
      cursor: pointer;
      text-decoration: none;
      font-weight: 600;
    }

    .light-font h1,
    .light-font h2,
    .light-font h3,
    .light-font h4,
    .light-font h5,
    .light-font p {
      color: var(--white);
    }

    .bold-font {
      font-weight: 600;
      color: #13052e;
    }

    section {
      position: relative;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }

    .container-fluid {
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
    }

    .container {
      max-width: 1024px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
    }

    .container:after {
      content: "";
      clear: both;
      display: table;
    }

    .row {
      position: relative;
      width: auto;
      margin: 0 auto;
    }

    .col {
      position: relative;
      padding-left: 10px;
      padding-right: 10px;
      float: left;
    }

    .col-4 {
      width: calc(100% / 3);
    }

    .col-6 {
      width: calc(100% / 6);
    }

    .col-5 {
      width: calc(100% / 5);
    }

    .col-12 {
      width: 100%;
    }

    .padding-tb1 {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .padding-tb2 {
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .padding-tb3 {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .padding-t1 {
      padding-top: 30px;
    }

    .padding-t2 {
      padding-top: 30px;
    }

    .padding-t3 {
      padding-top: 60px;
    }

    .padding-b1 {
      padding-bottom: 10px;
    }

    .padding-b2 {
      padding-bottom: 30px;
    }

    .padding-b3 {
      padding-bottom: 60px;
    }

    .margin-t1 {
      margin-top: 15px;
    }

    .margin-b0 {
      margin-bottom: 0;
    }

    .margin-b1 {
      margin-bottom: 15px;
    }

    .text-center {
      text-align: center;
    }

    .d-flex {
      display: flex;
    }
    /* **Banner section** */
    .section-2 {
        min-height: 24.8125rem;
    }

    .promo-preview {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .promo-preview .affiliate-logo {
        height: 35px;
    }

    .promo-img--wrapper {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .promo-img--wrapper .video {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
    }

    .promo-img--wrapper .video-sm {
        display: none;
    }

    .promo-hero {
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: inherit;
    }

    .promo-img,
    .promo-img-sm {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .promo-box {
        align-items: center;
        bottom: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 4rem 6.7%;
    	position: relative;
    }

    .promo-content {
      backdrop-filter: blur(.5rem);
      background: #07182a;
      background-color: rgba(7, 24, 42, .9);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      border: .125rem solid #00bf70;
      border-radius: .375rem;
      box-shadow: 0 0 1rem 0 rgba(0, 191, 112, .4);
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: center;
      max-width: 20.4375rem;
      padding: 1rem;
      text-align: center;
    }

    .promo-hero-btn {
        font-family: "League Spartan", sans-serif;
       
        cursor: pointer;
        

        padding: 0.7rem 1rem;
        background-color: #fd35af;
        border-radius: .375rem;
        width: 100%;
        
    }

    /* .promo-hero-btn span {
        color: var(--white);
    } */
    .button-additional-text{
      background: radial-gradient(100% 5568.89% at 0 0, #544bc9 0, #a44bc9 100%), #544bc9;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    @keyframes pulse {
        0% {
            transform: scale(.9);
        }

        50% {
            transform: scale(1);
        }

        100% {
            transform: scale(.9);
        }
    }

    @-webkit-keyframes pulse {
        0% {
            transform: scale(.9);
        }

        50% {
            transform: scale(1);
        }

        100% {
            transform: scale(.9);
        }
    }

    .promo-hero-btn .button-label {
        /* background: radial-gradient(100% 5568.89% at 0 0, #544bc9 0, #a44bc9 100%), #544bc9;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent; */
        color: #fff;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 2rem;
        padding: .75rem 1.25rem;
    width: 100%;
    }
    .button-additional-text {
      font-size: .875rem;
      font-weight: 600;
      line-height: 1rem;
      margin: .25rem 0 0;
  }

    .promo-hero-btn .button-root {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        overflow: hidden;
        position: absolute;
        border-radius: inherit;
        pointer-events: none;
    }
   
      .lander-icon-wrapper{
        align-items: center;
        display: flex;
        margin-right: 1.5rem;
        margin-top: 5px;
        justify-content: center;
        justify-items: center;
    
      }
      /* Ticker */
       .ticker-wrap {
        width: 100%;
        /* overflow: hidden;
        height: 2.5rem; */
        /* padding-left: 100%; */
        /* box-sizing: content-box; */
        /* z-index: 9;
        position: absolute;
        bottom: 0;
        left: 0; */
        background: var(--dark);
        /* width: 45%; */
        height: 30px;
        overflow: hidden;
      }

      .ticker {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.5rem;
        line-height: 2.5rem;
        white-space: nowrap;
        padding-right: 100%;
        box-sizing: content-box;
       
      }
      
      .ticker .lander-icon img {
        display: flex;
        height: 1.5rem;
        margin-right: .5rem;
        width: auto;
    }
    .ticker .lander-icon .ticker-item-title {
        color: var(--yellow);
        font-size: .875rem;
        font-weight: 800;
        line-height: 1.25rem;
        margin: .125rem 0;
    }
      
    /* **End of Banner section** */

    .logo-section {
      padding-top: 18px;
      padding-bottom: 18px;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
      z-index: 1;
      background: var(--dark);
    }

    .logo {
      position: relative;
      display: block;
      width: auto;
      height: 40px;
      margin: 0 auto;
    }

    .section-3 a:hover {
      cursor: pointer;
    }

    .payment-icons img {
      width: auto;
      height: 51px;
      /* margin: 0 .75rem; */
      display: inline-block;
      vertical-align: middle;
    }

    .section-4 {
      background-image: url(https://raketti.imgix.net/banners/splash_raketti_1.jpg?auto=format&bg=00354651&dpr=1.2000000476837158&fit=max&h=240&w=1579);
    }

    .lander-section.lander-vip-section .lander-section-title {
        color: var(--white);
        font-size: 2.5rem;
        font-weight: 800;
        line-height: 3rem;
    }

    .lander-section .lander-section-head {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }

    .lander-vip-section .lander-section-head {
      display: block;
      text-align: center;
      padding: 0;
    }

    .lander-vip-item {
      background-color: var(--white);
      flex-basis: 13.25rem;
      border-radius: 0.5rem;
      padding: 1.5rem;
    }

    .lander-section.lander-vip-section .lander-vip-item {
      align-items: center;
      background: var(--yellow);
      border-radius: .375rem;
      display: flex;
      flex-basis: 33.3333333333%;
      flex-direction: row;
      margin-bottom: 0;
      max-width: 20.4375rem;
      padding: 1rem;
    }

    .lander-section.lander-vip-section {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 2rem 2rem;
      align-items: center;
      background-size: cover;
    }

    .vip-title {
      padding: 0px;
      color: #13052e;
      margin-top: 23px;
      font-weight: 900;
    }

    /* Games Section */
    .games-container img {
      display: inline-block;
      vertical-align: middle;
      width: 250px;
      height: auto;
      margin: 0 10px 20px 10px;
      border-radius: 10px;
    }
    .games-section p{
      color: var(--white);
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.5rem;
      text-align: left;
    }

    .lander-preview {
      display: flex;
    }

    .lander-vip-section .lander-vip-sub-title {
        color: var(--white);
        display: block;
        font-size: 1.125rem;
        font-weight: 700;
        margin-top: 1rem;
        padding: 0;
        text-align: center;
    }

    .section-5 {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 50px;
    }

    .icon {
      position: relative;
      width: 76px;
      height: 76px;
      border-radius: 50%;
      margin: 0 auto;
    }

    .icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    /* .join-button {
      font-family: "League Spartan", sans-serif;
      color: var(--white);
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      text-decoration: none;
      text-transform: uppercase;
      padding: 20px 47px;
      border-radius: 12px;
      margin-bottom: 60px;
      display: inline-block;
      background-color: #ff4053;
      box-shadow: 0 0.5rem 1rem rgb(204 53 68 / 70%);
    } */

    .join-button:hover {
      background-color: #eb4a38;
      cursor: pointer;
    }

    .button-small-text {
      padding-top: 4px;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      display: block;
    }
    .button-small-text a{
      text-decoration: underline;
    }

    .lander-header-icons {
      display: flex;
      flex-direction: column;
      width: 100%;
      text-align: center;
    }

    .lander-info {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      margin: auto;
      gap: 2.5rem;
    }

    .lander-info-item {
      align-items: center;
      display: flex;
      flex: 1;
      flex-direction: column;
      margin-top: 1.75rem;
    }

    .lander-info-item .lander-info-title {
      color: var(--white);
    display: block;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 1rem hsla(0, 0%, 100%, .4);
    }

    .lander-payment-icons {
      display: flex;
      flex-direction: column;
      width: 100%;
      text-align: center;
    }

    .lander-icon-container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .lander-payments-multi-row {
      display: flex;
      flex-wrap: wrap;
      width: auto;
      /* overflow-x: auto;
      overflow-y: hidden; */
      padding: 0 0.5rem;
      margin-bottom: 2rem;
      place-content: center;
    }

    .lander-icon {
      background-color:var(--gradient);
      /* border-radius: 0.5rem;
      margin: 0 0.5rem 0rem;
      min-width: 6.25rem; */
      height: 100%;
    }

    /* .lander-icon-wrapper {
      box-shadow: 0 0 0.5rem rgb(0 0 0 / 17%);
      padding: 0 0.25rem;
    } */

    .lander-payment-icons {
      background-color: var(--dark);
      width: 100%;
      position: relative;
    }

    .lander-section.lander-vip-section .lander-vip-items {
        display: grid;
        grid-template-columns: auto auto auto;
        /* max-width: 74rem; */
        /* padding-left: 6.7%; */
        /* max-width: 64.3125rem; */
        /* padding-right: 6.7%; */
        justify-content: center;
    }
    span.lander-vip-icon {
      align-items: center;
      display: flex;
      justify-content: center;
    }
    .section-4 img {
      height: 3rem;
      margin-right: 1rem;
      width: 3rem;
    }

    .lander-payments-svg-wrapper {
      line-height: 0;
      height: 40px;
    }

    .lander-payments-top-curve {
      transform: rotate(180deg);
      width: 100%;
      height: 2.5rem;
    }

    .lander-section.lander-vip-section .lander-vip-title {
      color: var(--pink);
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.5rem;
      margin: 0;
      text-shadow: 0 0 1rem hsla(0, 0%, 100%, .4);
    }

    .lander-section.lander-vip-section .lander-vip-content {
      font-size: 1rem;
      font-weight: 500;
      /* color: hsla(0, 0%, 100%, 0.8); */
      text-align: center;
      line-height: 1.25rem;
    }

    .lander-vip-items {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .lander-vip-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .lander-heading p {
        font-family: "League Spartan", sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.75rem;
        text-align: center;
    }

    .section-5 .container .row {
      width: 883px;
    }

    .icons-col-1 {
      padding-left: 25px;
      padding-right: 25px;
    }

    .icons-col-2 {
      padding-left: 20px;
      padding-right: 20px;
    }

    .icons-col-3 {
      padding-left: 25px;
      padding-right: 25px;
    }

    .section-6 {
      background-color: #07182a;
      padding-bottom: 30px;
    }

    

    .section-7 a:hover {
      cursor: pointer;
    }

    .section-7 p{
        font-size: 1rem;
        font-weight: 600;
        margin: 1.5rem 0 1rem;
    }


    .footer {
      padding-left: 40px;
      padding-right: 40px;
    }

    .footer p {
      font-size: 12px;
      line-height: 20px;
    }

    .footer-icons img {
      width: auto;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
    }

    .curacao-egaming-icon {
      height: 60px !important;
      margin-right: 20px !important;
    }

    .pci-icon {
      margin-right: 20px !important;
    }

    .game-thumb-border img {
      border-radius: 0.5rem;
      overflow: hidden;
    }

    /* Modal T&C */

    .modal-fade-container {
      display: flex;
      height: 100%;
      outline: none;
      width: 100%;

      position: fixed;
      top: 0;
      left: 0;
      background: #00000059;
      z-index: 1;
    }

    .display-none {
      display: none;
    }

    /* .policy a:first-child p {
      margin: 10px;
    } */

    .policy {
      margin-bottom: 70px;
    }

    .policy a {
      font-size: 20px;
      font-weight: 700;
    }

    .modal-container {
      align-items: center;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      width: 100%;
    }

    .modal-container .modal-inner {
      border-radius: 0.5rem;
      max-height: 45rem;
      max-width: 51.25rem;
      overflow: hidden;
      background-color: #13052e;
      margin-top: 2%;
    }

    .modal-container .modal-header {
      align-items: center;
      border-bottom: 0.0625rem solid #e5e5e5;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      padding: 1rem;
    }

    .modal-container .modal-header .modal-title {
      font-size: 1.25rem;
      font-weight: 600;
      color: #222;
      flex: 1;
      margin: 0;
      text-align: center;
    }

    .modal-container .modal-header .modal-close {
      cursor: pointer;
      fill: var(--white);
      width: 1.125rem;
    }

    .modal-container .modal-body {
      position: relative;
      height: 100%;
      box-sizing: border-box;
      flex-grow: 1;
      overflow-y: scroll;
      justify-content: center;
    }

    .modal-container .modal-content {
      /*height: calc(100% - 24px);*/
      margin: 1.5rem 2rem 0;
      padding-bottom: 3rem;
    }

    .promotions-terms {
      margin-bottom: 2rem;
    }

    .desktop .static-terms-content {
      padding: 0.9375rem 0;
    }

    .promotions-terms.content-container .content-types {
      padding-left: 0;
      padding-right: 0;
    }

    .content-container .content-types {
      line-height: 1.375rem;
      color: #222;
      text-align: justify;
      padding: 0 6.7%;
    }

    .lander-preview {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    .lander-preview img {
      border-radius: 0.375rem;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      -o-object-position: top;
      object-position: top;
    }

    .lander-preview.large .game-tile-preview {
      flex-basis: calc(50% - 0.5rem);
      margin: 0 auto;
    }

    .lander-preview.medium .game-tile-preview {
      flex-basis: calc(33.33333% - 0.66667rem);
      margin: 0 auto;
    }

    .game-tile.lander-game-tile.tile-width-6 {
      flex-basis: calc(19.66667% - 0.83333rem);
      margin: 0 auto;
    }
    .game-tile.lander-game-tile.tile-width-7{
        flex-basis: calc(25.66667% - 0.83333rem);
        margin: 0 auto;
    }
    .game-tile.lander-game-tile.tile-width-8 {
      flex-basis: calc(14.28571% - 0.79464rem);
      margin: 0 auto;
    }

    

    .game-thumb,
    .game-tile-preview {
      position: relative;
    }

    .game-thumb-play svg {
      fill: var(--white);
      height: 30%;
      width: 30%;
    }

    .game-thumb-play,
    .game-tile-preview-play {
      align-items: center;
      background: rgba(19, 5, 46, .4);
      bottom: 0;
      display: flex;
      justify-content: center;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: opacity .4s ease;
      z-index: 1;
    }

    .game-thumb-play:hover,
    .game-tile-preview-play:hover {
      opacity: 1;
    }

    body { margin: 0; }


/* Transition */
@-webkit-keyframes ticker {
  0% {
    transform: translateZ(0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
    
  }
}

@keyframes ticker {
  0% {
    transform: translateZ(0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
    /*Mobile CSS*/

    @media only screen and (max-width: 768px) {
        .promo-img {
            display: none;
        }

      .lander-preview.large .game-tile-preview,
      .lander-preview.medium .game-tile-preview,
      .game-tile.lander-game-tile.tile-width-6 {
        flex-basis: 100%;
      }
      .game-tile.lander-game-tile.tile-width-8  {
        flex-basis: 40%;
      }
      .lander-section.lander-vip-section .lander-vip-item{
        max-width: 100%;
      }

      .container,
      .container-fluid {
        max-width: 100%;
      }

      h2.small {
        font-size: 12px;
        line-height: 16px;
      }

      .col-4 {
        width: 100%;
      }

      .logo-section {
        padding-top: 14px;
        padding-bottom: 14px;
      }

      .logo {
        height: 30px;
      }

      .section-3 .container {
        padding-left: 0px;
        padding-right: 0px;
      }

      .payment-icons img {
        height: 48px;
        margin: 0 0.375rem;
      }

      .vip-title {
        padding: 0px 20px;
      }

      .section-4 .container {
        padding-left: 5px;
        padding-right: 5px;
      }

      .section-4 .container p {
        font-size: 14px;
        line-height: 22px;
      }

      .lander-info-item {
        max-width: 12.5rem;
      }

      .lander-section.lander-vip-section .lander-vip-items {
        display: flex;
        flex-direction: column;
        margin: auto;
        padding: 0 24px;
      }

      .lander-info {
        margin: 0 auto;
        flex-direction: column;
      }

      .game-5 {
        display: none !important;
      }

      .section-5 {
        padding-left: 15px;
        padding-right: 15px;
      }

      .section-5 .container .row {
        width: 100%;
      }

      .icons-col-1 {
        padding-left: 10px;
        padding-right: 10px;
      }

      .icons-col-2 {
        padding-left: 5px;
        padding-right: 5px;
      }

      .icons-col-3 {
        padding-left: 30px;
        padding-right: 30px;
      }

      .footer-icons img {
        height: 20px;
        margin: 4px 3px;
      }

      .curacao-egaming-icon {
        height: 39px !important;
        margin-right: 15px !important;
      }

      .pci-icon {
        margin-right: 15px !important;
      }

      .footer {
        padding-left: 15px;
        padding-right: 15px;
      }
      h1{
        font-size: 2rem;
        font-weight: 800;
        line-height: 2.5rem;
      }
      p{
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.5rem;
      }
      .promo-hero-btn{
        padding: 0.7rem 1rem;
      }
      .button-small-text{
        font-size: 10px;
        line-height: 20px;
      }

      
      
    }
    @media only screen and (min-width: 1800px) {
        .staticCardDescription .static-card-banner-subline {
            font-size: 1rem;
            font-weight: 900;
            line-height: 1.25rem;
        }

        .promo-img {
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            height: 100%;
        }
    }

    @media only screen and (min-width: 768px) {
        .promo-img-sm {
            display: none;
        }
        
    }

    /*Tablet CSS*/

    @media only screen and (min-width: 768px) and (max-width: 1024px) {

      .container,
      .container-fluid {
        max-width: 100%;
      }

      .col-4 {
        width: calc(100% / 3);
      }

      .logo-section {
        padding-top: 13px;
        padding-bottom: 13px;
      }

      .logo {
        height: 40px;
      }

      .section-2 h1 {
        font-size: 2rem;
        font-weight: 800;
        line-height: 2.5rem;
      }

      .section-2 h3 {
        padding-left: 0px;
        padding-right: 0px;
      }

      .section-2 h4 {
        font-size: 24px;
        line-height: 56px;
      }

      .payment-icons img {
        height: 48px;
        margin: 0 0.375rem;
      }

      .section-4 .container p {
        font-size: 16px;
        line-height: 24px;
      }

      .games-section p {
        padding-left: 1%;
        padding-right: 12%;
      }

      .section-5 {
        padding-left: 0px;
        padding-right: 0px;
      }

      .section-5 .container .row {
        width: 100%;
      }

      .icons-col-1 {
        padding-left: 10px;
        padding-right: 10px;
      }

      .icons-col-2 {
        padding-left: 0px;
        padding-right: 0px;
      }

      .icons-col-3 {
        padding-left: 20px;
        padding-right: 20px;
      }

      .games-container img {
        margin: 0 6px 20px 6px;
      }

      .game-5 {
        display: none !important;
      }
      
    }


   