#s-60 {
    padding: 0 20px;
}

#s-60 h3 a {
    font-family: "Quicksand", sans-serif !important;
    color: #dd3333;
}

#s-60 h3 a:hover {
    color: #4db7fe;
}

#s-60 .title-value a,
#s-60 .style-10-category a {
    color: white;
    font-family: "Quicksand", sans-serif;
}

#s-60 .category-btn {
    font-family: "Quicksand", sans-serif;
}

#s-60 .category-btn-wrapper {
    padding-top: 3rem !important
}

.style-10-item {
    min-width: 100%;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0 -2px 10px, rgba(0, 0, 0, 0.23) 0 -5px 6px;
    position: relative;
}

#s-60 .title {
    bottom: 1rem;
    left: 2rem;
    border-radius: 4px;
    padding: 6px 10px;
    background: 0 0;
    transition: 1s ease;
}

#s-60 .style-10-item:hover .title {
    background: rgba(0, 0, 0, 0.31);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

#s-60 .title-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Quicksand", sans-serif !important;
}

.style-10-category {
    top: 2.5rem;
    left: 2rem;
    padding: 6px 20px;
    z-index: 3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
    background: #4db7fe;
    cursor: pointer;
    max-width: 90%;
    overflow: hidden;
}

.style-10-category:hover {
    background: #ec2a57;
}

.style-10-category a {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.style-10-thumb-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.style-10-item:hover .style-10-thumb-overlay {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


@media screen and (max-width:576px) {
    .style-10-item {
        margin-bottom: 30px;
        margin-top: 0;
    }

    #s-60 {
        padding: 0 10px;
    }
}
