/* ----------- Add your styles below and click SAVE -----------  */

.inside-bubbler { background: #272361; color: #fff; display: block; font-size: 15px; font-weight: 600; margin:10px auto; max-width: 95%; padding: 25px 0; text-align: center; text-transform: uppercase; transition: .4s;  width: 300px; }
.inside-bubbler:hover .bubble { background: #ab9a6d; }
@media only screen and (max-width: 1500px) {  .inside-bubbler {  padding: 15px 0; width: 250px; }}

