div.geeks .color-box {
    width: 120px;
    height: 50px;
    margin-right: 15px;
    flex: 0 0 auto;
    object-fit: contain;
  }

  div.geeks .card-transparent ul {
    padding: 15px;
    list-style: none;
    border-radius: 15px;
    background: #fff;
  }

  div.geeks .badge {
    border: none !important;
  }

  div.geeks .bg-option-2 {
    background: url("https://storage.googleapis.com/mdc-website/applied-ai-v2/rectangle.svg");
    background-size: 180px;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }

  div.geeks .bg-option-1 {
    background: url("https://storage.googleapis.com/mdc-website/applied-ai-v2/rectangle.svg");
    background-size: 163px;
    background-repeat: no-repeat;
  }

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

    div.geeks div.video {
      padding: 20px 58px 20px 75px;
      border-radius: 30px;
      background: linear-gradient(69deg, #005eaa 44.86%, #9acdfe 108.44%);
    }

    div.geeks .custom-margin {
      margin-top: 150px;
    }

    div.geeks .bg-option-1 {
      background: url("https://storage.googleapis.com/mdc-website/4geeks-cursos/figurestwo.svg");
      background-size: 228px;
      background-repeat: no-repeat;
    }

    div.geeks .bg-option-2 {
      background: url("https://storage.googleapis.com/mdc-website/applied-ai-v2/rectangle.svg");
      background-size: 180px;
      background-repeat: no-repeat;
      background-position-y: center;
    }

    div.geeks .card-transparent.centered {
      position: static;
      margin: auto;
    }

  }
