.p-rel {
    position: relative;
}
.section-title {
    margin: 0;
    font-weight: 800;
}
.section-title.bg-main-color {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.item-title {
    margin-bottom: 0.125rem;
}
.item-tagline {
    margin: 0;
}
.hero-products .hero-product h5 {
    background: url('https://jeban.com/spotlight-item/mac-fixfam/05-bg-name-product@2x.png') left center no-repeat;
    background-size: contain;
}
.hero-products .hero-product hr {
    border-color: #ccc;
    font-size: 1.1rem;
}
.hero-products .hero-product a.btn {
    line-height: 1 !important;
    height: auto !important;
}
.hero-products .hero-product img {
    width: 35vw;
    max-width: 150px;
}
@media screen and (max-width: 370px) {
    .hero-products .media .media-body h5 {
        font-size: 1rem;
    }
    .hero-products .media .media-body p {
        font-size: 20px;
    }
    .hero-products .media.image-on-left img {
        margin-right: -10px !important;
    }
    .hero-products .media.image-on-right img {
        margin-left: -10px !important;
    }
}
.hero-product div:first-child img {
	padding-top: 80px;
}