#list-detail-component #list-detail-left-column .company .image {
    object-fit: cover !important;
    }

@media only screen and (min-width : 767px) {
.home-page h2, .home-page h3 {
    text-align: left;
}
}

@media only screen and (max-width : 767px) {
.home-page h2, .home-page h3 {
    text-align: center;
}
}

