.image-and-link .title-and-link-wrapper{
    bottom: 0;
    /* width: 100%; */
    width: auto;
    padding: 14px 20px;
    -webkit-transition: all 1s cubic-bezier(.35,0,.08,1);
    transition: all 1s cubic-bezier(.35,0,.08,1);
}
.image-and-link .title-wrapper .title {
    color: var(--white-color);
    line-height: 24px;
}

.image-and-link .title-wrapper .leftborder::before{
    content: "";
    width: 1px;
    height: 49px;
    background: var(--white-color);
    display: inline-block;
    margin-right: 34px;
}
.title-and-link-wrapper .link-wrapper{margin-bottom: 5px; display: inline-block;}
.title-and-link-wrapper .link-wrapper a{text-decoration: none;    text-decoration: none;
    letter-spacing: 2px;
    line-height: 2rem;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}
.image-and-link .image-and-link-wrapper .image-and-link-image img{
    object-fit: cover;
    height:100%;
}

/* Full Width Image - Start*/

.image-and-link .image-wrapper{
    position:relative;
    width: 100%;
    height: 100%;
}
.image-wrapper{
    overflow: hidden;
} 
.image-wrapper .bg-img{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.image-and-link:hover .bg-img{
    transform: scale(1.2);
}
.image-and-link .text-content-wrapper{
    padding-top: 30px;
    padding-bottom: 50px;
}
.image-and-link .content-wrapper{
    margin-bottom: 25px;
}
.text-content-wrapper .content-wrapper p{
    font-weight: 100;
}
/* Full Width Image - End*/


@media screen and (max-width:480px){
    .image-and-link .title-wrapper .title{
        font-size: 2.4rem;
    }
}
@media screen and (max-width:767px){
   .image-and-link .image-and-link-wrapper {
    height: 197px;
   }
   .image-and-link .title-and-link-wrapper{
    padding: 18px 20px !important;
   } 
   
}
@media screen and (max-width:768px){
    .title-and-link-wrapper .link-wrapper{
        margin-top: 15px !important;
        margin-bottom: 0 !important;
}
.image-wrapper .bg-img{
    min-height: 180px;
}
}
@media screen and (max-width:991px){

}
@media screen and (min-width: 768px){
    .title-and-link-wrapper .title-wrapper{
        margin-bottom: 4px;
    }
    .image-and-link .image-wrapper{
        position:absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }
    
    
}
@media screen and (max-width:1024px){
    .title-and-link-wrapper .title{font-size: 3rem;}
}
@media screen and (min-width:768px) and (max-width:1199px){
    .image-and-link-wrapper .title-and-link-wrapper{
        bottom: 75px;
    left: 75px;
    padding: 70px 70px!important;
    margin: 0;
    }
    .image-and-link .image-and-link-wrapper{
        height: 380px !important;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1199px){
    .title-and-link-wrapper .title-wrapper{
        margin-bottom: 20px;
    }
}
@media screen and (min-width:1024px){
    .image-and-link .image-and-link-wrapper{
        width: auto;
        height: 380px;
    }
}
@media screen and (max-width: 1200px){
    .image-and-link .title-wrapper .title::before{
        margin-right: 15px;
    }
}
@media screen and (min-width:1200px){
    .image-and-link-wrapper .title-and-link-wrapper{
        margin: 75px auto 75px 100px
    }
    .image-and-link .title-wrapper{
        margin-bottom: 25px;
    }
    .image-and-link .text-content-wrapper{
        padding-top: 98px;
        padding-bottom: 93px;
    }
}