.showcase {
    background-image: url(../assets/images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.showcase .content {
    display: flex;
    flex-direction: column;
    padding-top: 225px;
    padding-bottom: 215px
}

.showcase h1 {
    width: 50%;
    max-width: 355px;
    font-size: 32px;
    font-weight: 700;
    color: #2E4053;
    margin-bottom: 54px
}

.btn-google-download {
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    width: 242px;
    height: 66px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
    line-height: 1;
    background-color: #fff;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-color: var(--primary)
}

.btn-google-download:hover {
    background-color: var(--primary-hover)
}

.btn-google-download img {
    position: relative;
    width: 25px;
    height: 27px
}

.about {
    background-color: #fff
}

.about>div {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-bottom: 50px
}

.about .img {
    font-size: 0
}

.about .img img {
    width: 100%
}

.about .content {
    box-sizing: border-box;
    padding: 35px;
    background-color: var(--primary)
}

.about h2 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 1em
}

.about p {
    color: #fff;
    line-height: 1.5;
    font-size: 16px
}

.features {
    background: var(--body-bg);
    overflow: hidden
}

.features>div {
    grid-column: 3/-3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.features .content {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    padding-top: 12px
}

.features h2 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 28px;
    color: #333;
    text-align: center
}

.features .img {
    margin-top: 30px;
    flex: 0 0 402px;
    display: flex;
    align-items: center;
    justify-content: center
}

.features img.cellphone {
    width: 402px
}

.features .items {
    display: flex;
    flex-direction: column
}

.features .items>:not(:last-child) {
    margin-bottom: 24px
}

.features .items .item {
    padding: 35px 30px;
    position: relative
}

.features .item h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: 1.5
}

.features .item i {
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    color: #000
}

.features .item p {
    line-height: 1.5;
    font-size: 16px
}

.features .item-white {
    background-color: #fff;
    color: var(--primary-decent)
}

.features .item-white i {
    background-color: var(--yellow)
}

.features .item-primary {
    background-color: var(--primary);
    color: #fff
}

.features .item-primary i {
    background-color: #fff
}

.why {
    background-color: #fff
}

.why>div {
    margin-top: 50px;
    margin-bottom: 50px
}

.why h2 {
    margin-bottom: 1.5em;
    text-align: center
}

.why-item {
    padding: 38px 30px;
    max-width: 20rem;
    margin: 0 auto;
    margin-bottom: 24px;
    background-color: #f8f8f8;
    text-align: center
}

.why-item__img {
    width: 55px;
    height: 55px
}

.why-item__title {
    font-weight: 500;
    margin-top: 1.2em;
    margin-bottom: 1em;
    color: #666;
    font-size: 16px
}

.why-item__desc {
    text-align: left;
    line-height: 1.5;
    color: #999;
    font-size: 15px
}

@media screen and (min-width:768px) {
    .about>div {
        flex-direction: row
    }

    .about-item {
        flex: 0 0 50%
    }

    .features-data {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .features .items {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(2, 200px)
    }

    .features .items>:not(:last-child) {
        margin-bottom: 0
    }

    .why-group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .why-item {
        margin-left: 0;
        margin-right: 0;
        width: 290px;
        box-sizing: border-box;
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media screen and (min-width:992px) {
    .showcase h1 {
        font-size: 48px;
        max-width: 472px
    }

    .btn-google-download {
        font-size: 32px;
        width: 288px;
        height: 66px;
        padding-left: 30px;
        padding-right: 30px
    }

    .btn-google-download img {
        width: 34px;
        height: 36px
    }

    .about>div {
        margin-top: 88px;
        margin-bottom: 88px
    }

    .about .content {
        padding: 58px
    }

    .about h2 {
        font-size: 36px
    }

    .about p {
        font-size: 21px
    }

    .features h2 {
        margin-top: 0;
        margin-bottom: 2.2em
    }

    .features .img {
        margin-top: 0
    }

    .features div.content {
        padding-top: 70px;
        flex-direction: row
    }

    .features .items {
        grid-template-rows: repeat(2, 200px)
    }

    .why>div {
        margin-top: 88px;
        margin-bottom: 88px
    }

    .why h2 {
        margin-bottom: 2.2em
    }

    .why-item__title {
        font-size: 18px
    }

    .why-item__desc {
        font-size: 17px
    }
}

@media screen and (min-width:1560px) {
    .showcase .content {
        padding-top: 370px;
        padding-bottom: 360px
    }

    .showcase h1 {
        font-size: 56px;
        max-width: 550px
    }

    .btn-google-download {
        font-size: 36px;
        width: 371px;
        height: 86px;
        padding-left: 48px;
        padding-right: 48px
    }

    .btn-google-download img {
        width: 42px;
        height: 46px
    }

    .about>div {
        margin-top: 128px;
        margin-bottom: 128px
    }

    .about .content {
        padding: 68px
    }

    .about h2 {
        font-size: 40px
    }

    .about p {
        font-size: 24px
    }

    .features div.content {
        padding-top: 88px
    }

    .features .content>:not(:last-child) {
        margin-right: 24px
    }

    .features h2 {
        font-size: 40px
    }

    .features .img {
        flex: 0 0 502px;
        flex-direction: column;
        justify-content: end
    }

    .features img.cellphone {
        width: 502px
    }

    .features .items {
        grid-template-rows: repeat(2, 240px)
    }

    .features .item h3 {
        font-size: 24px
    }

    .features .item p {
        font-size: 20px
    }

    .why>div {
        margin-top: 128px;
        margin-bottom: 128px
    }

    .why-item__title {
        font-size: 19px
    }

    .why-item__desc {
        font-size: 18px
    }
}