*:focus {
    outline: none;
}
a:focus {
    outline: none;
}

/*---------------------------
         INDUSTRIES
-----------------------------*/
.travel {
    margin: 0;
} 
.our-story .hero {
    height: 100% !important;
}

.pb.our-story.travel #main {
    background-color: #F8F3EC;
}

.field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;
    bottom: 2vh;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.mouse {
    width: 50px;
    height: 90px;
    border: 3px solid #fff;
    border-radius: 60px;
    position: relative;

    &::before {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        border-radius: 50%;
        opacity: 1;
        animation: wheel 2s infinite;
        -webkit-animation: wheel 2s infinite;
    }
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

.scroll {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    animation: down 1.5s infinite;
    -webkit-animation: down 3s infinite;

    &::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 18px;
        width: 18px;
        height: 18px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
    }
}

@keyframes down {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translateY(15px);
    }

    40% {
        transform: translate(0);
    }
}

@-webkit-keyframes down {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translateY(15px);
    }

    40% {
        transform: translate(0);
    }
}

.arrow {
    width: 0;
    height: 40px;
    border: 1px solid #333;
    position: relative;
    animation: scroll 1.5s infinite;
    -webkit-animation: scroll 1.5s infinite;

    &::after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: -5px;
        width: 1px;
        height: 10px;

        border-top: 10px solid #333;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
}

@keyframes scroll {
    0% {
        height: 40px;
    }

    30% {
        height: 70px;
    }

    60% {
        height: 40px;
    }
}

@-webkit-keyframes scroll {
    0% {
        height: 40px;
    }

    30% {
        height: 70px;
    }

    60% {
        height: 40px;
    }
}


.mosaic .swiper-wrapper {
    align-items: stretch;
}

.mosaic .swiper {
    width: 100%;
}

.mosaic .swiper-slide {
    height: 100%;
    width: 100%;
    background-size: cover
}

.results .content .swiper .swiper-button-next:after {
    content: "";
    background-image: url(/assets/images/orange-arrow.svg);
    background-size: contain;
    background-position: center;
    background-size: 70px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    content: "";
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    right: 10px;
    position: absolute;
}

.results .content .swiper .swiper-button-prev:after {
    content: "";
    background-image: url(/assets/images/orange-arrow.svg);
    background-size: contain;
    background-position: center;
    background-size: 70px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    content: "";
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    right: 10px;
    position: absolute;
    transform: rotate(180deg);
}



.form .btn.gray {
    width: 100%;

    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    background: #FBAE47 !important;
    border: none;
    border-radius: 0px !important;
    padding: 20px;
    opacity: 1;


    font-family: "raleway", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 0px !important;
    letter-spacing: 0;
    height: 100%;
    color: #191e23 !important;
    text-align: center;
    transition: all .5 ease;
}

.form .btn.gray:hover {
    background: #191e23 !important;
    color: #191e23;
}
/* .results .content .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.results .content .swiper-slide-next,
.results .content .swiper-slide-prev {}

.results .content .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.results .content .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 70%;
    height: auto;
}

.results .content .swiper-slide img {
    display: block;
    width: 100%;
} */

.pb.our-story.travel #main {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

.pb.our-story.travel #hero-main {
    width: 100%;
}

.pb.our-story.travel .heroImage {
    width: 100%;
    position: relative;
    height: auto;
}

.pb.our-story.travel .heroImage img {
    width: 100%;
    position: relative;
    height: auto;
}

.our-story.travel #hero {

    background-size: contain !important;
    background-position: center top !important;
}

.pb.our-story.travel #hero .container {
    max-width: 1200px !important;
    padding: 30px !important;
    border-bottom: 2px solid #FF8200;
    border-width: medium;
    margin: 0 auto;
}

.our-story.travel .textBlock {
    width: 75%;
    display: block;
    padding: 180px 20px 20px;
}

.our-story.travel #headline-hidden {
    display: flex;
    opacity: 1;
    background: none;
    transform: scale(1);
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: auto;
    z-index: 1191e230;
}

.our-story.travel .textBlock h4,
.our-story.travel .textBlock2 h4 {
    font-family: "raleway", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 75px;
    line-height: 94px;
    margin: 0 0 45px !important;
    padding: 0;
    letter-spacing: 0;
    color: #191e23;
}

.our-story.travel .textBlock2 h4,
.our-story.travel .textBlock2 p {
    text-align: right;
}

.our-story.travel .rightFlex {
    display: flex;
    justify-content: flex-end;
}

.our-story.travel .textBlock2 {
    width: 75%;
    display: block;
    padding: 0 50px 80px;
    text-align: right;
}

.our-story.travel .content p {
    color: #191e23;
    font-family: "raleway", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}


.results .content {
    max-width: 1200px !important;
    padding: 70px 0 70px !important;
    border-bottom: 2px solid #FF8200;
    border-width: medium;
    margin: 0 auto
}

.results .content h2 {
    font-family: "raleway", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 35px !important;
    padding: 0;
    letter-spacing: 0;
    color: #191e23;
    text-align: center
}

.results .content img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    aspect-ratio: 125 / 91;
}

.results .content h5,
.results .content h5 a {
    font-family: "raleway", sans-serif;
    font-size: 25px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #FF8200;
    text-transform: uppercase;
    margin: 0 0 70px;
    transition: all .5s ease;
    text-decoration: none;
    letter-spacing: 3.64px;
}

.results .content .icon::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    background-image: url(../assets/images/icons/arrow-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.results .content h5 a:hover {
    color: #191E23;
}

.results .mySwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px 0 100px;
}


.results .mySwiper .swiper-wrapper {
  align-items: center;
}


.results .mySwiper .swiper-slide {
  width: 760px;
  transition: transform .6s ease, opacity .6s ease;
  transform: scale(.58);
  opacity: .18;
  z-index: 1;
}


.results .mySwiper .swiper-slide img {
  width: 100%;
  display: block;
}

.results .mySwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}

.results .mySwiper .swiper-slide-prev,
.results .mySwiper .swiper-slide-next {
  transform: scale(0.6) translateY(55%);
  opacity: .35;
  z-index: 2;
}


.results .swiper-button-prev.two {
  left: 5%;
    top: 20%;
}

.results .swiper-button-next.two {
    right: 5%;
    top: 20%;
}

/* bullets like screenshot */
.results .swiper-pagination {
  bottom: 10px !important;
}

.results .swiper-pagination-bullet {
  background: #111;
  opacity: 1;
}

.results .swiper-pagination-bullet-active {
  background: #f68b00;
}

/* mobile */
@media (max-width: 768px) {
  .results .mySwiper .swiper-slide {
    width: 88%;
    transform: scale(.82);
    opacity: .35;
  }

  .results .mySwiper .swiper-slide-active {
    transform: scale(1);
  }

  .results .swiper-button-next.two,
  .results .swiper-button-prev.two {
    display: none;
  }
}

.solutions .content {
    max-width: 1200px !important;
    padding: 70px 0 70px !important;
    border-bottom: 2px solid #FF8200;
    border-width: medium;
    margin: 0 auto
}

.solutions .content h2 {
    font-family: "raleway", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 25px !important;
    padding: 0;
    letter-spacing: 0;
    color: #191e23;
    text-align: center
}

.solutions .content p {
    text-align: center;
    margin: 0 auto 70px;
}

.solutions .content img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.mosaic {
    display: flex;
    height: 700px;
}

.m-1,
.m-2,
.m-3 {
    width: 33.3%;
}

.m-1,
.m-2 {
    border-right: 2px solid #fff;
}

.m-1 .one,
.m-1 .two,
.m-1 .three,
.m-2 .one,
.m-2 .two,
.m-2 .three,
.m-3 .one,
.m-3 .two,
.m-3 .three {
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #fff;
    width: 100%;
    display: flex;
}

.m-1 .one {
    height: 30%
}

.m-1 .two {
    height: 40%
}

.m-1 .three {
    height: 30%
}

.m-2 .one {
    height: 35%
}

.m-2 .two {
    height: 25%
}

.m-2 .three {
    height: 40%
}

.m-3 .one {
    height: 70%;
}

.m-3 .two {
    height: 30%
}

/* WE DO SECTION */

.wedo .content {
    max-width: 1200px !important;
    padding: 70px 0 70px !important;
    margin: 0 auto;
    position: relative;
}

.wedo .content h2 {
    font-family: "raleway", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 35px !important;
    padding: 0;
    letter-spacing: 0;
    color: #191e23;
    text-align: center
}

.wedo .content p {
    text-align: center;
    margin: 0 auto 70px;
    display: block;
}

.wedo .content .icons {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    row-gap: 40px;
}

.wedo .content .icon {
    width: 20%;
    margin: 0 6.6%;
    padding: 0%;
    position: relative;
}

.wedo .content .icon img {
    width: auto;
    max-height: 155px;
    display: block;
    margin-bottom: 50px;
}

.wedo .content .icon h2 {
    font-family: "raleway", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.icons .icon h2.learn {
    cursor: pointer;
    transition: all .5s ease;
    color: #FF8200;
}

.icons .icon h2.learn:hover {
    color: #191E23;
}

.icons .icon h2.learn::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-image: url(../assets/images/icons/arrow-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 60% -1px;
    transform: rotate(180deg);
}

/* 
.icons .icon .iconPop {
    position: absolute;
    top: 0;
    left: -5%;
    background: #F8F8F8;
    border: 1px solid #FF8200;
    padding: 55px 100px;
    display: none;
    width: 0;
    z-index: 1;
    opacity: 0;
    margin-right: 0;
    transition: all .5s ease;
    transform: scaleX(0);
    transform-origin: top left;
    transition-property: transform;
    transition-timing-function: ease-in-out;
    transition-duration: 3s;
}

.icons .icon .iconPop.look {
    display: flex;
    transition: all, 0.5s;
    width: 1000px;
    opacity: 1;
    transform: scaleX(1);
    transition-property: transform;
    transition-timing-function: ease-in-out;
    transition-duration: 3s;
    min-height: 300px;
    align-items: center;
    background: #FF8200;
}

.icons .icon:nth-child(2) .iconPop.look,
.icons .icon:nth-child(5) .iconPop.look{
    left: -300px;
}
.icons .icon:nth-child(3) .iconPop.look,
.icons .icon:nth-child(6) .iconPop.look{
    left: -800px;
}
.iconFlex {
    display: flex;
    align-items: center;
}
.icons .icon .iconPop.look h2 {
     font-family: "raleway", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 0 0 !important;
     padding: 0 15% 0 0;
    letter-spacing: 0;
    text-align: left;
    transition: all .5s ease;
    text-transform: none;
}
.icons .icon .iconPop.look p{
    font-family:  "raleway", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
    color:#191e23;
    padding: 0;
     text-align: left;
    transition: all .5s ease;
    margin: 0px 0 0px 0;
		max-width:100%;
		display:block
}
.cut {
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    margin: 0 0;
    font-family: "raleway", serif;
}
.icons .icon .iconPop.look .cut p{
	color:#191e23;
    font-size: 20px;
    line-height: 19px;
    font-family:  "raleway", sans-serif;
	font-weigh: 900;
	cursor: default;
} */


/* Clickable cards */
.icon {
    cursor: pointer;
}

/* Overlay */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
    z-index: 9998;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup */
.iconPop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: min(760px, calc(100% - 32px));
    max-height: min(85vh, 900px);
    overflow: hidden;
    background: #FF8200;
    border: 1px solid #FF8200;
    border-radius: 0;
    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.25),
        0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translate(-50%, -50%) scale(.92) translateY(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        transform .42s cubic-bezier(.2, .8, .2, 1),
        opacity .32s ease,
        visibility .32s ease;
    z-index: 9999;
}

/* Active popup */
.iconPop.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1) translateY(0);
}

/* Inner content scroll */
.iconFlex {
    padding: 42px 42px 36px;
    max-height: min(85vh, 900px);
    overflow-y: auto;
}

/* Title */
.iconFlex h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 42px) !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

/* Body text */
.iconFlex p {
    margin: 0 !important;
    line-height: 1.75;
    font-size: 17px;
    color: #191e23 !important;
    text-align: left !important;
    width: 100% !important;
}

/* Close button */
.cut {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    background: rgba(15, 23, 42, 0.06);
    transition: transform .2s ease, background .2s ease;
    z-index: 2;
}

.cut:hover {
    background: rgba(15, 23, 42, 0.12);
    transform: rotate(90deg);
}

.cut p {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

/* Prevent background scroll */
body.popup-open {
    overflow: hidden;
}

/* Mobile */
@media (max-width: 768px) {
    .iconPop {
        width: calc(100% - 20px);
        max-height: 88vh;
    }

    .iconFlex {
        padding: 26px 22px 24px;
    }

    .iconFlex h2 {
        margin-bottom: 12px;
    }

    .iconFlex p {
        font-size: 16px;
        line-height: 1.65;
    }

    .cut {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
    }
}

/* TESTIMONIALS SECTION */
.testimonial .content {
    max-width: 1200px !important;
    padding: 70px 20px 70px !important;
    margin: 0 auto
}

.testimonial .content .quote {
    background: #7D7D7D;
    padding: 50px 150px;
    min-height: 400px;
    width: 100%;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial .content .quote h2 {
    font-family: "raleway", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 30px !important;
    padding: 0;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
}

.testimonial .content .quote p {
    color: #191E23;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
    text-transform: uppercase;
    text-align: center;
}

.testimonial .content .swiper .swiper-button-next:after {
    content: "";
    background-image: url(/assets/images/orange-arrow.svg);
    background-size: contain;
    background-position: center;
    background-size: 70px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    content: "";
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    right: 10px;
    position: absolute;
}

.testimonial .content .swiper .swiper-button-prev:after {
    content: "";
    background-image:  url(/assets/images/orange-arrow.svg);
    background-size: contain;
    background-position: center;
    background-size: 70px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    content: "";
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    left: 10px;
    position: absolute;
}

.testimonial .content .swiper {
    width: 100%;
    height: 100%;
}

.testimonial .content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial .content .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form {
    background-color: #191E23;
}
.form .content {
    max-width: 1200px !important;
    padding: 70px 0 70px !important;
    margin: 0 auto;
    position: relative;
}

.form .content h2 {
    font-family: "raleway", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 35px !important;
    padding: 0;
    letter-spacing: 0;
    color: #F8F3EC;
    text-align: center
}

.form .content p {
    text-align: center;
    margin: 0 auto 70px;
    display: block;
    width: 80%;
    color: #F8F3EC !important;
}
.form .contact-form-row {
    display: flex;
    flex-wrap: wrap;
}
.form-control,
.form-group input, textarea {
    padding: 20px;
}

.form .left-col,
.form .right-col {
    display: flex;
    flex-direction: column;
}

.form .recaptcha-col {
    justify-content: flex-end;
    gap: 20px;
    background: none;
}
.form .recaptcha-col:last-child {
    border: none;
}


.form .submit-btn {
    background: #FF8200;
    color: #fff;
    width: 100%;
    padding: 16px;
    border: none;
    position: relative;
    text-align: left;
    font-size: 14px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    line-height: 172%;
    letter-spacing: 2.99px;
    text-transform: uppercase;
}

.form .submit-btn::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 5%;
    right: 15px;
     background: url(/assets/images/white-arrow.svg) no-repeat center right;
    background-size: 60%;
    transition: background 0.3s ease;
}


@media (max-width: 800px) {
    .our-story.travel .textBlock {
        width: 90%;
        display: block;
        padding: 100px 0 20px;
    }

    .our-story.travel .textBlock2 {
        width: 90%;
        display: block;
        padding: 100px 0 20px;
        text-align: right;
    }

    .solutions .content {
        padding: 70px 50px 70px !important;
    }

    .wedo .content {
        padding: 70px 50px 70px !important;
    }

    .wedo .content .icons {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        height: auto;
        position: relative;
        flex-direction: row;
        justify-content: center;
    }

    .wedo .content .icons .icon {
        width: calc(80% - 10px);
    }

    .testimonial .content .quote {
        padding: 50px 80px;
    }

    .testimonial .content .swiper .swiper-button-next::after,
    .testimonial .content .swiper .swiper-button-prev:after {
        background-size: 50px;
    }
    .form #contact-form {
        margin: 30px 0 10px;
        width: 100%;
        padding: 0 50px;
    }
    .form-group {
        width: 100%;
    }

    .testimonial .content .quote h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .mosaic {
        display: flex;
        height: 475px;
    }

    /* .wedo .content .icon {
        width: 45%;
        margin: 0 2.5%;
        padding: 0%;
        position: relative;
    } 
     .icons .icon .iconPop.look {
        width: 86vw;
    }
     .iconFlex {
        display: flex;
        align-items: center;
         flex-wrap:wrap
    }
     .icons .icon .iconPop.look h2 {
         font-family: "raleway", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #FF8200;
        font-size: 60px;
        line-height: 60px;
        margin: 0 0 25px 0 !important;
        padding: 0 0 0 0;
        letter-spacing: 0;
        text-align: left;
        transition: all .5s ease;
        text-transform: none;
         width:100%;
    }
     .icons .icon .iconPop.look p {
        font-family:  "raleway", sans-serif;
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        text-transform: none;
        color: #191e23;
        padding: 0;
        text-align: left;
        transition: all .5s ease;
        margin: 0px 0 0px 0;
        max-width: 100%;
        display: block;
         width: 100%;
    }
     .icons .icon:nth-child(2) .iconPop.look, .icons .icon:nth-child(4) .iconPop.look, .icons .icon:nth-child(6) .iconPop.look{
        left: -44vw;
    }
     .icons .icon:nth-child(3) .iconPop.look, .icons .icon:nth-child(5) .iconPop.look {
        left: 0;
    }
     .icons .icon .iconPop {
        padding: 55px 55px;
    } */
}

@media (max-width: 500px) {
    .content h2:not:has(.learn){
        font-size: 50px !important;

    }
    .our-story.travel .textBlock h4,
    .our-story.travel .textBlock2 h4 {
        font-size: 50px;
        line-height: 58px;
        margin: 0 0 45px !important;

    }

    .results .content h5,
    .results .content h5 a {
        margin: 0 0 0px;
    }

    .solutions .content {
        padding: 70px 20px 70px !important;
    }

    .mosaic {
        height: 350px;
    }

}