.section {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 84%, .5), hsla(0, 0%, 84%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 84%, .5), hsla(0, 0%, 84%, .5));
}

.section.red {
  height: 60px;
  border-style: solid;
  border-width: 0px;
  border-color: #000 #000 #000;
  background-image: -webkit-linear-gradient(91deg, #afafaf, #afafaf);
  background-image: linear-gradient(359deg, #afafaf, #afafaf);
  box-shadow: 0 1px 3px 0 #8a8a8a;
}

.div-block {
  height: 20px;
}

.image {
  position: absolute;
  width: auto;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 1px;
  margin-left: 28px;
  float: none;
  clear: left;
}

.button {
  margin-top: 8px;
  margin-right: 20px;
  padding-right: 18px;
  float: right;
  border: 2px solid #5898e9;
  border-radius: 3px;
  font-size: 17px;
}

.button.color {
  margin-top: 9px;
  border-width: 1px;
  border-color: rgba(56, 35, 214, .55);
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #00a6e6, #00a6e6);
  background-image: linear-gradient(180deg, #00a6e6, #00a6e6);
  font-size: 19px;
}

.text-block {
  overflow: visible;
  margin-top: 30px;
  padding-left: 236px;
  float: none;
  color: #fff;
}

.text-block-2 {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}

.image-2 {
  text-align: left;
}

.body {
  text-align: left;
}

@media (max-width: 767px) {
  .image {
    height: 35px;
    margin-top: 12px;
  }
  .text-block {
    height: 50px;
    margin-left: 228px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .image {
    width: 120px;
    height: auto;
    margin-top: 17px;
  }
  .button.color {
    width: 100px;
    height: auto;
    padding-right: 2px;
    padding-left: 7px;
    font-size: 13px;
  }
}