.how-it-works {
}

.how-it-works > div {
    padding: 64px 0;
}

.how-it-works .title {
    color: #2196F3;
    font-weight: 600;
}

.how-it-works .description {
}

.phone-image {
    position: relative;
}

.phone-image span {
    position: absolute;
    left: 73px;
    font-size: 50px;
    line-height: 19px;
    font-weight: 800;
    color: #2196F3;
    box-shadow: 1px 1px 1px #fff;
}

.phone-image img {
    width: 50%;
    margin: 0 auto;
}
