@media (max-height: 1500px) {
    .fold-2::before {
        right:-150px
    }
}

@media (max-width: 1400px) {
    .fold-2::before {
        right:0
    }
}

@media (max-width: 1200px) {
    .f2-content-inner {
        max-width:450px
    }
}

@media (max-width: 1024px) {
	.fold-1-content .readmore {
   
    margin: 20px auto 0;
}
    .fold-2 {
        padding-bottom:60px;
        padding-top: 0
    }

    .f2-content-outer {
        top: 0;
        bottom: unset
    }

    .f2-bg-image img {
        max-height: 500px
    }

    .image-title.title {
        font-size: 26px;
    }

    .fold-2::before {
        background: none
    }

    .f2-bg-image {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 100%
    }

    .f2-content-inner {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 35px
    }

    .f2-content-inner a {
        margin: 0 auto
    }

    .f2-content-inner::before {
        content: "";
        position: absolute;
        top: -90px;
        left: -20px;
        background: url(/wp-content/uploads/2023/03/curve-white-mobile-1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: calc(100% + 40px);
        height: 100%;
        z-index: -1
    }

    .fold-2::after {
        display: none
    }

    :is(.float-left,.float-right) {
        float: none;
        margin: 0 auto 40px;
        width: 100%
    }

    .float-right {
        margin-top: 30px
    }
}
