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

.fold1-img {
    max-width: 400px;
    margin: auto;
    width: 100% !important;
}

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

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

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

.fold1-content-inner {
    padding-top: 40px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.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%;
    z-index: -1;
}

.fold1-header .subtitle {
    margin: 0px;
}
	
	
	.module-fold-a-row-container {
		flex-direction: column;
		width: calc(100% - 40px);
		text-align: center;
	}

	.module-fold-a-row-content p:has(b) {
		margin: 0px auto 20px auto;
		padding-bottom: 20px;
	}
	
}

@media (max-width: 540px) {

.module-fold-a-row-container {
	width: calc(100% - 20px);
}
	
}

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