.ccc{
    text-align: center;
    margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.title-wrapper1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-block-end: 60px;
  }

.our-clients {
	width: 100%;
	height: auto;
	text-align: center;
}
.justi{
	justify-content: center;
}
.our-clients ul {
	padding: 0;
	margin: 0;
}

.our-clients ul li {
	list-style: none;
	display: inline-block;
	width:180px;
	height:100px;
	position: relative;
	overflow: hidden;
	cursor:pointer;
	margin: 10px;
    margin-bottom: 50px;;

    padding-bottom: 0px;
	box-shadow: 0px 0px 10px -7px #555;
	transition: .5s;
    
}

.our-clients ul li img {
	max-width: 180px;
	height: 100px;
    display: block;
    margin: 0 auto;
}
.our-clients ul li img:nth-child(1) {
	transform: translateY(0);
	transition: .5s;
}
.our-clients ul li img:nth-child(2) {
	transform: translateY(0);
	transition: .5s;
}
/*Hover-Section*/


.our-clients ul li:hover img:nth-child(1) {
	transform: translateY(-100%);
	transition: .5s;
}
.our-clients ul li:hover img:nth-child(2) {
	transform: translateY(-100%);
	transition: .5s;
}


 
.service1 { background-color: var(--white); }

.service1 .section-text { 
	
	margin-block-end: 20px; 
	--fs-3: 2rem;


}
  /**
   * SERVICE
   */

   .service1 .title-wrapper > * {
    max-width: calc(50% - 30px);
    align-items: flex-start;
  }

  .service1 .section-text { margin-block: 0; }