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

@media (max-width: 1300px){

}

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

@media (max-width: 1200px) { 

}

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

@media (max-width:1024px) {
.service-fold3-main {
		flex-direction: column-reverse;
		display: flex;
}
	.ideas-accordion-one-item-top {
		justify-content: center;
		text-align: center;
	}
	.service-fold3-content {
		padding: 60px 0px;
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.ideas-accordion-two-item-top {
		text-align: center;
		justify-content: center;
	}
	.service-fold3-img {
		position: relative;
		width: 100%;
		height: 320px;
		margin-top: 20px;
	}
    .fold2-img {
        max-width: 400px;
        max-height: 400px;
        width: calc(100% - 30px);
    }

.fold2-img::before {
	width:calc(100% - 30px);
}
	
	.fold4-item {
		flex-direction: column;
		padding: 20px;
        box-sizing: border-box;
	}
	.fold4-item-left,
	.fold4-item-left img {
		width: 100%;
		max-height: 200px;
	}
	.fold4-item-right {
		width: 100%;
		box-sizing: border-box;
	}

    .fold2-main {
        flex-direction: column-reverse;
        gap: 60px;
    }
    .fold2-content {
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

}


@media (max-width: 860px) { 

}

@media (max-width:767px) {
	.twocol{
		columns: 1 !important;
	}

	.fold4 li {
		width: 100% !important;
	}
    
}

@media (max-width: 540px) {

}

@media (max-width: 450px) {

}

@media (max-width: 400px) {

}