body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  max-width: 1120px;
  margin: auto;
  padding: 16px 8px;
}

h1 {
  font-size: 28px;
  text-align: center;
}

h2 {
  text-transform: uppercase;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  margin-bottom: 16px;
  margin-left: 1em;
}

.agreement-logo {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}

.info-logo {
  display: block;
  margin: auto;
}

.info-text-content {
  max-width: 620px;
  width: 100%;
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
}

.button-action {
  text-decoration: none;
  margin: 40px auto 16px auto;
  display: flex;
  align-items: center;
  max-width: 184px;
  width: 100%;
  height: 56px;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 400;
  background-color: #5380e7;
  padding: 4px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 7px 15px -8px #000;
}

.button-action--primary {
  background-color: #e1012e;
}

.button-action__text {
  margin: 0 8px;
  flex-shrink: 0;
  pointer-events: none;
  text-transform: uppercase;
}

.button-action__line {
  transition: all 0.3s ease 0s;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  pointer-events: none;
}

.button-action__line:nth-of-type(1) {
  width: 2px;
}

.button-action__line:nth-of-type(3) {
  width: 100%;
}

.button-action:hover .button-action__line:nth-of-type(1) {
  width: 100%;
}

.button-action:hover .button-action__line:nth-of-type(3) {
  width: 2px;
}
