.bottom-banner {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.bottom-banner .inquireforfree {
    width: 90%;
    height: 45rem;
    max-width: 1600px;
    position: relative;
    padding: 6.4rem 5vw;
    border-radius: 3.2rem;
    margin: 0 auto;
    background-color: #fff;
}

.bottom-banner .inquireforfree .inquireforfree-image {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    height: 43rem;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 2rem;
}

.bottom-banner .inquireforfree .inquireforfree-image svg {
    height: 100%;
    margin-right: -5rem;
}

.bottom-banner .inquireforfree__content {
    color: #218e28;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 4rem;
}

.bottom-banner .inquireforfree__sub-content {
    width: 70%;
    color: var(--brand-colors-text, #2c2c2c);
    font-family: Josefin Sans, sans-serif;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 4rem;
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .bottom-banner .inquireforfree {
        height: 43rem;
        padding: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 35rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -10rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 60%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .bottom-banner .inquireforfree {
        height: 43rem;
        padding: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 30rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 60%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .bottom-banner .inquireforfree {
        height: 60rem;
        padding: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 30rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 90%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .bottom-banner .inquireforfree {
        height: 70rem;
        padding: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 30rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 90%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .bottom-banner .inquireforfree {
        height: 72rem;
        padding: 4rem;
        margin-top: 4rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image {
        z-index: 2;
        height: 26rem;
        border-bottom-right-radius: 2rem;
    }

    .bottom-banner .inquireforfree .inquireforfree-image svg {
        margin-right: -15rem;
    }

    .bottom-banner .inquireforfree__content {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    .bottom-banner .inquireforfree__sub-content {
        width: 90%;
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .bottom-banner .inquireforfree {
        margin-top: 5rem;
    }
}

/*End of bottom banner*/