.section__title {
  margin-bottom: 0.9em;
}

.download-image img {
  filter: var(--filter-rule);
}

.logo-invert {
  filter: var(--filter-image);
}

.about__btn {
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  border: none;
  background: linear-gradient(180deg, #ff8b46 0%, #f4762c 100%);
  color: #fff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  padding: 0.9em 30px;
  border-radius: 0.6em;
  width: 30%;
  min-width: 215px;
}
.about__btn svg {
  width: 16px;
  height: auto;
  max-height: 20px;
  margin-right: 10px;
  margin-top: -0.3em;
  margin-bottom: -0.3em;
  flex-shrink: 0;
}
.about__btn path {
  fill: currentColor;
}
@media screen and (min-width: 320px) {
  .about__btn {
    font-size: calc(
            18px + 7 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media screen and (min-width: 1920px) {
  .about__btn {
    font-size: 25px;
  }
}
.about__btn:focus-visible, .about__btn:hover {
  background: linear-gradient(180deg, #ff8b46 0%, #f27023 69.27%);
}
.about__btn:active, .about__btn.active {
  box-shadow: none;
}
.about__btn:disabled, .about__btn.disabled {
  box-shadow: none;
  outline: none;
  cursor: not-allowed;
  opacity: 0.4;
}
@media only screen and (min-width: 1200px) {
  .about__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    justify-content: space-between;
  }
}
.about__contact-info {
  flex-grow: 0.5;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .about__contact-info {
    margin-bottom: 0;
    margin-right: 30px;
    text-align: left;
  }
}

@media only screen and (min-width: 980px) {
  .apps__list {
    display: flex;
    align-items: unset;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.apps__item {
  text-align: center;
  padding: 0 30px 30px 30px;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 980px) {
  .apps__item {
    min-width: 50%;
    max-width: 50%;
  }
}
.apps__item h3 {
  margin-top: 10px;
}
.apps__item img.banner {
  width: 100%;
}
.apps__item .download img {
  height: 55px;
}

section a {
  transition: all 0.3s linear;
  color: #f4762c;
  text-decoration: underline transparent;
  color: #f4762c;
}
section a:hover {
  color: #f4762c;
  text-decoration: underline;
}
section .social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: -20px;
}
section .social div {
  margin: 20px;
}
section .social img {
  width: 60px;
  height: 60px;
}
section .header {
  text-align: justify;
}
section .header .logo {
  margin: 0 auto 20px;
  display: block;
  height: 150px;
}
section.logos div {
  text-align: center;
  margin-top: 30px;
}
section.logos div img {
  margin: 30px;
}
section.logos .logo {
  height: 90px;
}
@media only screen and (min-width: 560px) {
  section.logos .logo {
    height: 110px;
  }
}
