
.module-home-left-image-right-tagline-wrapper{
        padding-top: 0;
    margin-bottom: 80px;
    font-family: monsterrat;
    }

    .module-home-left-image-right-tagline-wrapper {
    width: 80%;
    box-sizing: border-box;
    height: auto;
    background-color: #fff;
    margin-bottom: 10px;
    transition: all .4s;
    opacity: 1;
    display:block;
    margin: 100px auto 100px auto;
    padding:0;
}



.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .img-box {
    width: 46%;
    position: relative;
    padding-left: 0;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box {
    width: 55%;
    position: relative;
    height: 0;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .img-box img {
    width: 85%;
    display: block;
}


.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box {
    width: 55%;
    position: relative;
    height: 0;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 70px;
    left: 0;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box .tagline {
    font-size: 28px;
    line-height: 46px;
    color: #B8272D;
    font-weight: 700;
    letter-spacing: -.8px;
    margin-bottom: 30px;
    font-family: monsterrat-semi-bold;
}

.links-box .arrow-link:hover:after {
            width: 25px;
        background-color: #3b3b3b;
        height: 2px;
        content: "";
        position: absolute;
        left: -3px;
        top: -40px;
        bottom: 0;
        margin: auto;
        transition: all .3s;
        }

        .links-box  .arrow-link:before {
            border-bottom: 2px solid #3b3b3b;
        border-left: 2px solid #3b3b3b;
        transform: rotate(-135deg);
        height: 0;
        padding: 3px;
        content: "";
        position: absolute;
        left: -3px;
        top: -40px;
        bottom: 0;
        margin: auto;
        width: 0;
        transition: all .3s;
        }

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box .links-box:last-child {
    margin-bottom: 0;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box .links-box {
    margin-bottom: 50px;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box .links-box .arrow-link {
    margin: 20px 0;
    width: 100%;
    display: inline-block;
    color: #3b3b3b;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: monsterrat-semi-bold;
}

.links-box .arrow-link .text-date-link{
    font-size: 18px;
}





    /* media */
    @media only screen and (max-width: 1599px){
   

        .module-home-left-image-right-tagline-wrapper {
            padding: 100px 140px;
        }
    }

    @media only screen and (max-width: 1440px){
        .module-home-left-image-right-tagline-wrapper {
            padding: 0;
        }

        .module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .img-box img {
            width: 100%;
        }

        .module-home-left-image-right-tagline-wrapper {
            width: 80%;
            box-sizing: border-box;
            height: auto;
            background-color: #fff;
            margin-bottom: 10px;
            transition: all .4s;
            opacity: 1;
            display:block;
            margin: 100px auto 80px auto;
            padding:0;
        }
    }

    @media only screen and (max-width: 1279px){
.module-home-left-image-right-tagline-wrapper {
    padding: 0;
}



.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container{
    align-items: center;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 50px;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box .links-box .arrow-link{
    font-size:18px
}
    }

    @media only screen and (max-width: 991px){
.module-home-left-image-right-tagline-wrapper {
    padding: 0 50px;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box .tagline {
    font-size: 24px;
    line-height: 34px;
}


.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container {
    flex-direction: column;
}


.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .img-box img{
    height:350px
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .img-box {
    width: 100%;
    padding: 0;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .img-box img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box {
    width: 100%;
    height: auto;
    padding-bottom: 0;
}

.home-page-wrapper .module-home-left-image-right-tagline-wrapper {
    padding: 0;
    padding-bottom: 20%;
    margin-bottom: 0;
}

.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    padding: 30px 0 0;
}
    }

    @media only screen and (max-width: 768px){


.module-home-left-image-right-tagline-wrapper{
    padding:0;
}






.module-home-left-image-right-tagline-wrapper .module-home-left-image-right-tagline-wrapper-container .content-box .data-box .tagline {
    margin-bottom: 10px;
}
    }