.reportPage-w { width: 100%; display: inline-block; padding: 40px 0; } .reportPage-w .report { width: 300px; display: inline-block; padding: 35px 0; margin: 20px 0; background-color: #f9f9f9; border-radius: 10px; height: 150px; border: 1px solid #bda380; transition: all 0.5s; } .reportPage-w .report:hover { background-color: #ccc; color: #00a99d; } .reportPage-w .report:hover a { color: #00a99d; } .reportPage-w .report:hover a span { color: #00a99d; } .reportPage-w .report a { text-decoration: none; color: #bda380; font-size: 20px; } .reportPage-w .report a span { display: block; color: #a08c72; } @media(max-width:767px){ .reportPage-w .report{ width: 100%; } } @media(min-width:767px) and (max-width:991px) { .reportPage-w .report{ width: 100%; } }