﻿.divBorderT {
    border-top: 2px solid #00548b;
    margin-top: 10px;
}

.collection-subtitleH h1{
    font-family: "Times, Times New Roman, serif";
    padding-bottom: 15px;
    font-size: 60px;
    color: #00558b;
    line-height: .9em;
    text-transform:capitalize;
}

.rowTop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-left: -16px;
}

.bgRight {
    background: url("/img/static-banners/9-Background-About_Us_Page-Booksource_Website_2022.png") 100% 100% no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-color: none !important;
}

.row {
    background: none !important;
}

@media (max-width: 576px) {
    .divBorderT {
        display: none;
    }

    .collection-subtitleH h1{
        font-size: 50px;
    }

    .collection-description {
        display: none;
    }

    .subheader {
        font-size: x-large !important;
    }
}
