@media (max-width:470px){

 /* Span Tag */
 .s-block--circle-links .home-block-title span{
  border-style:none;
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:none;
  border-left-style:none;
  visibility:hidden;
 }
 
 /* Block  circle links */
 .s-block--circle-links{
  transform:translatex(0px) translatey(0px);
 }
 
 /* Span Tag */
 #best-offers-2-slider .text-center span{
  visibility:hidden;
 }
 
 /* Span Tag */
 #best-offers-5-slider .text-center span{
  visibility:hidden;
 }
 
 /* Span Tag */
 #best-offers-6-slider .text-center span{
  visibility:hidden;
 }
 
 /* Span Tag */
 .s-block--custom-reviews .mx-auto .mx-auto span{
  visibility:hidden;
 }
 
 /* Text store text primary */
 .s-block--custom-reviews .mx-auto .mx-auto .text-store-text-primary{
  font-size:21px;
 }
 
}