/* line 3, /myapp/app/assets/stylesheets/front/clients.scss */
.client-image {
  margin: 0 !important;
  width: 50%;
  height: 165px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 1px 0 0 0 #cacaca, 0 1px 0 0 #cacaca, 1px 1px 0 0 #cacaca, 1px 0 0 0 #cacaca inset, 0 1px 0 0 #cacaca inset;
}
/* line 15, /myapp/app/assets/stylesheets/front/clients.scss */
.client-image > img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 993px) {
  /* line 15, /myapp/app/assets/stylesheets/front/clients.scss */
  .client-image > img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 993px) {
  /* line 3, /myapp/app/assets/stylesheets/front/clients.scss */
  .client-image {
    width: 197px !important;
    height: 197px !important;
  }
}

/* line 32, /myapp/app/assets/stylesheets/front/clients.scss */
.client-subtitle {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.1px;
  text-align: left;
  color: #464646;
}

/* line 45, /myapp/app/assets/stylesheets/front/clients.scss */
.client-subtitle > span {
  font-weight: bold;
}

/* line 49, /myapp/app/assets/stylesheets/front/clients.scss */
div.clients {
  margin-right: 40px;
}

@media screen and (min-width: 993px) {
  /* line 56, /myapp/app/assets/stylesheets/front/clients.scss */
  .clients-index .client-subtitle-row {
    margin: 25px 50px 20px 60px;
  }
}
/* line 63, /myapp/app/assets/stylesheets/front/clients.scss */
.clients-index .col-list {
  margin: 20px;
}
@media screen and (min-width: 993px) {
  /* line 63, /myapp/app/assets/stylesheets/front/clients.scss */
  .clients-index .col-list {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 50px;
  }
}
/* line 73, /myapp/app/assets/stylesheets/front/clients.scss */
.clients-index .col-list.clients {
  margin: 0;
}
@media screen and (min-width: 993px) {
  /* line 73, /myapp/app/assets/stylesheets/front/clients.scss */
  .clients-index .col-list.clients {
    margin: 0;
    margin-left: 1%;
  }
}
/* line 82, /myapp/app/assets/stylesheets/front/clients.scss */
.clients-index .item-client {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin: 0;
}

/* line 91, /myapp/app/assets/stylesheets/front/clients.scss */
.featured-clients .featured-clients-title {
  margin-top: 0;
  padding-top: 60px;
}
