/*------------- section 2 -------------*/
.servise.maxwidthsection ul {
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	gap: 20px 40px;
}

.servise.maxwidthsection li {
	padding-left: 160px;
}

.sec_2{
  position: relative;
  margin-bottom: 5px;
  padding-top: 20px;
}

.sec_2 h2{
  display: block;
  width: 100%;
 /* height: 90px;*/
  background: url('/uploads/images/voln.png')repeat-x;
  text-align: center;
 /* line-height: 97px;*/
  color: #FFF;
  background-size: cover;
}

.servise{
  margin-top: 60px;
}

.servise li{
 /* width: 480px; */
  /*height: 140px;*/
  float: left;
}

.servise li h3{

 /* float: right; */
 /* margin-top: 65px;*/
  text-transform: uppercase;
  color: #315564;
 /* margin-right: 5px; */
}

.servise li.meneg{
  background: url('/uploads/images/mened.png')no-repeat left center;
 /* width: 493px; */
 /* margin-right: 15px;*/
}
.servise li.meneg h3{
 /* width: 332px; */
}

.servise li.audit{
  background: url('/uploads/images/aud.png')no-repeat left center;
 /* width: 445px; */
}
.servise li.audit h3{
 /* width: 280px; */
}

.servise li.shopp{
  background: url('/uploads/images/shop.png')no-repeat left center;
 /* width: 510px; */
}
.servise li.shopp h3{
 /* width: 350px; */
}

.servise li.amon{
  background: url('/uploads/images/amon.png')no-repeat left center;
 /* width: 445px; */

}
.servise li.amon h3{
 /* width: 283px; */
}

.sec_finish{
  width: 100%;
  height: 12px;
  background: url('/uploads/images/sec_bottom.png') repeat-x;
}

@media (max-width: 991px) {
  .servise.maxwidthsection ul {
  	grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  .servise li h3 {
  	font-size: 1rem;
  }
}

/*------------- end section 2 -------------*/