.div { width: 100%; height: 200px; padding: 30px; background-color: #e5e5e5; } .footer { width: 100%; margin: 0 auto; } .footer h1 { font-size: 1.2rem; padding-bottom: 1rem; } .email, .call { height: 3rem; line-height: 1rem; display: flex; justify-content: space-between; margin-top: 2rem; margin-bottom: 10px; } .email i { margin-right: 1rem; } .call-div { width: 50%; display: flex; flex-wrap: nowrap; flex-direction: row; /* width: 30%; */ } .call i { display: none; } .email p { flex: 0 0 99%; font-size: 1.2rem; } .call p { flex: 0 0 70%; font-size: 1.5rem; display: none; } .call img { margin-top: -25px; margin-left: -30px; width: 200px; height: 30px; }