.master-container-content-v2 {
  margin-top: 100px;
  padding: 0 20px;
}

.master-container-content-v2 h1 {
  color: #E11F25;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 80% */
}

.sliders {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.sliders .first-section-card-item {
   border-radius: 10px 10px 0px 0px;
   margin: 0 20px;
}


.sliders .first-section-card-item img{
  border-radius: 10px 10px 0px 0px;
}

.slider .first-section-card-item .fs-card-info {
   border-radius: 0px 0px 10px 10px;
}
.first-section-card-item .fs-card-info {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px 1px 1px 1px;
   
}

.first-section-card-item .fs-card-info p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 110% */
  width: 200px;
  padding: 0;
  margin: 0;
}




.image {
  padding: 10px;
}

img {
  display: block;
  width: 100%;
}

.sr-onlys {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}



@media only screen and (max-width: 767px) {
  
  .master-container-content-v2 {
    margin-top: 50px;
  }

  .master-container-content-v2 h1 {
   color: #E11F25;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 109.091% */
  }
  .progress-vt {
    display: flex;
  align-items: center;
  justify-content: center; 
  }
}

button img {
height: 16px;
    width: 111px;
}
}

