@media only screen and (min-width: 768px) {
    .content-wrapper.home .favorites-container {
        margin: 0 -40px -20px;
    }

    .content-wrapper.home .favorites-header {
        margin-left: -27px;
    }
}

.favorites-item {
    background: #F5F5F5;
    border-radius: 15px;
    height: 100%;
}

.favorites-icon {
    margin-top: .5em;
    font-size: 2.5em;
}

.favorites-title {
    margin-bottom: 10px;
    color: black;
}

.p-7 {
    padding: 7px;
}

.justify-center {
    justify-content: center;
}