.contact-with-card__image{display:flex;margin-bottom:30px;z-index:-1}.contact-with-card__image img{width:100%;height:100%}.contact-with-card__card{background-image:linear-gradient(120deg,#006eaa 0%,#006eaa 60%,#b473f9 100%);background-position:0 0;background-size:200% 100%;box-shadow:5px 15px 18px rgba(0,0,0,0.1);transform:translateY(0px);transition:background-position .2s linear,transform .2s linear,box-shadow .2s linear;padding:20px 30px;width:calc(100% - 30px);margin-top:0;margin-left:0;margin-bottom:-65px}.contact-with-card__card:hover{background-position:70% 0;transform:translateY(-5px)}@media only screen and (min-width:576px){.contact-with-card__card{width:calc(100% - 80px);margin-bottom:-75px}}@media only screen and (min-width:1200px){.contact-with-card__card{min-width:calc(100% + 55px);margin-top:-338px;margin-left:68px;margin-bottom:155px}.contact-with-card__image img{min-width:calc(100% + 150px)}}