﻿.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;
}

@media (max-width: 576px) {
    .divBorderT {
        display: none;
    }

    .collection-subtitleH h1{
        font-size: 50px;
    }

    .collection-description {
        display: none;
    }
}
