html {
  font-family: Oxygen;
  font-size: 17.85px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 32.13333px;
  min-height: 1px;
  overflow-wrap: break-word;
  position: relative;
}

body {
}

.head {
  color: rgb(140, 139, 135);
  font-family: Quicksand;
  font-size: 27.15px;
  font-weight: 400;
  text-align: center;
}

.left {
  float: left;
  width: 44%;
  padding: 0 20px 0 20px;
}

.right {
  float: left;
  width: 44%;
  padding: 0 20px 0 20px;
}

.text {
  color: rgb(149, 148, 147);
  padding: 16px 0 16px 0;
}

.img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  padding: 32px 0 32px 0;
}

.foot {
  white-space: pre-wrap;
  padding: 16px,0,16px,0;
  text-align: center;
}

.footlink {
  white-space: pre-wrap;
  padding: 16px,0,16px,0;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  text-decoration-skip: auto;
  text-decoration-skip-ink: auto;
}

@media screen and (max-width: 720px) {
  .left {
    width: 90%;
  }
  .right {
    width: 90%;
  }
}
