#s-61 {
    padding: 40px 20px;
}

#s-61 .category-btn-wrapper {
    padding-top: 1rem !important
}

#s-61 a.style-3-title-link,
#s-61 a.category-btn {
    color: white;
    font-family: "Quicksand", sans-serif;
}


#s-61 i.far.fa-calendar-alt {
    color: #fbd5d2;
    margin-right: 5px;
}
#s-61 i.fas.fa-heart {
    color: #ec2a57;
}
.style-3-item {
    min-width: 100%;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0 -2px 10px, rgba(0, 0, 0, 0.23) 0 -5px 6px;
}
.style-3-item:hover .style-3-title-overlay {
    opacity: 0.4;
    transition: 0.5s ease;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    height: 100%;
    z-index: 1;
}
.style-3-item:hover .style-3-title-hide {
    opacity: 1;
    transition: 1s ease;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.style-3-title-overlay {
    height: 0;
    top: 0;
    background: #0e0e0e;
    transition: 1s ease;
}
.style-3-title-hide {
    bottom: 1.5rem;
    font-weight: bold;
    color: white;
    left: 1.5rem;
    margin-right: 1.5rem;
    z-index: 3;
    opacity: 1;
    transition: 1s ease;
}
#s-61 h3 a {
    font-family: "Quicksand", sans-serif !important;
    color: #dd3333;
}

#s-61 h3 a:hover {
    color: #4db7fe;
}

.style-3-title-link {
    font-size: 1.2rem;
    font-weight: 700;
}


@media (max-width:768px) {
    #s-61 {
        padding: 0 10px;
    }

    .style-3-item {
        margin-bottom: 20px;
    }
}