.contactCard{background-color:rgb(245,245,245);width:min(500px,90vw);padding:1.2em 1.6em;border-radius:1em;border:1px solid white;display:flex;align-items:center;flex-direction:row;margin:30px auto 0;box-shadow:0 0 15px var(--shadow-color)}.contactCard__image{margin-right:20px}.contactCard__text{font-size:1.2em}.contactContainer{margin-bottom:40px}.socials{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.socials__item{margin:0 20px}@media only screen and (max-width:750px){.contactCard:first-child{margin-top:120px}.contactCard__text{font-size:1.3em}}