#home_activity .service-box.style1 .title {
  min-height: 60px;
}

.mg_service-box-3:hover .icon-lg img {
  filter: brightness(0) invert(1);
}

.mg_about .about_text_img {
  display: flex;
  gap: 100px;
  align-items: center;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #e0e0e0;
}
.mg_about .text_section .sub_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 70px;
  position: relative;
  margin-bottom: 10px;
}
.mg_about .text_section .sub_title:before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #6f6f6f;
  left: 0;
  top: 50%;
}
.mg_about .text_section .title {
  font-weight: 700;
}
.mg_about .text_section .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.mg_about .image_section {
  width: 50%;
  flex-shrink: 0;
}
.mg_about .image_section img {
  width: 100%;
  height: auto;
}
.mg_about .future_list {
  display: flex;
  gap: 50px;
}
.mg_about .future_list .item {
  padding: 60px 40px;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
}
.mg_about .future_list .item .icon {
  margin-bottom: 30px;
}
.mg_about .future_list .item .icon img {
  height: 70px;
  width: auto;
}
.mg_about .future_list .item .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

/*  */
.home_company_owl_dot_item img {
  height: 50px;
  width: auto !important;
  margin: 0 auto 10px;
}
#sync2 .owl-item.active.current .item img {
  outline: none;
  outline-offset: auto;
  filter: brightness(0) invert(1);
}

@media (max-width: 1199px) {
  .mg_about .about_text_img {
    gap: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .mg_about .text_section .title {
    line-height: 1;
  }
  .mg_about .text_section .text {
    font-size: 1rem;
  }
  .mg_about .future_list {
    gap: 30px;
  }
  .mg_about .future_list .item {
    padding: 50px 30px;
  }
}

@media (max-width: 991px) {
  .mg_about .future_list {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .mg_about .about_text_img {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .mg_about .text_section .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .mg_about .image_section {
    width: 100%;
  }
  /*  */
  .mg_about .future_list .item {
    padding: 30px;
  }
  .mg_about .future_list .item .icon {
    margin-bottom: 15px;
  }
  .mg_about .future_list .item .icon img {
    height: 50px;
  }
  .mg_about .future_list .item .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
}
