img {
  width: 60%;
}

.card .info {
  padding: 0px 0 0px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-image .description,
.section-image .info .icon:not(.icon-circle) {
  color: rgba(255, 255, 255, 1);
}

.description,
.card-description,
.footer-big p {
  color: #9a9a9a;
  font-weight: 400;
}

.section-image .card:not(.card-plain) .info p,
.section-image .card:not(.card-plain) .info .icon,
.section-image .card:not(.card-plain) .description {
  color: #040404;
}

.description,
.card-description,
.footer-big p {
  color: #fffcfc;
  font-weight: 400;
}

.info p {
  color: #ffffff;
  padding: 0 15px;
  font-size: 1.1em;
  font-weight: 400;
}

.info .info-title {
  margin: 25px 0 15px;
  padding: 0 15px;
  color: white;
  font-weight: bold;
}

.title {
  color: white;
}

img.icon {
  width: 28px;
  height: 28px;
}

#download-btn {
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  color: white;
  margin: 10px;
  background-color: orange;
}

#download-btn:hover {
  background-color: #ffb42b;
}

#version-info-container {
  position: absolute;
  height: 0;
  width: 100%;
  display: flex;
  justify-content: right;
  color: yellow;
}

#version-info-container>div {
  position: relative;
  top: -20px;
  right: 70px;
}

#version-info-container>div h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

#version-info-container>span {
  font-weight: normal;
}

@media (max-width: 940px) {
  #version-info-container>div {
    right: 5px;
  }
}

@media (max-width: 840px) {
  #version-info-container {
    position: initial;
    height: initial;
  }

  #version-info-container>div {
    position: initial;
    padding-right: 5px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
