.bricks-button { transition: all 0.3s ease; } .bricks-button:hover { background-color: hsl(181, 22%, 44%) !important; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(77, 124, 122, 0.4); } * { max-width: 100%; box-sizing: border-box; } img { max-width: 100%; height: auto; } @media (min-width: 768px) and (max-width: 1024px) { .brxe-container { padding-left: 24px !important; padding-right: 24px !important; } }