.banner-module {
    position: relative;
    padding: 250px 0 385px; /* desktop unchanged */
    overflow: hidden;
}

.banner-module__backgrounds {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.banner-module__background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; /* desktop unchanged */
}

.banner-module__inner.container {
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    display: flex;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.banner-wrapper {
    max-width: 1350px;
    margin-left: 74px;
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #fff;
}

.banner-wrapper h1,
.banner-wrapper h2,
.banner-wrapper h3,
.banner-wrapper p,
.banner-wrapper span {
    color: #fff !important;
}

.banner-wrapper h1 {
    margin-bottom: 20px;
}

.banner-content * {
    color: #fff;
}

@media (max-width: 1199px) {
    .banner-wrapper {
        margin-left: 60px;
    }
}

/* tablet */
@media (max-width: 1024px) {
    .banner-module {
        padding: 0;
        height: 500px;
    }
  

    .banner-module__inner.container {
        height: 100%;
        align-items: center;
    }

    .banner-module__background {
        top: 0;
        left: -50px;
        width: 118%;
        height: 118%;
        max-width: none;
        max-height: none;
        object-fit: cover;
        object-position: left top;
    }

    .banner-wrapper {
        margin-left: 32px;
        margin-top: -20px;
        max-width: 500px;
    }
   .banner-wrapper h1 {
        margin-bottom: 11px;
    }
}

/* phone */
@media (max-width: 767px) {
    .banner-module {
        height: 430px;
    }

    .banner-module__background {
        top: 0;
        left: -70px;
        width: 132%;
        height: 132%;
        max-width: none;
        max-height: none;
        object-fit: cover;
        object-position: left top;
    }

    .banner-wrapper {
        margin-left: 20px;
        margin-top: 20px;
        max-width: 600px;
    }

    .banner-wrapper h1 {
        margin-bottom: 10px;
        margin-top: 0px;
        line-height: 1.1;
    }

    .banner-wrapper p {
        line-height: 1.2;
    }
}

/* small phones */
@media (max-width: 480px) {
    .banner-module {
        height: 390px;
    }

    .banner-module__background {
        width: 140%;
        height: 140%;
        left: -120px;
        object-position: left top;
    }

    .banner-wrapper {
        margin-left: 25px;
        max-width: 350px;
    }

    .banner-wrapper h1 {
        font-size: 28px;
        line-height: 1.12;
        margin-bottom: 14px;
    }

    .banner-content,
    .banner-wrapper p {
        font-size: 18px;
        line-height: 1.2;
    }
}
@media (max-width: 380px) {
    .banner-module {
        height: 390px;
    }

    .banner-module__background {
        width: 140%;
        height: 140%;
        left: -30px
        object-position: left top;
    }

    .banner-wrapper {
        margin-top: 10px;
        margin-left: 16px;
        max-width: 200px;
    }

    .banner-wrapper h1 {
        font-size: 28px;
        line-height: 1.12;
        margin-bottom: 14px;
    }

    .banner-content,
    .banner-wrapper p {
        font-size: 18px;
        line-height: 1.2;
    }
}
@media (min-width: 600px) {
    .banner-content .hs-cta-wrapper {
        display: inline-block;
    }

    .banner-content .hs-cta-wrapper + .hs-cta-wrapper {
        margin-left: 20px;
    }
}
.banner-wrapper .hs-cta-wrapper {
    position: relative;
    top: -100px;
}

@media (max-width: 1024px) {
    .banner-wrapper .hs-cta-wrapper {
        top: -14px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper .hs-cta-wrapper {
        top: -10px;
    }
}