    body .accredited-list {
		height: 96px;
		background: #DADAE1;
        display: flex;
        align-items: center;		
	}
	body .swiper-wrapper {
		max-width: 100%;
		justify-content: space-between;
	}
	.swiper-slide {
		text-align: center;
	}
	@media (max-width: 767px) {
	  .swiper-slide span {
		  width: 64px;
		  display: inline-block;
      }
	}
	@media (max-width: 1199px) {
		body .swiper-slide svg {
			width: 64px;
			height: 64px;
		}
      body #content .accredited-list {	
		height: 76px;
	  }	
    }	
	@media (min-width: 1200px) {
      body #content .accredited-list {
	  }	
    }