/* applications */
.applications {
  padding: 30px 0;
}

.applications .title {
  margin-bottom: 30px;
  font-family: 'Montserrat-ExtraBold';
}

.applications .row {
  margin-bottom: -30px;
}

.applications .row>div {
  margin-bottom: 30px;
}

.applications .scale-img {
  border-radius: 10px;
}

.applications .scale-img img {
  width: 100%;
  aspect-ratio: 670 / 480;
}

.applications .tit {
  margin-top: 11px;
  margin-bottom: 7px;
  font-family: 'Montserrat-Bold';
}

.applications .info {
  color: #CDCDCE;
  margin-bottom: 20px;
  line-height: calc(30 / 18);
}

.applications .btn {
  width: 180px;
  padding: 7px 15px;
  border-radius: 4px;
  background: var(--style-color);
}

@media (min-width: 1200px) {
  .applications {
    padding-top: 60px;
    padding-bottom: 63px;
  }

  .applications .title {
    margin-bottom: 60px;
  }

  .applications .row {
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: -60px;
  }

  .applications .row>div {
    padding: 0 35px;
    margin-bottom: 60px;
  }

  .applications .tit {
    margin-top: 22px;
    margin-bottom: 13px;
    transition: all .3s;
  }

  .applications .tit:hover {
    color: var(--style-color);
  }

  .applications .info {
    margin-bottom: 37px;
  }

  .applications .btn {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 9px;
    transition: all .3s;
  }

  .applications .btn:hover {
    color: var(--style-color);
    background: #fff;
  }
}

@media (min-width: 1440px) {
  .applications {
    padding-top: 100px;
  }

  .applications .row {
    margin-left: -50px;
    margin-right: -50px;
  }

  .applications .row>div {
    padding: 0 50px;
  }

  .applications .btn {
    font-size: 26px;
  }
}