

/* USERHELP IMAGES */

.userhelp_images h2 {
    margin: 1em 0 0 0;
    font-size: 2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.userhelp_images h2 span {
    font-size: 0.5em;
    padding-left: 2em;
}


.userhelp_images {
    padding: 0;
    margin: 0.7em;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.userhelp_images .container {
    margin: 20px 20px 40px 20px;
    display: flex;
    flex-wrap: wrap;
}

.userhelp_images .container h2 {
    margin: 0;
}

.userhelp_images a {
    border: 3px solid transparent;
    margin: 5px;
    background-color: white;
    border-radius: 35px 10px 10px 35px;
    box-shadow: 0 2px 18px -15px #000;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}




.userhelp_images .bg_indicator {
    height: 100%;
    width: 2.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-size: cover;
}

.userhelp_images .logo_exp {
    height: 1.5em;
}









.userhelp_images a span {
    padding: 7px 12px 7px 7px;
}

.userhelp_images a:hover {
    border: 3px solid #4C8BF5;
}




















