.rep-block-hero {
    min-height: calc(70vh - 100px);
    padding-top: 116px;
    position: relative;
    overflow: visible;
}

.rep-block-hero .rep-block-hero-row {
    z-index: 2;
    position: relative;
}

.rep-block-hero .col1 {
    width: 70%;
}

.rep-block-hero .col2 {
    position: relative;
    width: 30%;
}

.rep-block-hero .rep-banner {
    display: block;
    font-weight: bold;
    color: black;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid black;
    font-size: 16px;
    max-width: 650px;
    width: fit-content;
    margin-bottom: 20px;
}

.rep-block-hero .rep-title {
    font-style: normal;
    font-size: 67px;
    line-height: 135%;
    margin-bottom: 30px;
    max-width: 781px;
    text-align: left;
    margin: 0;
}

.rep-block-hero .subtitle {
    font-size: 21px;
    line-height: 150%;
    color: #161514;
    margin-bottom: 12px;
    max-width: 680px;
}

.rep-block-hero .note {
    font-size: 16px;
    line-height: 140%;
    color: #707070;
    margin-bottom: 40px;
}

.rep-block-hero .button {
    width: fit-content;
    margin: 0;
    min-width: 227px;
    height: 57px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(253.43deg, #C65F4E 0%, #8C4438 100%);
    text-transform: none !important;
    z-index: 2;
}

.rep-block-hero .backdrop {
    position: absolute;
    right: -200px;
    top: -100px;
    width: 837px;
    height: 800px;
    background-image: url("../images/hero-image-backdrop.png");
    background-repeat: no-repeat;
    z-index: 1;
}

.rep-block-hero .button-link {
    position: relative;
}

.rep-block-hero .plant-bottom-left {
    position: absolute;
    left: -310px;
    bottom: -440px;
    width: 500px;
    height: 500px;
    background-image: url("../images/bowl.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

.rep-block-hero .featured-image {
    position: absolute;
    max-width: 716px;
    max-height: 656px;
    width: 160%;
    left: -100px;
    top: 25px;
    z-index: 3;
}

/* X Small */
@media (min-width: 0px) {
    .rep-block-hero .col1 {
        width: 100%;
    }

    .rep-block-hero .col2 {
        display: none;
    }

    .rep-block-hero .backdrop {
        display: none;
    }

    .rep-block-hero .title {
        max-width: 100%;
    }

    .rep-block-hero .plant-bottom-left {
        display: none;
    }

    .rep-block-hero .rep-title {
        font-size: 36px;
    }

    .rep-block-hero {
        min-height: auto;
        padding-top: 26px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .rep-block-hero .col1 {
        width: 100%;
    }

    .rep-block-hero .col2 {
        display: none;
    }

    .rep-block-hero .backdrop {
        display: none;
    }

    .rep-block-hero .title {
        max-width: 100%;
    }

    .rep-block-hero .plant-bottom-left {
        display: none;
    }

    .rep-block-hero .rep-title {
        font-size: 36px;
    }

    .rep-block-hero {
        min-height: auto;
        padding-top: 50px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .rep-block-hero .col1 {
        width: 70%;
    }

    .rep-block-hero .col2 {
        display: flex;
        width: 30%;
    }

    .rep-block-hero .backdrop {
        display: none;
    }

    .rep-block-hero .title {
        max-width: 100%;
    }

    .rep-block-hero .plant-bottom-left {
        display: none;
    }

    .rep-block-hero .rep-title {
        font-size: 40px;
    }

    .rep-block-hero .featured-image {
        max-width: 516px;
        max-height: 456px;
        left: 0;
        width: 100%;
    }

    .rep-block-hero {
        min-height: auto;
        padding-top: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .rep-block-hero .col1 {
        width: 70%;
    }

    .rep-block-hero .col2 {
        display: flex;
        width: 30%;
    }

    .rep-block-hero .backdrop {
        display: none;
    }

    .rep-block-hero .title {
        max-width: 100%;
    }

    .rep-block-hero .plant-bottom-left {
        display: none;
    }

    .rep-block-hero .rep-title {
        font-size: 55px;
    }

    .rep-block-hero .featured-image {
        max-width: 516px;
        max-height: 456px;
        left: 0;
        width: 100%;
    }

    .rep-block-hero {
        min-height: auto;
        padding-top: 50px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .rep-block-hero .col1 {
        width: 70%;
    }

    .rep-block-hero .col2 {
        display: flex;
        width: 30%;
    }

    .rep-block-hero .backdrop {
        display: block;
    }

    .rep-block-hero .title {
        max-width: 781px;
    }

    .rep-block-hero .plant-bottom-left {
        display: block;
    }

    .rep-block-hero .rep-title {
        font-size: 67px;
    }

    .rep-block-hero .featured-image {
        max-width: 716px;
        max-height: 656px;
        left: -100px;
        width: 160%;
    }

    .rep-block-hero {
        min-height: calc(70vh - 100px);
        padding-top: 116px;
    }
}