.resf {
    padding: 20px;
}

.resf h2 {
    color: #4c4e4f !important;
}

.resf__banner {
    position: fixed;
    z-index: 15000;
    width: auto;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 5px 10px 10px 35px;
    background: #54222c;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    transition: all ease-in-out 500ms;
    clip-path: 
    polygon(
        0% 0%,
        0% 0%,
        100% 0%,
        100% 0%,
        100% 100%,
        10% 95%,
        0% 0%
        );

}


.resf__banner:hover {
    padding: 5px 10px 10px 125px;
    color: #fff;
    text-decoration: underline;
    clip-path:
    polygon(
        0% 100%,
        5% 0%,
        100% 0%,
        100% 0%,
        100% 100%,
        0% 100%,
        0% 100%
    );

    
}

.resf__card-container {
    display: flex;
    flex-wrap: wrap;
}

.resf__card {
    display: flex;
    background: #F5F4F4;
    border-radius: 10px;
    overflow: hidden;
    margin: 1%;
    flex: 0 0 48%;
}

@media screen and (max-width: 768px ) {
    .resf__card-container {
        flex-direction: column;
    }
}

@media screen and (max-width: 588px ) {
    .resf__card {
        flex-direction: column;
    }
}

.resf__img {
    width: 100%;
    height: 100%;
}

.resf__col {
    flex-grow: 2;
    flex-basis: 0;
}

.resf__col--big {
    display: flex;
    align-items: center;
}

.resf__col--small {
    display: block;
    flex-basis: 0;
    flex-grow: 1 !important;
    background-size: contain !important;
    font-weight: bold;
}

.resf__header {
    padding: 30px;
    text-align: left !important;
}

.resf__title {
    letter-spacing: 3px !important;
    font-size: 20px !important;
    color: #7a303f;
}

.resf__content {
    padding: 10px 20px;
    width: 100%;
}
.resf_desc {}
.resf_tel {}
.resf_addr {}
.resf_url {}
.resf__nav{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    width: 100%;

}
.resf__main {
    margin-bottom: 10px;
}
.resf__h3 {
    margin: 0 !important;
}

.resf__p {
    margin: 0;
    font-family: sans-serif;
    font-size: 14px;
}

.resf__link {
    text-transform: uppercase;
    font-weight: bold;
    color: #7a303f;
    font-size: 14px !important;
}
.resf__p--small {
    font-size: 12px !important;
}

@media (min-width: 700px) {
    .resf__h3 {
        margin: 0 !important;
    }
}