@media (max-width:1300px) {

.service-foldb-img {
    flex: 0 0 480px;
}
    
}

@media (max-width:1250px) {
	
	.service-folda-img {
    right: 20px;
    width: 50%;
}

.service-foldb-img {
    flex: 0 0 400px;
}
    
}

@media (max-width:1250px) {
	
}

@media (max-width:1024px) {

.service-folda-img.service-folda-img-contain img {
    object-fit: contain;
}

.service-folda-img.service-folda-img-contain {
    position: relative;
}

.service-folda-img.service-folda-img-contain::before {
    background:none;
}
	
	.service-folda-img {
    position: relative;
    top: 0px;
    width: 100%;
    right: unset;
    height: 100%;
}

.service-folda-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 540px;
    margin: 0px auto;
}
	
.service-fodla-content {
    flex: 1 0 100%;
    text-align: center;
}

.service-folda-content-readmore {
    display: flex;
    justify-content: center;
}

.service-folda-wrapper {
    padding: 75px 0px;
}

.service-foldb-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
}

.service-foldb-img {
    max-width: 540px;
    margin: 0px auto;
}

}