.stat {
    padding: 50px 0;
    color: #333333;
    background-color: #F7F7F7;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.stat__box {
    display: flex;
    justify-content: space-between;
}

.stat h2 {
    font-weight: 400;
    font-size: 40px;
    margin: 0;
    margin-bottom: 50px;
}

.stat__box-item {
    padding-top: 40px;
    width: 194px;
}

.stat__box-title {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 10px;
}

.stat__box-title span {
    font-weight: 400;
    font-size: 24px;
}

.stat__box-text {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    min-width: 160px;
}

.stat__box-text span {
    font-size: 12px;
}

.stat__box-item:nth-child(1) {
    background: url(../img/stat-item-1.svg) no-repeat;
}

.stat__box-item:nth-child(2) {
    background: url(../img/stat-item-2.svg) no-repeat;
}

.stat__box-item:nth-child(3) {
    background: url(../img/stat-item-3.svg) no-repeat;
}

.stat__box-item:nth-child(4) {
    background: url(../img/stat-item-4.svg) no-repeat;
}

.how__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.how__box-item {
    padding: 30px 25px;
    width: 100%;
    height: 254px;
    color: #FFFFFF;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(7.5px);
    position: relative;
}

.how__box-item:not(:last-child) {
    margin-right: 30px;
}

.how__box-title {
    font-family: 'HeliosC-Bold';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.how__box-text {
    font-family: 'HeliosC';
    font-size: 16px;
    line-height: 1.5;
    max-width: 17vw;
}

.how__box-icon {
    position: absolute; 
    right: 0; 
    bottom: 0;
}

.how__button {
    padding: 9px 17px;
    background-color: #B60016;
    max-width: 177px;
    border: #b6001500 1px solid;
    margin: 0 auto;
    margin-bottom: 70px;
}

.how__button:hover {
    background-color: #fff;
    border: #B60016 1px solid;
}

.how__button:hover a {
    color: #B60016;
}

.how__button a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.app__box {
    display: flex;
    width: 100%;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(7.5px);
    margin-bottom: 100px;
}

.app__box-logo {
    padding: 58px 104px;
    background-color: #fff;
    border-radius: 15px 0 0 15px;
}

.app-logo {
    width: 150px;
    height: 150px;
    background: url(../img/app\ logo.svg) no-repeat;
}

.app__box-info {
    padding: 30px;
}

.app__box-title {
    font-family: 'HeliosC-Bold';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.app__box-text {
    font-family: 'HeliosC';
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.app__box-buttons a {
    width: 170px;
    height: 50px;
}

.app__box-buttons a:not(:last-child) {
    margin-right: 15px;
}

@media (min-width: 992px) {
    
}

@media (max-width: 1400px) {
    
}

@media (max-width: 1200px) {
    .how__box {
        flex-direction: column;
    }

    .how__box-item {
        height: auto;
        min-height: 150px;
    }

    .how__box-item:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .how__box-text {
        max-width: 65vw;
    }

    .how__box-title {
        max-width: 65vw;
    }

    .app__box-logo {
        padding: 65px 50px;
    }
}

@media (max-width: 992px) {
    .stat__box {
        justify-content: center;
        flex-wrap: wrap;
    }

    .stat__box-item {
        margin: 0 5vw 0 5vw;
    }

    .stat__box-item:nth-child(1) {
        margin-bottom: 5vh;
    }
    
    .how__box-text {
        max-width: 55vw;
    }

    .how__box-title {
        max-width: 55vw;
    }

    .app__box-logo {
        padding: 90px 50px;
    }
}

@media (max-width: 768px) {
    .stat h2 {
        font-size: 30px;
    }

    .stat__box {
        justify-content: center;
        flex-wrap: wrap;
    }

    .stat__box-item {
        margin: 0 5vw 0 5vw;
    }

    .stat__box-item:nth-child(1) {
        margin-bottom: 5vh;
    }
    
    .how__box-text {
        max-width: 70vw;
    }

    .how__box-title {
        max-width: 70vw;
    }

    .app__box {
        flex-direction: column;
    }

    .app__box-logo {
        border-radius: 15px 15px 0 0;
        padding: 30px 50px;
    }

    .app-logo {
        margin: 0 auto;
    }
}

@media (max-width: 576px) { 
    .stat {
        padding: 30px 0;
    }

    .stat h2 {
        font-size: 23px;
    }

    .stat__box {
        flex-direction: column;
        align-items: center;
    }
    
    .stat__box-item:not(:last-child) {
        margin-bottom: 5vh;
    }

    .how__box-text {
        max-width: 60vw;
    }

}

@media (max-width: 480px) {
    .how__box-icon img {
        opacity: 0.25;
    }

    .how__box-text {
        max-width: 100vw;
    }

    .how__box-title {
        max-width: 100vw;
    }

    .app__box-buttons {
        display: flex;
        flex-direction: column;
    }

    .app__box-buttons a:not(:last-child) {
        margin-bottom: 15px;
    }
}