*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.logo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.wrapper-bg {
  position: relative;
  height: 100%;
  background: url(../image/mimi-symbol.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  background-attachment: fixed;
  padding: 10px 0;
}

.head {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}

.main-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 37px;
  background: #545252;
}

.main-text h3 {
  font-size: 32px;
  font-weight: 400;
  margin-top: 8px;
}

.main-text small {
  font-size: 19px;
  display: block;
  margin: 34px 0 15px;
}

.mainul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mainul li {
  list-style: none;
  font-size: 18px;
  background: #7E47FF;
  margin: 6px;
  border-radius: 59px;
  color: white;
  width: auto;
  display: inline-flex;
  justify-content: center;
  padding: 13px 18px;
  align-items: center;
}

.mainul li svg {
  width: 34px;
  height: 26px;
}

/* ----------owl--gallery------ */

.desc {
  margin: 15px auto 10px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 40px;
  letter-spacing: 1.35px;
}



/* End utils */
.picture_wrapper {
  position: relative;
}

.picture_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_banner .content_title .title {
  text-align: center;
  color: white;
}

.gallery_wrapper .owl-stage-outer .owl-stage {
  display: flex;
  align-items: start;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
  max-height: 700px;
  overflow: visible;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item img {
  width: 100%;
  height: 429px;
  object-fit: cover;
  border-radius: 34px;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper {
  z-index: 1;
  position: absolute;
  height: auto;
  bottom: 0px;
  left: 15px;
  right: 30px;
  width: max-content;
  color: #626262;
  overflow: hidden;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title {
  margin-bottom: 0;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title {
  font-size: 22px;
  line-height: 25px;
  color: white;
  text-align: left;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title small {
  font-size: 12px;
  line-height: 14px;
  color: white;
  font-weight: bold;
  display: none;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .desc {
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 1.7s;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item::before {
  position: absolute;
  content: "";
  top: -300px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  transition: all 0.5s;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .ai-voice-text {
  display: flex;
  background: white;
  width: auto;
  border-radius: 50px;
  padding: 7px;
  align-items: center;
  gap: 8px;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item .ai-voice-text img {
  width: 18px !important;
  height: 18px !important;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 34px;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item .content_wrapper .content_title .title {
  font-size: 38px;
  line-height: 40px;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item .content_wrapper .content_title .title small {
  display: block;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item .links_wrapper {
  transform: translateX(0);
  transition-delay: 0.6s;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item::before {
  top: 300px;
  opacity: 1;
}

.gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item .desc {
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 0;
}

.gallery_wrapper .owl-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}

.relatve {
  position: relative;
}

.gallery_wrapper .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DCD9D2;
  transition: all, 0.2s;
}

.gallery_wrapper .owl-dots .owl-dot:hover,
.gallery_wrapper .owl-dots .owl-dot.active,
.gallery_wrapper .owl-dots .owl-dot.selected {
  width: 7px;
  height: 7px;
  background-color: #000000;
}

.gallery_wrapper .owl-dots .owl-dot:hover::before,
.gallery_wrapper .owl-dots .owl-dot.active::before,
.gallery_wrapper .owl-dots .owl-dot.selected::before {
  position: absolute;
  content: "";
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: transparent;
}

.title {
  font-size: 28px;
  font-weight: 550;
}

.gallery_wrapper .owl-next {
  font-size: 52px !important;
  background: white !important;
  box-shadow: 0px 7px 10px #00000040;
  border-radius: 54%;
  height: 41px;
  width: 40px;
  right: 0;
  /* position: relative; */
}

.gallery_wrapper .owl-prev {
  font-size: 52px !important;
  background: white !important;
  box-shadow: 0px 7px 10px #00000040;
  border-radius: 54%;
  height: 41px;
  width: 40px;
}

.gallery_wrapper .owl-prev span,
.gallery_wrapper .owl-next span {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  position: relative;
}

/* ----------owl-------- */

.gallery_wrapper .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #f1ff99;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.gallery_wrapper .owl-nav button.owl-prev {
  left: 28%;
}
.gallery_wrapper .owl-nav button.owl-next {
  right: 28%;
}

.gallery_wrapper .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.gallery_wrapper .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #99fe90;
  margin: 0 3px;
}
.gallery_wrapper .owl-dots button.owl-dot.active {
  background-color: #000;
}
.gallery_wrapper .owl-dots button.owl-dot:focus {
  outline: none;
}
.gallery_wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.gallery_wrapper .owl-nav button:focus {
    outline: none;
}
 
@media screen and (max-width: 767px) {
  .head {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
  .main-text h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
  .main-text h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
.mainul li {
  gap: 9px;
  margin: 4px;
  padding: 13px 14px;
}
.container14{
  padding: 0 30px;
}
.gallery_wrapper .owl-nav button.owl-next {
  right: -27px;
}
.gallery_wrapper .owl-nav button.owl-prev{
  left: -27px;
}
.gallery_wrapper .owl-stage-outer .owl-stage .owl-item.active.center .item img, 
.gallery_wrapper .owl-stage-outer .owl-stage .owl-item .item img {
  height: 274px;
}
.gallery_wrapper .owl-nav button {
  top: 25%;
}
.gallery_wrapper .owl-prev, .gallery_wrapper .owl-next  {
  font-size: 36px !important;
  height: 30px;
  width: 30px;
}
title {
  font-size: 22px;
}
}
@media (max-width: 575px) {
  .desc {
    line-height: 32px !important;
  }
}


/* -------------partner--------------- */

.partner .desc {
  margin: 15px auto 10px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 40px;
  letter-spacing: 1.35px;
}



/* End utils */
.partner .picture_wrapper {
  position: relative;
}

.partner  .picture_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner  .top_banner .content_title .title {
  text-align: center;
  color: white;
}

.partner  .owl-stage-outer .owl-stage {
  display: flex;
  align-items: start;
}

.partner  .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
  /* height: 550px; */
  overflow: visible;
  max-height: 700px;
}

.partner  .owl-stage-outer .owl-stage .owl-item .item img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  border-radius: 34px;
  background: white;
  padding: 20px;
}

.partner  .owl-stage-outer .owl-stage .owl-item .item .content_wrapper {
  z-index: 1;
  position: absolute;
  height: auto;
  bottom: 0px;
  left: 15px;
  right: 30px;
  width: max-content;
  color: #626262;
  overflow: hidden;
}

.partner  .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title {
  margin-bottom: 0;
}

.partner  .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title {
  font-size: 22px;
  line-height: 25px;
  color: white;
  text-align: left;
}

.partner  .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title small {
  font-size: 12px;
  line-height: 14px;
  color: white;
  font-weight: bold;
  display: none;
}

.partner  .owl-stage-outer .owl-stage .owl-item .item .desc {
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 1.7s;
}

.partner  .owl-stage-outer .owl-stage .owl-item .item::before {
  position: absolute;
  content: "";
  top: -300px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  transition: all 0.5s;
}

.partner  .owl-stage-outer .owl-stage .owl-item .item .ai-voice-text {
  display: flex;
  background: white;
  width: auto;
  border-radius: 50px;
  padding: 7px;
  align-items: center;
  gap: 8px;
}
.partner .pbtn{
    background: black;
    color: white;
    font-size: 14px;
    padding: 10px;
    border-radius: 64px;
    width: max-content;
}
.partner  .owl-stage-outer .owl-stage .owl-item .item .ai-voice-text img {
  width: 18px !important;
  height: 18px !important;
}

.partner  .owl-stage-outer .owl-stage .owl-item.active.center .item img {
  width: 100%;
  height: 440px;
  object-fit: contain;
  border-radius: 34px;
}

.partner  .owl-stage-outer .owl-stage .owl-item.active.center .item .content_wrapper .content_title .title {
  font-size: 38px;
  line-height: 40px;
}

.partner  .owl-stage-outer .owl-stage .owl-item.active.center .item .content_wrapper .content_title .title small {
  display: block;
}

.partner  .owl-stage-outer .owl-stage .owl-item.active.center .item .links_wrapper {
  transform: translateX(0);
  transition-delay: 0.6s;
}

.partner  .owl-stage-outer .owl-stage .owl-item.active.center .item::before {
  top: 300px;
  opacity: 1;
}

.partner  .owl-stage-outer .owl-stage .owl-item.active.center .item .desc {
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 0;
}

.partner  .owl-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}

.relatve {
  position: relative;
}

.partner  .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DCD9D2;
  transition: all, 0.2s;
}

.partner  .owl-dots .owl-dot:hover,
.partner  .owl-dots .owl-dot.active,
.partner  .owl-dots .owl-dot.selected {
  width: 7px;
  height: 7px;
  background-color: #000000;
}

.partner  .owl-dots .owl-dot:hover::before,
.partner  .owl-dots .owl-dot.active::before,
.partner  .owl-dots .owl-dot.selected::before {
  position: absolute;
  content: "";
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: transparent;
}

.title {
  font-size: 28px;
  font-weight: 550;
}

.partner  .owl-next {
  font-size: 52px !important;
  background: white !important;
  box-shadow: 0px 7px 10px #00000040;
  border-radius: 54%;
  height: 41px;
  width: 40px;
  right: 0;
  /* position: relative; */
}

.partner  .owl-prev {
  font-size: 52px !important;
  background: white !important;
  box-shadow: 0px 7px 10px #00000040;
  border-radius: 54%;
  height: 41px;
  width: 40px;
}

.partner  .owl-prev span,
.partner  .owl-next span {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  position: relative;
}

/* ----------------- */

.partner  .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #f1ff99;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.partner  .owl-nav button.owl-prev {
  left: 28%;
}
.partner  .owl-nav button.owl-next {
  right: 28%;
}

.partner  .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.partner  .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #99fe90;
  margin: 0 3px;
}
.partner  .owl-dots button.owl-dot.active {
  background-color: #000;
}
.partner  .owl-dots button.owl-dot:focus {
  outline: none;
}
.partner  .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.partner  .owl-nav button:focus {
    outline: none;
}
 
@media screen and (max-width: 767px) {
  .head {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
  .main-text h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
  .main-text h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
.mainul li {
  gap: 9px;
  margin: 4px;
  padding: 13px 14px;
}
.container14{
  padding: 0 30px;
}
.partner  .owl-nav button.owl-next {
  right: -27px;
}
.partner  .owl-nav button.owl-prev{
  left: -27px;
}
.partner  .owl-stage-outer .owl-stage .owl-item.active.center .item img, 
.partner  .owl-stage-outer .owl-stage .owl-item .item img {
  height: 274px;
}
.partner  .owl-nav button {
  top: 25%;
}
.partner  .owl-prev, .partner  .owl-next  {
  font-size: 36px !important;
  height: 30px;
  width: 30px;
}
title {
  font-size: 22px;
}
}
@media (max-width: 575px) {
  .desc {
    line-height: 32px !important;
  }
}



/* -------------customer--------------- */

.customer .desc {
  margin: 15px auto 10px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 40px;
  letter-spacing: 1.35px;
}



/* End utils */
.customer .picture_wrapper {
  position: relative;
}

.customer  .picture_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer  .top_banner .content_title .title {
  text-align: center;
  color: white;
}

.customer  .owl-stage-outer .owl-stage {
  display: flex;
  align-items: start;
}

.customer  .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
  overflow: visible;
  max-height: 400px;
  background: white;
  border: 2px solid #7E47FF;
  border-radius: 25px;
  padding: 24px;
}

.customer  .owl-stage-outer .owl-stage .owl-item .item img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  border-radius: 34px;
  background: white;
  padding: 20px;
}

.customer  .owl-stage-outer .owl-stage .owl-item .item .content_wrapper {
  z-index: 1;
  position: absolute;
  height: auto;
  bottom: 0px;
  left: 15px;
  right: 30px;
  width: max-content;
  color: #626262;
  overflow: hidden;
}

.customer  .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title {
  margin-bottom: 0;
}

.customer  .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title {
  font-size: 22px;
  line-height: 25px;
  color: white;
  text-align: left;
}

.customer  .owl-stage-outer .owl-stage .owl-item .item .content_wrapper .content_title .title small {
  font-size: 12px;
  line-height: 14px;
  color: white;
  font-weight: bold;
  display: none;
}

.customer  .owl-stage-outer .owl-stage .owl-item .item .desc {
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 1.7s;
}

.customer  .owl-stage-outer .owl-stage .owl-item .item::before {
  position: absolute;
  content: "";
  top: -300px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  transition: all 0.5s;
}

.customer  .owl-stage-outer .owl-stage .owl-item .item .ai-voice-text {
  display: flex;
  background: white;
  width: auto;
  border-radius: 50px;
  padding: 7px;
  align-items: center;
  gap: 8px;
}
.customer .pbtn{
    background: black;
    color: white;
    font-size: 14px;
    padding: 10px;
    border-radius: 64px;
    width: max-content;
}
.customer  .owl-stage-outer .owl-stage .owl-item .item .ai-voice-text img {
  width: 18px !important;
  height: 18px !important;
}

.customer  .owl-stage-outer .owl-stage .owl-item.active.center .item img {
  width: 100%;
  height: 440px;
  object-fit: contain;
  border-radius: 34px;
}

.customer  .owl-stage-outer .owl-stage .owl-item.active.center .item .content_wrapper .content_title .title {
  font-size: 38px;
  line-height: 40px;
}

.customer  .owl-stage-outer .owl-stage .owl-item.active.center .item .content_wrapper .content_title .title small {
  display: block;
}

.customer  .owl-stage-outer .owl-stage .owl-item.active.center .item .links_wrapper {
  transform: translateX(0);
  transition-delay: 0.6s;
}

.customer  .owl-stage-outer .owl-stage .owl-item.active.center .item::before {
  top: 300px;
  opacity: 1;
}

.customer  .owl-stage-outer .owl-stage .owl-item.active.center .item .desc {
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 0;
}

.customer  .owl-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}

.relatve {
  position: relative;
}

.customer  .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DCD9D2;
  transition: all, 0.2s;
}

.customer  .owl-dots .owl-dot:hover,
.customer  .owl-dots .owl-dot.active,
.customer  .owl-dots .owl-dot.selected {
  width: 7px;
  height: 7px;
  background-color: #000000;
}

.customer  .owl-dots .owl-dot:hover::before,
.customer  .owl-dots .owl-dot.active::before,
.customer  .owl-dots .owl-dot.selected::before {
  position: absolute;
  content: "";
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: transparent;
}

.title {
  font-size: 28px;
  font-weight: 550;
}

.customer  .owl-next {
  font-size: 52px !important;
  background: white !important;
  box-shadow: 0px 7px 10px #00000040;
  border-radius: 54%;
  height: 41px;
  width: 40px;
  right: 0;
  /* position: relative; */
}

.customer  .owl-prev {
  font-size: 52px !important;
  background: white !important;
  box-shadow: 0px 7px 10px #00000040;
  border-radius: 54%;
  height: 41px;
  width: 40px;
}

.customer  .owl-prev span,
.customer  .owl-next span {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  position: relative;
}

/* ----------------- */

.customer  .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #f1ff99;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.customer  .owl-nav button.owl-prev {
  left: 28%;
}
.customer  .owl-nav button.owl-next {
  right: 28%;
}

.customer  .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.customer  .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #99fe90;
  margin: 0 3px;
}
.customer  .owl-dots button.owl-dot.active {
  background-color: #000;
}
.customer  .owl-dots button.owl-dot:focus {
  outline: none;
}
.customer  .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.customer  .owl-nav button:focus {
    outline: none;
}
.customer .cus-text{font-size: 20px;}
.customer .ratings{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer .rate ul{padding-left: 0px;display: flex;gap: 5px;}
.customer .rate li{
  color: #ffc107;
  list-style: none;
}
.customer .rate svg{
  fill: #ffc107;
}
.customer .cus-name h5{
  font-size: 22px;
  font-weight: 550;
}
.social-media{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.social-media li{
    list-style: none;
    background: #7E47FF;
    color: white;
    width: 42px;
    height: 42px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social-media li:hover{
  background: #6b2ff7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .head {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
  .main-text h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
  .main-text h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
.mainul li {
  gap: 9px;
  margin: 4px;
  padding: 13px 14px;
}
.container14{
  padding: 0 30px;
}
.customer  .owl-nav button.owl-next {
  right: -27px;
}
.customer  .owl-nav button.owl-prev{
  left: -27px;
}
.customer  .owl-stage-outer .owl-stage .owl-item.active.center .item img, 
.customer  .owl-stage-outer .owl-stage .owl-item .item img {
  height: 274px;
}
.customer  .owl-nav button {
  top: 50%;
}
.customer  .owl-prev, .customer  .owl-next  {
  font-size: 36px !important;
  height: 30px;
  width: 30px;
}

title {
  font-size: 22px;
}
}
@media (max-width: 575px) {
  .desc {
    line-height: 32px !important;
  }
}