.mistri-what-we-do-block {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .mistri-what-we-do-block {
    padding-top: 30px;
  }
}
.mistri-what-we-do-block .about-three .mb-65 {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .mistri-what-we-do-block .about-three .mb-65 {
    margin-bottom: 20px;
  }
}
.mistri-what-we-do-block .about-three .mb-65 .section-header h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--color-primary);
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mistri-what-we-do-block .about-three .mb-65 .section-header h5 {
    padding-bottom: 20px;
  }
}
.mistri-what-we-do-block .about-three .mb-65 .section-header h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: var(--title-text-color);
}
@media (max-width: 767px) {
  .mistri-what-we-do-block .about-three .mb-65 .section-header h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 425px) {
  .mistri-what-we-do-block .about-three .mb-65 .section-header h2 {
    margin-bottom: 10px;
  }
}
.mistri-what-we-do-block .about-three .mb-65 .content p {
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-size: 16px;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .mistri-what-we-do-block .about-three .mb-65 .content p {
    line-height: 1.4;
  }
}
.mistri-what-we-do-block .about-three .mb-65 .content ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mistri-what-we-do-block .about-three .mb-65 .content ul {
    display: inline-block;
    margin-top: 10px;
  }
  .mistri-what-we-do-block .about-three .mb-65 .content ul li {
    line-height: 28px;
  }
}
.mistri-what-we-do-block .about-three .mb-65 .content ul li {
  margin-right: 18px;
  list-style: none;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  color: var(--text-color);
}
.mistri-what-we-do-block .about-three .mb-65 .content ul li span {
  display: inline-block;
  color: #888888;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-primary);
  margin-right: 2px;
}
.mistri-what-we-do-block .swiper .item {
  overflow: hidden;
}
.mistri-what-we-do-block .swiper .item .location_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: var(--color-primary);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: -100px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mistri-what-we-do-block .swiper .item .location_icon .hover-img {
  width: 30px;
  height: 30px;
  line-height: 0;
  transform: rotate(-45deg);
}
.mistri-what-we-do-block .swiper .item .location_icon .hover-img i {
  font-size: 32px;
  line-height: 1;
  color: var(--color-primary);
}
.mistri-what-we-do-block .swiper .item .image {
  width: 100%;
  height: 380px;
}
@media (max-width: 1399px) {
  .mistri-what-we-do-block .swiper .item .image {
    height: 352px;
  }
}
@media (max-width: 1199px) {
  .mistri-what-we-do-block .swiper .item .image {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .mistri-what-we-do-block .swiper .item .image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .mistri-what-we-do-block .swiper .item .image {
    height: 400px;
  }
}
@media (max-width: 574px) {
  .mistri-what-we-do-block .swiper .item .image {
    max-height: 618px;
  }
}
.mistri-what-we-do-block .swiper .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mistri-what-we-do-block .swiper .item .content {
  padding: 30px;
  background-color: var(--title-text-color);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .mistri-what-we-do-block .swiper .item .content {
    padding: 20px;
  }
}
.mistri-what-we-do-block .swiper .item .content h3 {
  font-size: 24px;
  font-weight: 600;
}
.mistri-what-we-do-block .swiper .item .content h3 a {
  color: #fff;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mistri-what-we-do-block .swiper .item:hover .location_icon {
  right: 40px;
}
.mistri-what-we-do-block .swiper .item:hover .content {
  background-color: var(--color-primary);
}
.mistri-what-we-do-block .swiper .swiper-slide.swiper-slide-active .content {
  background-color: var(--color-primary);
}
.mistri-what-we-do-block .swiper .swiper-slide.swiper-slide-active .location_icon {
  right: 40px;
}
