.text-with-button{width:100%;background-color:#f2f2f2;display:flex;align-items:center;justify-content:space-between;padding:10px;margin-bottom:50px;flex-wrap:wrap}.text-with-button .text-wrapper{width:60%;padding:20px;padding-bottom:10px}.text-with-button .button-wrapper{width:fit-content;padding:20px;padding-bottom:10px}.text-with-button .button-wrapper a{border-radius:0;background-color:#136db9;color:white;padding:20px}@media(max-width:820px){.text-with-button .text-wrapper{width:100%;text-align:center}.text-with-button{justify-content:center;padding:20px}}