*, *::before, *::after {
  box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.button {
  font-family: 'Roboto', serif;
  font-size: 24px;
  color: #fff;
  background: #2a6dbd;
  border-radius: 1000px;
  cursor: pointer;
  padding: 18px;
  padding-right: 15rem;
}

.material-symbols-outlined {
  padding-right: 15rem;
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 48
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.container {
  padding-top: 6rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

h1 {
  text-transform: uppercase;
  font-size: .8rem;
  margin-bottom: 2rem;
  color: #777;
}

@media only screen and (max-width: 900px) {
  .button {
    padding-right: 10rem;
  }
  .material-symbols-outlined {
    padding-right: 10rem;
  }
}

@media only screen and (max-width: 700px) {
  .button {
    padding-right: 5rem;
  }
  .material-symbols-outlined {
    padding-right: 5rem;
  }
}
