@media (max-width: 1024px) {
  .fold1-container {
    flex-direction: column;
    padding: 60px 0px;
    padding-bottom: 10px;
  }

  .fold1-img {
    max-width: 400px;
    margin: auto;
  }

  .fold1-header::before {
    display: none;
  }

  .owl-carousel.cs-post-slider {
    position: relative;
    width: calc(100% + 40px);
    top: unset;
    right: unset;
    max-height: 300px;
    transform: 
        translatex(-20px);
}

.fold3-wrapper {
    flex-direction: column-reverse;
}

.owl-carousel.cs-post-slider :is(.owl-stage, .owl-stage-outer, .owl-item) {
    max-height: 300px;
}

.fold3-content {
    padding: 50px 0px;
    text-align: center;
}

  .fold1::before {
    display: none;
    content: "";
    background-image: url("/wp-content/uploads/2023/02/f1-banner-image.jpg");
    width: 100%;
    height: calc(100%);
    position: absolute;
    top: 0px;
    z-index: -2;
    left: 0%;
    background-size: cover;
    background-position: center;
  }

  .fold1-header {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .fold1-header .title {
    color: white !important;
  }

  .fold1-content-inner {
    padding-top: 40px;
    text-align: center;
  }

  .fold1-content {
    row-gap: 0;
  }

  .fold1-content-inner-readmore,
  .fold1-content-inner-readmore.column {
    justify-content: center;
    margin-bottom: 40px;
    align-items: center;
  }

  .fold1-content-inner::after {
    width: 200%;
    left: -20%;
    bottom: 0px;
    top: unset !important;
    height: 100%;
  }

  .fold1-header .subtitle {
    margin: 0px;
  }
	
	.fold-4 {
		padding: 50px 0px;
	}

.blog-image {
	float: none;
	margin: 0px auto 50px auto;
	}

.blog-content-wrap {
    text-align: center;
}
	
.blog-readmore-block {
    float: none;
    display: flex;
    justify-content: center;
}

}

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

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

/* FOLD 3 - RESPONSIVE */
@media (max-width: 1024px) {
  .content-fold-c-img {
    width: 100%;
  }

  .content-fold-c-img img {
    width: 100%;
    height: 30%;
    object-fit: cover;
    min-height: 500px;
  }

  .content-fold-c-wrapper {
    text-align: center;
    padding: 550px 0 100px 0;
    justify-content: center;
  }

  .content-fold-c-content .readmore {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
	.blog-fold1 {
		padding-top: 0;
	}
}

@media (max-width: 500px) {
	.blog-image {
		width: 100%;
	}
}