.mast__text {
    white-space: break-spaces;
    display: block;
}
.ani .mast__text span, .ani .mast__text2 span {
    animation: letter-glow 0.2s 0s ease both;
}

@keyframes letter-glow {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
    }
    66% {
        opacity: 1;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.0);
    }
}
.sectionImpressiveNumber {
  position: relative;
  width: 100%;
  overflow: hidden;
}



.sectionImpressiveNumberContent__image {
  margin: 30px 0;
  position: relative;
}



.sectionImpressiveNumberContent__image:before {
  background: #a93927;
  content: "";
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.sectionImpressiveNumberContent__counterWrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
     -moz-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
 
}


.sectionImpressiveNumber .info{
    border: 1px solid #D9D9D9;
    border-block-style: hidden;
}
.sp-dots {
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    list-style: none;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 10vw;
}
.sp-dots li {
  display: inline-block;
  width: calc(25% - 8px);
  margin: 0 1px;
}
.sp-dots button {
  position: relative;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: #ccc;
  font-size: 0;
}
.sp-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
.sp-dots .slick-active button:after {
  background-color: #3C3C3C;
  -webkit-animation: progress 5.5s linear forwards;
          animation: progress 5.5s linear forwards;
}


@-webkit-keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slider-dots {
  max-width: 200px;
  width: 10vw;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.slider-dots li {
  display: inline-block;
  width: calc(25% - 8px);
  margin: 0 1px;
}
.slider-dots button {
  position: relative;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: #ccc;
  font-size: 0;
}
.slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
.slider-dots .slick-active button:after {
  background-color: #3C3C3C;
  -webkit-animation: progress 5.5s linear forwards;
          animation: progress 5.5s linear forwards;
}
.list-service .title-box{
    border-left: hidden;
}

.list-service .item .mirror-2::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 1;
}
.list-service .item:hover .mirror-2::before {
    animation: new_shine 1s;
}

.list-service .item .mirror-2 img {
    transition: all 300ms ease-in-out;
}
.list-service .item:hover .mirror-2  img {
    transition: all 300ms ease-in-out;
    transform: scale(1.1);
}

.list-service .item:hover h4 {
    color: #E8C981;
}

@media(max-width:767px){

    .sp-dots{
        width: 90%;
        max-width: 90%;
        bottom: 12%;
    }
    .slider-dots {
        width: 100%;
        max-width: 100%;
    }
    
    .slider-dots li{
        width: calc(25% - 2px);
    }
    .sectionImpressiveNumberContent__counterWrapper{
        flex-wrap: wrap;
    }
    .sectionImpressiveNumberContent__singleCount{
        width: 50%;
        min-width: unset;
    }
    .sectionImpressiveNumberContent__singleCount:nth-of-type(odd) .info{
        border-left: unset;
    }
    .sectionImpressiveNumberContent__singleCount:nth-of-type(even) .info{
        border-right: unset;
    }

}
@media(min-width:768px){
    .sectionImpressiveNumberContent__singleCount {
  
      min-width: 255px;
      text-align: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
    }
}
