html, body { background: #005151; }

.color1 { background: #005151; }
.color2 { background: #c35310; }
.color3 { background: #f8ac27; }

img { max-width: 100%; display: table; }

.header { background: #fff; }
.header .logo img { max-width: 160px; }

.content-box { padding: 50px 0; color: #fff; }
.content-box h1 { font-size: 32px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
.content-box a { font-size: 14px; font-weight: 600; background: #c35310; color: #fff; padding: 3px 10px; border-radius: 10px; text-decoration: none; }
.content-box img { border-radius: 20px; }