.content{
    width: 74%;
    min-width: 1300px;
    margin: auto;
}
@media screen and (max-width:1400px) {
    .content{
      width: 94%;
      min-width: auto;
    }
  
}

.service{
    margin-top:3%;
}
.service>div{
    position: relative;
    margin-bottom: 7.5%;
}
.service>div>img{
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    aspect-ratio: 1300/500;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.service>div:nth-child(odd) .text{
    display: flex;
}
.service>div:nth-child(even) .text{
    display: flex;
    flex-direction: row-reverse;
   
}
.service>div .text{
    /*min-height: 480px;*/
    /*position: absolute;*/
  padding-top: 250px;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    
    position: relative;
    z-index: 1;
}
.service>div .text div{
    width: 46%;
}
.service>div .text p{
    /* width: 90%; */
}
.service>div .text h1{
    color: rgb(37, 37, 37);
    font-size: 20px;
    letter-spacing: 4px;
    position: relative;
}
.service>div .text h1::after{
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 0;
    left: 0;
    border-radius: 7.5px;
    background: linear-gradient(270.00deg, rgb(37, 168, 255) -50.781%,rgba(37, 168, 255, 0) 100%);
    width: 17%;
    height: 0.5em;
    z-index: -1;
}
.service>div .text p{
    font-size: 16px;
    color: rgb(114, 128, 137);
    line-height: 1.8em;
    margin-top: 4%;
}
.service>div .text  .img{
      border-radius: 20px;
    overflow: hidden;
    width: 50%;
    aspect-ratio: 650/500;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.service>div .text img{
        max-width: 100%;
    max-height: 100%;
}
footer{
    margin-top: 17%;
}
 	@media screen and (max-width:950px){
 	    .service>div .text p{
 	        font-size: 14px;
 	    }
 	    .service>div .text .img{
 	        width: 100%;
 	    aspect-ratio: unset;
 	        
 	    }
 	    
.service>div .text{
   padding-top: 150px;
}

.service>div .text{
    gap: 10px;
    flex-direction: column-reverse !important;
    align-items: flex-start;
}
.service>div .text div{
    width: 100%;
}
.service>div>img,
.service>div .text img{
    width: 100%;
}
 	}
