.TitleImg {
    width: 95%;
    overflow-y: overlay;
    padding-left: 5%;
}

.TitleImg>img {
    width: 100%;
}

@media (max-width: 740px) {
    .TitleImg {
        width: 100%;
        padding: 0;
    }

}

.crumbs {
    width: 100%;
    padding-bottom: 6%;
    padding-left: 15%;
    padding-top: 3%;
}

.crumbs>a {
    color: #606060;
    cursor: pointer;
    font-weight: 550;
    text-decoration: none;
}

.crumbs>a:after {
    content: "/";
    margin-left: 1%;
}

.crumbs>a:last-child:after {
    content: "";
    margin: 0;
}

.crumbs>a:first-child {
    display: inline;
    font-size: 16px;
}

.crumbs>a:last-child {
    font-size: 18px;
    color: #000;
    font-weight: 550;
}

.crumbs>a:hover {
    color: #036eb8;
}

@media (max-width: 740px) {
    .crumbs>a:first-child {
        font-size: 12px;
    }

    .crumbs>a:last-child {
        font-size: 14px;
        color: #000;
        font-weight: 550;
    }
}
.bread_more{
    margin-left: 1%;
}