@media (max-width:1024px) {

.content-fold-c-img {
    position: relative;
    width: calc(100% - 0px);
    left: 0px;
}

.content-fold-c {
    padding:50px 0px;
}
    
.content-fold-c-content {
    width: 100%;
    text-align: center;
}

.content-fold-c-content-inner {
    text-align:center;
}
    
.content-fold-c-readmore {
    display: flex;
    justify-content: center;
}

.content-fold-c-wrapper {
    padding: 50px 0px 0px;
}

.content-fold-c-img img {
    min-height: unset;
    height: auto;
}

:is(.alt, .alt3) .content-fold-c-img {
    right: unset;
    left: 0px;
}

}

/*=== == == Careers Page == == ==*/

@media (max-width:1024px) {

.benefits-folda-container {
    padding:50px 0px;
}

.benefits-folda-header-title {
    text-align: center;
    margin: 0px;
}

.benefits-folda-header-title .title {
    margin:0px;
}

.benefits-folda-item {
    flex: 0 0 calc(100% / 2 - 15px);
}

.benefits-folda-item-header {
    flex-direction: column;
    text-align: center;
}

.benefits-folda-wrapper {
    gap: 30px;
}

.benefits-folda-item-header-title {
    max-width: 280px;
}

.testimonials-folda .splide__pagination {
    justify-content: center;
}
    
}

@media (max-width:640px) {
    
.benefits-folda-item {
    flex: 1 0 100%;
}

:is(.benefits-folda-header, .content-fold-c-content) .title span {
    font-size: 20px;
    line-height: 28px;
}

.testimonials-folda-splide-item-content p {
    font-size:18px;
    line-height:32px;
}

.testimonials-folda-splide-item {
    margin-bottom: 40px;
}
    
}

    /*== == == Careers Page END == == ==*/

/*== == == Scrolling Text == == ==*/

@media (max-width:1700px) {

.large-text-section .title {
    margin-right: auto;
    margin-left: 0px;
}

.large-text-section .title:last-child {
    left: 0px;
}

}

@media (max-width:1500px) {

.large-text-section .title:nth-of-type(1) {
    opacity: 0;
}
    
}

@media (max-width:1024px) {

.fold-1d-content-subtext {
    justify-content:center;
    flex-wrap:wrap;
}
    
.large-text-section {
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
    max-width: unset;
}

.large-text-section.scroll-effect .title:nth-of-type(2) {
    display: none;
}

.large-text-section .title:nth-of-type(1) {
    opacity: 1;
    writing-mode: unset;
    transform: unset;
    margin: 0px auto 30px;
    font-size: 40px;
    line-height: 1;
}
    
}

	/*== == == Scrolling Text END == == ==*/