.widget-wrapper {
    margin-top: 30px;
    margin-bottom: -60px;
}


.widget-inner-wrapper .widget-title {
    color: #1b1b21;
    font-weight: bold;
    margin-top: 15px;
}

.widget-inner-wrapper .widget-text {
    color: #1b1b21;
    margin-top: 15px;
}

.widget-inner-wrapper .widget-name {
    color: #96969c;
    font-weight: lighter;
    font-size: 14px;
}

.widget-inner-wrapper img {
    max-width: 100px;
    height: auto;
}


.owl-stage {
display: flex;
}

.owl-item{
    background: #fafafa;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
}




.owl-nav {
    position: absolute;
    width: 107%;

    margin: auto;
    bottom: 40%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.owl-nav button {
    outline: none;
}

.owl-nav button span {
    font-size: 50px;
    color: #95cf95;
    font-weight: 600;
    text-shadow: 0 0 5px white;
}

.owl-next {
    float: right;
}

@media screen and (max-width: 1200px) {
    .owl-nav {

        width: 106%;

        margin: auto;
        bottom: 60%;
        left: 0%;
        transform: none;
    }

}
@media screen and (max-width: 415px) {
    .widget-inner-wrapper img {
        max-width: 140px;
        height: auto;
    }
}
