/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
  img.img-relative-w.item-bottom {
      position: relative;
  }

  .img-relative-w3{
    width: 80% !important;
  }

  .mobile{
    display: block;
  }

  .no-mobile,.no-mobile-flex{
    display: none;
  }

  .key-slide-container ol.carousel-indicators {
      top: 0px;
  }

  .standard-slider-wrapper{
    margin:0px -15px 0px -15px;
  }

  .sl-indicator{
      width: .625rem !important;
    height: .625rem !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    cursor: pointer !important;
  }

  .standard-slider-container{
    width: 100%;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: auto;
    display: block;
    position: relative;
    margin-left: -15px;
    padding-left: 15px;
}

  .standard-slider-container .standard-slider-item{
      min-height: 200px;
      white-space: normal;
      margin-left: 10px;   
      margin-right: 10px;   
      display: inline-block;
      vertical-align: top;
  }

  #network .standard-slider-item {
          min-height: 250px;
    width: 400px;
    margin-right: 40px;
  }

    .privacy-laws-desc{
      padding: 10px 30px 0px 30px;
    }

    .margin-top-mobile{
        margin-top: 20px;
      }

        .bold-mobile{
      font-family: arial_bold,sans-serif !important;
      font-weight: bold;
    }

      .desc-section-light3 {
        margin-top: 30px;
      }

      .title-section-dark {
        font-size: 1em;
      }

      .desc-section-dark {
          font-size: 0.8em;
          color: #000;
      }

      .title-section-light3,.title-section-dark3 {
        font-size: 1em;
      }

      .desc-section-light3,.desc-section-dark3 {
          font-size: 0.8em;
      }

    #header-menu-normal{
        display: none;
      }

      #header-menu-mobile{
        display: initial;
      }

      #header-menu-mobile.row.header-menu-container {
          display: block;
          white-space: nowrap;
          width: 100%;
          overflow: auto;
          position: absolute;
      }

      #header-menu-mobile .header-menu {
          width: 250px;
          padding: 15px 5px;
          font-size: 0.75em;
          display: inline-block;
      }

    .btn-card {
        padding: 20px 20px;
        margin-bottom: 10px;
    }

    .carousel,.no-relation{
        display: initial;
    }

    .not-carousel,.relation{
        display: none;
    }

    .quote{
        font-size: 1.2em;
        padding: 70px 14vw 30px 14vw;
        height: 115%;
        margin-left: 0px;
    }


    .quote-citation {
        line-height: 1.75;
        padding-top: 0px;
        font-size: 0.75em;
    }

    .quote-author{
        font-size: 0.7em;
        padding-right: 4px;
        margin-top: 12px;
        margin-bottom: 4px;
    }

    .btn-business{
        display: none;
    }

    .is_recognized{
        font-size: 0.9em;
        margin-top: 12px;
    }

    .primary-title{
        font-size: 1em;
        padding: 30px 30px 0px 30px;
    }

    .aligner{
        display: none;
    }

  .img-header{
    height: 12rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

    .img-use-case {
        height: 45rem;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    section#use-case > div.row {
        background-image: url(../img/pradeo/woman-delivery-tablet.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 0px;
        background-size: cover;
    }

    section#privacy{
        margin-top: 20px;
      }

      .title-section-dark3 {
        margin-top: 20px;
    }
}