
.home-hero {
    float: left;
    overflow: hidden;
    width: 100%;
    		padding-top: 133px;
}


.home-hero .container{
    padding: 0;
    width: 100%;
    max-width: 1170px
}

@media(min-width: 992px) {
    .home-hero {
        padding-top: 0px;
    }

    .heo-hero-leftContent {
       
    }
}


.home-hero h1 {
    color: var(--color-persian-green);
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 1em;
}

.home-hero__col {
    flex-basis: 100%;
}

.home-hero__col--3 {
    background-color: var(--color-light-pink);
    background-image: linear-gradient(to bottom, var(--color-white), var(--color-light-pink));
    color: #fff;
    margin: 0;
}
.home-hero__row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.home-hero-divider {
    background: var(--color-rose);
    height: 19px;
    width: 100%;
}
.home-hero__col--3 p.title-one {
    font-size: 24px;
    line-height: 26px;
    color: var(--color-rose);
    font-weight: 700;
}
.home-hero__col--3 p.title-one span{
    font-weight: 900;
    text-transform: uppercase;
}
.home-hero__col--3 h1 {
    font-size: 38px;
    line-height: 46px;
    color: var(--color-java);
    font-style: italic;
    font-weight: 900;
    margin-bottom: 0;
}
.home-hero__col--3 h1 span {
    font-size: 25px;
    line-height: 31px;
    color: var(--color-rose);
    font-style: normal;
    font-weight: 700;
}
.home-hero__col--3 p.title-two {
    font-size: 25px;
    line-height: 31px;
    color: var(--color-rose);
    font-weight: 700;
}
.home-hero__col--3 p.title-three {
    font-size: 22px;
    line-height: 25px;
    color: var(--color-java);
    font-weight: 700;
    margin-bottom: 50px;
}

.home-hero-violator {
    padding: 5px 10px;
    align-items: center;
    background-color: var(--color-fern);
    display: flex;
    padding-left: 5px;
    text-align: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    min-height: 70px;
}

.home-hero-violator p {
    color: var(--color-white);
    font-size: 18px;
    margin: 0;
}

@media only screen and (min-width: 992px) {
    .home-hero h1 {
        font-size: 42px;
    }

    .home-hero__col {
        flex-basis: 0;
        flex-grow: 1;
        margin: 0;
    }

    .home-hero__col--1 {
        background: url('/images/home-hero/hero-bg-d.jpg') no-repeat;
        width: 588px;
        height: 608px;
        background-size: 100% 100%;
        position: relative;
        left:0px;
    }
    .home-hero__col--1 p{
        position: absolute;
        font-size: 11px;
        line-height: 14px;
        bottom: 19px;
        right: 40px;
    }

    .home-hero__col--3 {
        background-image: linear-gradient(to top, var(--color-white) -12%, var(--color-light-pink));
        padding-top: 3.4em;
        padding-right: 0;
        padding-left: 5rem;
    }

    .home-hero__col--3::before {
        background-image: linear-gradient(to top, var(--color-white) 20%, var(--color-light-pink));
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        width: 100%;
    }
    .home-hero__col--3 p{
        font-family: "museo-sans";
    }
    .home-hero__col--3 p.title-one {
        font-size: 26px;
        line-height: 28px;
        color: var(--color-rose);
        font-weight: 700;
    }
    .home-hero__col--3 p.title-one span{
        font-weight: 900;
        text-transform: uppercase;
    }
    .home-hero__col--3 h1 {
        font-size: 48px;
        line-height: 57px;
        color: var(--color-java);
        font-style: italic;
        font-weight: 900;
        margin-bottom: 0;
    }
    .home-hero__col--3 h1 span {
        font-size: 42px;
        line-height: 50px;
        color: var(--color-rose);
        font-style: normal;
        font-weight: 700;
    }
    .home-hero__col--3 p.title-two {
        font-size: 42px;
        line-height: 50px;
        color: var(--color-rose);
        font-weight: 700;
    }
    .home-hero__col--3 p.title-three {
        font-size: 22px;
        line-height: 28px;
        color: var(--color-java);
        font-weight: 700;
    }

    .home-hero__row {
        align-items: stretch;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .home-hero-violator {
      
    }

    .home-hero-violator p {
        font-size: 20px;
    }
}

