.container-button {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 40px;
}

.flexbox-container {
    display: flex;
    flex-direction: column!important;
    justify-content: center;
    align-items: center;
}

.small-button {
  padding: 10px 20px;
  font-size: 0.8em;
  background-color: #FFFFFF;
  color: #212132;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.flare-button:hover {
  background: rgba(0,0,0,0);
  color: #fff1a1;
  box-shadow: inset 0 0 0 3px #fff1a1;
}

.top {
  font-size: 25px!important;
}

.o-btn {
  box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
  background-color: #cd1835;
  overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    border: none;
    border-radius: 50px;
    padding: 5px 25px;
    outline: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    font-size: 1.4rem;
    -webkit-transition: .2s;
    transition: .2s;
}