.pt-single-wrapper { display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); background: #fff; border-radius: 8px; padding: 25px; margin: 40px 10px; text-align: center; min-height: 250px; } .no-flexboxlegacy .pt-single-wrapper { height: 250px; } .pt-single-wrapper:hover { background: #D0EBEE; transition: all 300ms ease-in; } .pt-single-wrapper:last-of-type { margin-bottom: 40px; } .pt-logo-wrapper { display: flex; justify-content: center; align-items: center; width: 100%; } .pt-logo { max-width: 200px; max-height: 80px; } .pt-desc { margin-top: 20px; max-width: 270px; margin-bottom: 0; } .link-single-wrapper { width: 100%; } .pt-heading-wrapper .support-title { text-align: center; text-transform: uppercase; margin-bottom: 30px; } @media (min-width: 768px) { .pt-box-container { display: flex; flex-wrap: wrap; } .pt-box-wrapper { display: flex; width: 46%; margin: 0 2%; } .pt-single-wrapper { margin: 0; } .pt-single-wrapper:last-of-type { margin-bottom: 35px; } } @media (min-width: 1024px) { .pt-box-wrapper { width: 29%; margin: 0 2%; } }