@media (max-width: 1200px){
    /**CONTENT FOLD A**/
    .content-fold-a-wrapper {
        display: flex;
        align-items: stretch;
        padding: 60px 0px;
        gap: 20px;
    }

    .content-fold-a-img {
        flex: 0 0 400px;
        min-height: 100%;
    }

	.content-fold-a-img img {
	    height: 100%;
}
    
    .content-fold-a-content {
        display: flex;
        flex-direction: column;
    }
    
    .content-fold-a-content-inner {
        position: relative;
        padding: 20px;
    }
    
    .content-fold-a-bottom {
        display: flex;
        background: var(--color3);
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding: 20px;
        margin-top: 20px;
        box-sizing: border-box;
    }
    
    /*CONTENT FOLD D*/
    .content-fold-d-wrapper {
    display: flex;
    align-items: stretch;
    padding: 110px 0px;
    gap: 20px;
    flex-direction: column !important;
}
	
	/*== == CONTENT FOLD I == ==*/
	
	.content-fold-i-img {
    	flex: 0 0 440px;
    	position: relative;
 	   border-radius: 20px;
}
	
		/*=== == CONTENT FOLD I END == ==*/
}

@media (max-width: 1024px){

	
    /**CONTENT FOLD A**/
    .content-fold-a-bottom {
    display: flex;
    background: var(--color3);
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 10px;
}

	body #primary .content-fold-a-wrapper {
	    flex-direction: column;
}

.content-fold-a-img {
    max-width: 500px;
    margin: auto;
}

.content-fold-a-content {
    display: flex;
    flex-direction: column;
    text-align: 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;
    overflow: hidden;
}

/*CONTENT FOLD D*/
.content-fold-d-img-item-content {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.content-fold-d-content{
    text-align: center;
    align-items: center;
}

.content-fold-d-img img{
    min-height: 400px;
}
	
	/*== == FOLD1C == ==*/

body #primary .fold1c-content {
    max-width: 100%;
    text-align: center;
    padding: 150px 20px 150px 20px;
    justify-content: center;
    align-items: center;
}

	.fold1c-background::before {
    width: calc(100% - 40px);
    left: 20px;
}

.fold1c-content .readmore {
    margin: 20px auto;
}

    /*== == FOLD1C END == ==*/

/*== == CONTENT FOLD I == ==*/

.content-fold-i-wrapper {
    flex-direction: column;
    padding: 40px 0px;
}

.content-fold-i-img img {
    min-height: unset;
    height: 400px;
}

.content-fold-i-img {
    flex: 0 0 auto;
}

.content-fold-i-content {
    text-align: center;
    justify-content: center;
}

.content-fold-i .icon-modules {
    margin: auto;
    margin-bottom: 10px;
}

.content-fold-i-content .readmore {
    margin: 20px auto;
}
	
	.content-fold-i-content .small-title {
 	   justify-content: center;
}

    /*== == CONTENT FOLD I END == ==*/

/*== == BREAK FOLD J == ==*/

.break-fold-j-item {
    margin: auto;
}

    /*== == BREAK FOLD J END == ==*/
}

@media (max-width: 767px){
    /*CONTENT FOLD D*/
    .content-fold-d-img{
        flex-direction: column;
    }
    
    .content-fold-d-img img {
    height: 100%;
    object-fit: cover;
    min-height: 100px;
    height: 175px;
}
	
		/**MODULE H**/

.module-fold-h{
    padding: 40px 0px;
}
}

@media (max-width: 640px) {
	/*== == BREAK FOLD J == ==*/
.break-fold-j-item {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 210px;
    padding: 0px;
    position: relative;
    gap: 10px;
    margin: 0px auto;
}

.break-fold-j{
    padding: 40px 0px;
}

	.break-fold-j-wrapper .owl-dots {
    padding-top: 20px;
}
	
		/*== == BREAK FOLD J END === ==*/
	
}

@media (max-width: 540px){
    /**CONTENT FOLD A**/
    .content-fold-a-img {
}

.content-fold-a-bottom p{
    font-size: 20px;
    line-height: 20px;
}
	
	/*== == CONTENT FOLD I === ==*/
	
	.content-fold-i .icon-module-item {
 	   flex-direction: column;
}

.content-fold-i .icon-modules {
    margin: 10px auto;
    margin-top: 20px;
}
	
		/*== == CONTENT FOLD I END == ==*/

    /*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;
}
}