/*//////////////////////////////////////////////////////////*/
/*//////////////// HOW IT WORKS ////////////////////*/
/*//////////////////////////////////////////////////////////*/
#how-it-works {
    margin-top: -50px;
    padding-top: 50px;
}

#wheel-text-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#wheel-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-family: "source-sans-pro", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    padding: 5px;
    word-wrap: break-word;
}

.dwm_divi_wheel_module_item {
    display: none;
}

@media (max-width: 450px) {
    #how-it-works img {
        width: 98%;
        margin: 25px auto;
    }

    #how-it-works h2,
    #how-it-works p {
        padding: 0 25px;
    }
}

section:first-of-type h2 {
    text-align: center;
}

section:first-of-type h2+p {
    text-align: center;
    position: relative;
    font-size: 1.5em;
    max-width: 700px;
    display: block;
    margin: 15px auto 0;
}

.wheel-container {
    position: relative;
    max-width: 800px;
    display: block;
    margin: 20px auto 50px;
    width: 100%;
}

.wheel-item {
    display: none;
}

.hover-path {
    transition: transform 0.2s ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}

.hover-path:hover {
    transform: scale(1.05);
    cursor: pointer;
}

@media (max-width: 1200px) {
    section:first-of-type>div:last-of-type>div {
        padding: 25px;
    }

    section:first-of-type>div:last-of-type div div {
        width: 50%;
    }

    section:first-of-type>div:last-of-type div div:nth-of-type(3n) {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    section:first-of-type>div:last-of-type>div {
        padding: 0 25px 25px;
    }

    section:first-of-type>div:last-of-type div div {
        width: 100%;
        padding: 15px 0;
    }
}