.service-detail-thumb {
    width: 96px;
}

.service-detail-thumb img {
    display: block;
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 575px) {
    .service-detail-thumb {
        width: 78px;
    }

    .home-hero-title {
        max-width: calc(100vw - 48px);
        margin-right: auto;
        margin-left: auto;
        font-size: 2.2rem;
        overflow-wrap: normal;
    }
}
