@charset "utf-8";
/* CSS Document */
.brand_resources_wrapper {
    /*border: solid red 1px;*/
}
.section-heading-line {
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}
.brand_resources_wrapper h1 {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    color: #111;
    font-size: 1.5rem;
}
.resource_card {
    border: 1px solid #ececec;
    cursor: pointer;
    float: left;
    /*width: 33%;*/
}
.brand_resource_img {
    min-width: 100%;
    border-radius: 0.25rem;
    display: block;
}
.resource_card h3 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.2;
}
.breadcrumb_container {
    width: 100%;
    margin-bottom: 80px;
}
.breadcrumb_item {
    font-size: 25px;
    cursor: pointer;
}
