.works-content {
    margin-top: 73px;
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}

.single-how-works {
    text-align: center;
    padding: 50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71, 71, 71, .2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.single-how-works h2 {
    font-size: 18px;
    margin: 35px 0 20px;
}

.single-how-works h2 span {
    text-transform: lowercase;
}

.single-how-works p {
    margin-bottom: 25px;
    text-transform: initial;
}

.single-how-works-icon [class^="flaticon-"]:before, .single-how-works-icon [class*=" flaticon-"]:before, .single-how-works-icon [class^="flaticon-"]:after, .single-how-works-icon [class*=" flaticon-"]:after {
    font-size: 35px;
}

.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before, .single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before, .single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after, .single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {
    color: var(--main-color);
}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 35px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
    padding: 5px 10px;
}

.single-how-works:hover h2, .single-how-works:hover p {
    color: #fff;
}

.single-how-works:hover .single-how-works-icon {
    background: #fff;
}

.single-how-works:hover .welcome-hero-btn.how-work-btn {
    background: #fff;
    color: var(--main-color);
}

.single-how-works:hover {
    box-shadow: 0 0px 10px rgba(71, 71, 71, .4);
    background: var(--main-color);
}
