.footer__map {
  margin-top: 0!important;
}

.service__row {
	margin-top: 100px!important;
  	overflow: hidden;
  	padding-bottom: 80px;
}

.service__text {
	padding: 0 15px;
}

.service__text h2 {
	font-size: 20px;
    line-height: 1.5;
  	margin-top: 20px;
}

.service__under__text {
	position: relative;
}

.service__under__text h2 {
	font-size: 20px;
  	line-height: 1.5;
}

.service__under__text:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #D8D8D8;
  top: -60px;
  left: 0;
}

.service__under__text:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #D8D8D8;
  bottom: -60px;
  left: 0;
}

 .service__text__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  	.service__header {
      padding-bottom: 32.9%;
  }
  
  .service__row {
  	padding-bottom: 180px;
  }
  
  	.service__text h2,
  	.service__under__text h2 {
        font-size: 25px;
      	font-weight: normal;
    }
  
  	.service__text__inner:before {
      position: absolute;
      width: 100%;
      height: 1px;
      content: "";
      background: #EEEEEE;
      top: -60px;
      left: 0;
    }
  
    .service__text__inner:after {
      position: absolute;
      width: 100%;
      height: 1px;
      content: "";
      background: #EEEEEE;
      bottom: -60px;
      left: 0;
    }
  
  	 .service__box {
      gap: 50px;
    }
  
	.service__text.fst {
      padding: 0;
      margin-right: 8%;
    }
  
  	.service__text.sec {
      padding: 0;
      margin-left: 8%;
    }
  
    .service__text h2 {
      font-weight: normal;
    }
}

@media screen and (min-width: 768px) {
  .service__img.-top img {
  	border-radius: 0 10px 10px 0;
  }
  
  .service__img.-under img {
  	border-radius: 10px 0 0 10px;
  }
}

@media screen and (min-width: 1024px) {
  .service__box {
  	gap: 100px;
  }
  
  .service__row {
	margin-top: 170px!important;
  }
  
  .service__img {
  	min-width: 47.5%;
  }
  
  .service__text.fst {
	padding: 0;
    margin-right: 13.2%;
  }
  
  .service__text.sec {
	padding: 0;
    margin-left: 13.2%;
  }
}

.bg-right {
  	position: relative;
}

@media screen and (min-width: 768px) {
  .bg-right:before {
      content: "";
      position: absolute;
      width: 530px;
      height: 530px;
      z-index: 0;
      bottom: -220px;
      right: -150px;
      background-image: url(../images/moza-front-news.png);
      background-size: cover;
  }
}

.bg-left {
  	position: relative;
}

@media screen and (min-width: 768px) {
  .bg-left:before {
      content: "";
      position: absolute;
      width: 530px;
      height: 530px;
      z-index: 0;
      bottom: -285px;
      left: -100px;
      background-image: url(../images/moza-front-news.png);
      background-size: cover;
  }
}