

.exampleSlider .MS-content .item .avatar {
    height: 80px;
    width: 80px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin: 0 auto;
    border-radius: 60px 60px;
}

.exampleSlider .MS-content .item p {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}


.exampleSlider {
  position: relative;

}
@media (max-width: 767px) {
  .exampleSlider {
    border-color: transparent;
  }
}
.exampleSlider .MS-content {
  margin: 15px 10px;
  white-space: nowrap;
  /* display: inline-block; */
}
@media (max-width: 767px) {
  .exampleSlider .MS-content {
    margin: 0;
  }
}

.exampleSlider .MS-content .item{
    display: inline-block;
    width: calc(50% - 20px);
    vertical-align: top;
        text-align: center;

}

.exampleSlider .MS-content .item .slider-card{
    margin: 10px 10px;
    padding:10px 30px;
    background: rgb(227,227,227); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
@media (max-width: 1200px) {
  .exampleSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .exampleSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .exampleSlider .MS-content .item {
    width: 100%;
  }
}
.exampleSlider .MS-content .item p {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
  white-space: normal;

}
.exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  .exampleSlider .MS-controls button {
    display: none;
  }
}
.exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
.exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  .exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
.exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  .exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}


/*  */



.exampleSlider2 .MS-content .item .avatar {
    height: 80px;
    width: 80px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin: 0 auto;
    border-radius: 60px 60px;
}

.exampleSlider2 .MS-content .item p {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}


.exampleSlider2 {
  position: relative;

}
@media (max-width: 767px) {
  .exampleSlider2 {
    border-color: transparent;
  }
}
.exampleSlider2 .MS-content {
  margin: 15px 10px;
  white-space: nowrap;
  /* display: inline-block; */
}
@media (max-width: 767px) {
  .exampleSlider2 .MS-content {
    margin: 0;
  }
}

.exampleSlider2 .MS-content .item{
    display: inline-block;
    width: calc(50% - 20px);
    vertical-align: top;
        text-align: center;

}

.exampleSlider2 .MS-content .item .slider-card{
    margin: 10px 10px;
    padding:10px 30px;
    background: rgb(227,227,227); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
@media (max-width: 1200px) {
  .exampleSlider2 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .exampleSlider2 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .exampleSlider2 .MS-content .item {
    width: 100%;
  }
}
.exampleSlider2 .MS-content .item p {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
  white-space: normal;

}
.exampleSlider2 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  .exampleSlider2 .MS-controls button {
    display: none;
  }
}
.exampleSlider2 .MS-controls button:hover {
  cursor: pointer;
}
.exampleSlider2 .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  .exampleSlider2 .MS-controls .MS-left {
    left: -2px;
  }
}
.exampleSlider2 .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  .exampleSlider2 .MS-controls .MS-right {
    right: -2px;
  }
}
