.download .img-holder {
  text-align: center;
}
.download .img-holder img {
  width: 80%;
  height: auto;
}
.download .content {
  background-color: var(--color-lila);
  border-radius: 30px;
  padding: 30px 30px 0 30px;
}
@media (min-width: 1200px) {
  .download .content {
    padding: 60px 100px 0 100px;
  }
}
@media (max-width: 991.9px) {
  .download .content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.download .content .download-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: var(--color-black);
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .download .content .download-holder {
    margin-bottom: 0;
  }
}
.download .content .download-holder p {
  font-size: 18px;
}
.download .content .download-holder .links img {
  width: 170px;
  height: auto;
  margin-right: 10px;
}