/* Add here all your CSS customizations */

@media (max-width:768px) {
    .page-header .breadcrumb.breadcrumb-light {
     float: left !important;
    }
}

.teamsBox > div > img {
    max-width: 350px;
}

.teamsBox > div:first-child {
    border-right: 1px solid #ddd;
}