/* solid003 */ .button_solid003 a { position: relative; display: flex; justify-content: space-around; align-items: center; margin: 0 auto; max-width: 240px; padding: 10px 25px; color: #FFF; transition: 0.3s ease-in-out; font-weight: 600; background: #6bb6ff; filter: drop-shadow(0px 2px 4px #ccc); bo…