@media(max-width:1000px){
    h2{text-align: center;font-size: 1.9rem;line-height:1;font-weight: bold;}
   .cta .textwrap{padding: 1.1rem;font-size: 1.1675rem;}
   .content-section .textwrap{padding: 1.1rem;}
   .flight h3{font-size: .75rem;}
   .flights .flight{flex: 0 0 3.25rem;position: relative;margin-bottom: 2rem;height: 4rem;}
   .flights-wrapper .splide .splide__list{justify-content: space-between;padding: 1.1rem;}
   .content-section.info .inner{flex-direction: column-reverse;display: flex;}
}
@media(min-width:1001px){
    .flight a{padding: 1rem;}
    .content-section{padding: 0;}
    .content-section .textwrap{padding: 0 3rem;font-size: 1.25rem;}
    h2{text-align: center;font-size: 2.4rem;line-height: .66;font-weight: bold;}
    h2 br{display: none;}
    .cta{margin-top: 5.7rem;}
    .cta .st{font-size: 1.6rem;text-align: center;}
    .content-section.cta,.hero{padding: 0;}
    .contactform{margin-top: 9.5rem;}
    .flight h3{font-size: 1.2rem;}
    .flights-wrapper .splide .splide__list{flex-wrap: wrap;justify-content: space-between;width: 40rem;margin: auto;}
    .flights .flight{flex: 0 0 6rem;position: relative;margin-bottom: 2rem;height: 6rem;}
    .content-section.info .inner{flex-direction: column-reverse;display: flex;}

    .content-section.info.i2 .inner{flex-direction: row-reverse;display: flex;width: 100%;justify-content: flex-end;}
    .content-section.info.i3 .inner{flex-direction: row;display: flex;margin-top: 3rem;}
    .content-section.info.i2 .imgwrap,.content-section.info.i3 .imgwrap{flex:0 0 40rem;}
    .content-section.info.i2 .textwrap{flex:0 0 50rem;padding: 0 3rem 0 0;}
    .postid-191 .content-section.info.i2{margin-top: 3rem;}
        .info .imgwrap{position: relative;}
        .info{margin-top: 3rem;}
        .content-section.info:not(.i2, .i3){margin-top: -2rem;}

   .postid-190  .info .imgwrap:before,.postid-194  .info .imgwrap:before{background: linear-gradient(180deg, #00071A 41.5%, rgba(0, 7, 26, 0.00) 100%);content:'';display: block;width: 100%;height: 8rem;position: absolute;z-index: 2;top: 0;}
   .postid-190  .info .imgwrap:after,.postid-194  .info .imgwrap:after{background: linear-gradient(180deg, #00071A 41.5%, rgba(0, 7, 26, 0.00) 100%);content:'';display: block;width: 100%;height: 8rem;position: absolute;z-index: 2;bottom: -.5rem;transform: scale(-1);}
}
.flights-wrapper  .splide__list {display: flex;position: relative;z-index: 99999;}
.flight{position: relative;border: .05rem solid #9FB4C9;background: transparent;width: 6rem;border-radius: .5rem; box-shadow: rgba(225, 255, 250, 0.1) 0px 4px 12px;}
.flight a{display: flex;justify-content: center;align-items: center;height: 100%;}
.flight.active{background: #966D0C;border-color: #966D0C;}
.flight h3{color: #fff;text-align: center;line-height: 1;font-weight: bold;}
.content-section .textwrap{line-height: normal;}
.content-section.info.ix{margin: 4rem 0;}