.inc42-side-recommendation-header span {
    ont-size: 2rem;
    color: #000;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none;
    text-align: left;
    font-weight: 700;
    font-style: normal;
    font-family: arial,helvetica,tahoma,verdana,"sans-serif";
    line-height: 2.5625rem;
    border-bottom: 1px #ccc;
    background: 0 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.inc42-side-recommendation-header span {
    font-size: 2rem;
    color: #000;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none;
    text-align: left;
    font-weight: 700;
    font-style: normal;
    font-family: arial,helvetica,tahoma,verdana,"sans-serif";
    line-height: 2.5625rem;
    border-bottom: 1px #ccc;
    background: 0 0;
    margin-top: 0;
    margin-bottom: 15px;
}

li.inc42-recomendation {
    max-width: 100%;
    min-width: 100px;
    position: relative;
    padding: 0 2px;
}

ul.inc42-recomendation-container {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
    overflow-x: auto;
    justify-content: space-between;
    list-style: none;
    flex-direction: column;
    width: 100%;
    margin-left: 0px;
}

li.inc42-recomendation a {
    display: flex;
    background: 0 0;
    border: 0;
    border-bottom: 1.5px solid rgba(204,204,204,.4392156863);
    padding: 10px 0;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.inc42-image-box img {
    width: 100px;
    min-width: 100px;
    margin-bottom: 0px;
    height: 75px;
    border-radius: 5px;
}

span.inc42-recomendation-header {
    font-size: 16px;
    font-family: arial,helvetica,tahoma,verdana,"sans-serif";
    color: #232323;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    line-height: 23px;
    text-align: left;
    overflow: hidden;
    margin: 0;
    height: 74px;
    padding: 0 16px 8px;
}

li.inc42-recomendation:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}
li.inc42-recomendation a {
    flex-direction: row !important;
    justify-content: unset !important;
    height: 100%;
    text-decoration: none;
    align-items: center;
    background: #fcfcfc;
}

/* Footer Recommendation */
.inc42-footer-recommendation-wrapper .inc42-image-box img {
    height: 225px;
    width: 300px;
    min-width: 300px;
    margin-bottom: 0px !important;
}

.inc42-footer-recommendation-wrapper li.inc42-recomendation {
    margin-bottom: 20px;
}

.inc42-footer-recommendation-wrapper span.inc42-recomendation-header {
    font-size: 22px;
    font-family: arial,helvetica,tahoma,verdana,"sans-serif";
    color: #232323;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 15px 10px;
    margin: 0;
    height: auto;
}
.inc42-footer-recommendation-wrapper li.inc42-recomendation a {
    padding: 0px;
    border-radius: 5px;
    border: 0.09375rem solid #e6e6e6;
}
.inc42-side-recommendation-header {
    margin-bottom: 15px;
}
div#footer-recommendations .inc42-side-recommendation-header {
    margin-bottom: 30px;
}

@media only screen and (max-width:480px){
    .inc42-footer-recommendation-wrapper .inc42-image-box img {
        max-height: 110px;
        max-width: 150px !important;
        min-width: 150px !important;
        height: 110px;
    }

    .inc42-footer-recommendation-wrapper span.inc42-recomendation-header {
        font-size: 13px;
        line-height: 21px;
    }

    .inc42-footer-recommendation-wrapper li.inc42-recomendation a {
        justify-content: unset !important;
        flex: 1 1 200px;
        height: 100%;
        text-decoration: none;
        align-items: center;
        background: #fcfcfc;
        border-radius: 5px;
        border: 0.09375rem solid #e6e6e6;
    }
}