.card_favorite {
    display: inline-block;
    width: 100%;
    min-height: 320px;
    position: relative;
} 

.card_favorite._turquoise {
    background-color: #2dc0d4;
}

.card_favorite._pink {
    background-color: #eb579a;
}

.card__footer {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    bottom: 0px;
    text-align: center;
    color: #000;
    font-family: 'Gotham';
    font-size: 28px;
    font-weight: 500;
    padding: 20px 10px;
    text-transform: uppercase;
}
.card__content {
    display: inline-block;
    width: 100%;
    min-height: 400px;
    position: relative;
}
.card_favorite-music {
    background-image: url(../../img/f_music.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: inline-block;
    width: 100%;
    min-height: 250px;
}  

.card_favorite-soccer {
    background-image: url(../../img/f_soccer.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    min-height: 250px;
}

.card_favorite-cars {
    background-image: url(../../img/f_car.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    min-height: 250px;
}

.card_favorite__label {
    display: inline-block;
    font-family: 'Gotham Book';
    font-size: 15px;
    color: #898989;
    width: 100%;
    text-transform: uppercase;
    padding: 40px 0px 5px 0px;
} 

.card_favorite__answer {
    display: inline-block;
    font-family: 'Gotham';
    font-size: 20px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    padding: 5px 0px;
}

.card_resources {
    margin-bottom: -37px;
    min-height: 400px;
    height: 240px;
}

.card_resources-image {
    margin-bottom: -37px;
    width: 100%;
    min-height: 400px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.card__blog {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    box-sizing: border-box;
    margin: 15px 5px;
    position: relative;
}
.card__blog-link {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.card__blog__img {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #fff;
}
.card__blog__img img {
    width: 100%;
    height: auto;
}
.card__blog__title {
    font-family: 'Gotham';
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0px;
    height: 80px;
}
.card__blog__divader {
    width: 65px;
    height: 2px;
    background-color: #2dc0d4;
    display: block;
    margin: 0px;

}
.card__blog__info {
    font-family: 'Gotham Book';
    font-size: 15px;
    color: #898989;
    width: 100%;
    padding: 15px 0px 15px 0px;
}

.card__info {
    font-size: 14px;
    font-family: 'Gotham Book';
}

.card__info span {
    padding: 5px 0px;
    display: inline-block;
    color: #3D3D3D;
}

.card_contact {
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #E0E0E0;
}

.card__header_contact {
    display: inline-block;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 15px;
    font-size: 32px;
    font-family: 'Didot LT Std';
    font-weight: bold;
}

.card__resources-condo {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}
.card__img_resources-condo {
    display: inline-block;
    height: 230px;
    float: left;
    background-image: url(../../img/condo.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
}

.card__content_resources-condo {
    display: inline-block;
    padding: 25px;
     text-align: left;
     background-color: #fff;
      height: 230px;
      box-sizing: border-box;
}

.card_profile {
    padding: 0px 50px !important;
}

.card_profile_border {
    border-right: 1px solid #e5e5e5;
}

.card__title_resources-condo {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Gotham Book';
}

.card__subtitle_resources-condo {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Gotham Book';
    color: #eb579a;
    padding-bottom: 10px;

}

.card__text_resources-condo {
     width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Gotham Book';
    color: #898989;
}

@media screen and (min-width: 991px) and (max-width: 1500px) {
    .card_resources-image {
        margin-bottom: -80px;
    }
}

@media (max-width: 991px) { 
    .card_profile {
        padding: 0px 5px 30px 5px;
    }

    .card_profile_border {
        border-right: 0px;
    }
}
@media (max-width: 768px) {
    .card__content_resources-condo {
          height: auto;
    }
    .card_resources {
        min-height: 200px;
    }
    .card_resources-sellers, .card_resources-buyers, .card_resources-condo {
        min-height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .card_resources-image {
        margin-bottom: -60px;
    }
}

@media screen and (max-width: 400px) {
    .card_resources-image {
        margin-bottom: -100px;
    }
}