/*--------------------------------------------------------------
  # get-the-app Page
  --------------------------------------------------------------*/
.get-the-app .hero .hero-right {
    min-height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/get-the-app/get-the-app-hero.png);
}

.get-the-app .hero h1 {
    max-width: 470px;
}
.get-the-app .hero p {
    max-width: 470px;
}

/*  */
.get-the-app .features .section-title {
    justify-items: center;
}
.get-the-app .features .section-title div {
    max-width: 450px;
    text-align: center;
}
.get-the-app .features .features-item {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 15px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.get-the-app .features .features-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.get-the-app .features .description {
    color: #0d0d0da3;
    font-size: 16px;
    max-width: 400px;
    margin-bottom: 32px;
}
.get-the-app .trust p,
.get-the-app .trust h1 {
    max-width: 450px;
}