.app-our-card {
  padding: 20px 0;
  margin-bottom: 0;
}

.second-content {
  padding-top: 0px;
}

.app-our-card b {
  font-weight: bold;
}

.app-our-card .main-title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  margin-top: 10px;
}

.app-our-card .main-subtitle,
.list-info {
  color: #999;
}

.app-our-card .main-subtitle {
  font-family: "Lato Bold", sans-serif;
  margin-bottom: 30px;
  font-size: 2rem;
}

.main-title,
.main-subtitle {
  text-align: center;
}

.second-content .main-title {
  text-align: left;
}

.second-content .container {
  background-color: #f5f5f5;
  padding: 0 16px;
}

.slickCenterMode {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.slick-dots {
  text-align: center;
  padding-top: 24px;
}

.position-btn {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0%;
  padding-left: 50%;
}

.carousel .store-button-list {
  position: absolute;
  bottom: 12%;
}

.store-button-list {
  text-align: center;
}

.store-button-list li {
  width: 135px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.store-button-list a:hover {
  border-bottom: none;
}

.bottom-info {
  position: absolute;
  bottom: 5px;
  padding: 0 10px;
}

.carousel-app-our-card .bottom-info p {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #fff;
}

.second-content .main-title {
  margin-bottom: 30px;
  margin-top: 30px;
}

.list-info {
  font-size: 1.6rem;
}

.list-info li {
  margin-bottom: 20px;
}

.list-info img {
  max-width: 30px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .third-content .row {
    display: flex;
    flex-direction: column;
  }
  .third-content .illustration-wrapper {
    order: 2;
  }
  .third-content .buttons-wrapper {
    order: 1;
  }
  .third-content .buttons-wrapper {
    margin-bottom: 40px;
  }
  .store-button-list li {
    margin: 0 6px;
  }
  .third-content .main-title {
    font-size: 2.3rem;
  }
  .link-contact-from p {
    text-align: center;
  }
  .link-contact-from .btn {
    margin: 0 27%;
  }
}
@media (min-width: 768px) {
  .app-our-card {
    /*padding: 40px 0;*/
  }
  .app-our-card .main-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .app-our-card .main-subtitle {
    margin-bottom: 50px;
    font-size: 2.3rem;
  }
  .carousel .store-button-list {
    bottom: 9%;
  }
  .position-btn {
    bottom: 0;
    padding-left: 72%;
    padding-bottom: 4%;
  }
  .position-btn .btn {
    width: 190px;
  }
  .bottom-info {
    bottom: 12px;
    width: 75%;
  }
  .slickCenterMode {
    width: 80%;
  }
  .slick-next {
    right: -80px;
  }
  .slick-prev {
    left: -80px;
  }
  .second-content .container {
    padding: 30px 3%;
  }
  .illustration-wrapper {
    text-align: center;
  }
  .second-content .illustration-wrapper {
    padding-top: 80px;
  }
  .third-content .illustration-wrapper {
    width: 38%;
  }
  .buttons-wrapper {
    text-align: center;
  }
  .buttons-wrapper .main-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .app-our-card {
    padding: 40px 0 0;
  }
  .position-btn {
    bottom: 0;
    padding-left: 78%;
    padding-bottom: 0%;
  }
  .app-our-card .main-title {
    font-size: 2.8rem;
  }
  .app-our-card .main-subtitle {
    margin-bottom: 50px;
    font-size: 2.4rem;
  }
  .carousel .store-button-list {
    bottom: 6%;
    left: 14%;
    transform: scale(0.8);
  }
  .list-info {
    font-size: 2.4rem;
  }
  .list-info li {
    margin-bottom: 16px;
  }
  .list-info img {
    max-width: 40px;
    margin-right: 26px;
  }
  .second-content .main-title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .buttons-wrapper {
    padding-top: 0px;
  }
}
@media (min-width: 1280px) {
  .slickCenterMode {
    width: 60%;
  }
  .app-our-card .main-title {
    font-size: 3.2rem;
  }
  .app-our-card .main-subtitle {
    margin-bottom: 50px;
    font-size: 3rem;
  }
  .carousel .store-button-list {
    bottom: 9.4%;
    left: 18%;
    transform: scale(1);
  }
  .second-content .container {
    background-color: #f5f5f5;
    padding: 30px 10%;
  }
  .position-btn {
    bottom: 0;
    padding-left: 79%;
  }
}
@media (min-width: 1500px) {
  .second-content .container {
    width: 1500px;
  }
}