@media (max-width: 1700px){
    .content-fold-c::before {
    background-image: url(/wp-content/uploads/2022/09/f3-curve.png);
    content: "";
    position: absolute;
    height: 60%;
    top: auto;
    width: 100%;
    bottom: 0px;
    right: -30px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
}

@media (max-width: 1500px) {
	   
        .content-fold-c::before {
    height: 60%;
    opacity: .2;
}
}

@media (max-width: 1400px){
        .content-fold-c::before {
    background-image: url(/wp-content/uploads/2022/09/f3-curve.png);
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    opacity: .2;
}

    .module-fold-b .owl-nav {
    display: flex !important;
    position: absolute;
    justify-content: space-between;
    width: calc(100% + 30px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

@media(max-width: 1200px){
	/*FOLD 1 D*/
	.fold1d-img {
    position: relative;
    height: 400px;
    right: 0px;
    top: 0px;
    width: 100%;
}
	
	.fold1d-content {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 70px 0px;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-width: 100%;
    text-align: center;
}
	
	.fold1d{
		overflow: hidden;
		margin-bottom: 0px;
	}
}

@media (max-width: 1024px){
    
    .module-fold-g-modules{
        align-items: center;
    }
    /*CONTENT FOLD C*/
.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 40px 0px;
    gap: 40px;
    justify-content: flex-end;
    text-align: center;
}

.content-fold-c-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.content-fold-c-img {
    position: relative;
    width: 100%;
    height: 300px !important;
    overflow: hidden;
    top: 0;
    left: 0;
}

    .module-fold-b-item{
        max-width: 300px;
        margin: 0px auto;
    }
}

@media (max-width: 540px){
    .module-fold-g-module-content .subtitle{
        font-size: 20px;
    }
    .content-fold-c::before{
        display: none !important;
    }
    
    
	/**FOLD 1 D**/
	.fold1d-img{
		height: 300px;
	}
	
	.fold1d-content .title{
	}
	
	.fold1d-content{
	    padding: 40px 0px;
	}
	
	.fold1d-content .title ~ p{
	    font-size: 18px;
	}
	
	
    /*CONTENT FOLD C*/
.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 40px 0px;
    gap: 40px;
    justify-content: flex-end;
    text-align: center;
}

.content-fold-c-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.content-fold-c-img {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
}