.home-product-categories {
    display: flex;
    gap: 30px;
    padding: 4em 0;
}

.home-product-categories .inner-page-banner {
    position: relative;
    min-height: auto !important;
}

.home-product .title {
    width: calc(100% - 40px);
    color: #fff;
    position: absolute;
    top: 40px;
    left: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    font-size: 1.75rem !important;
}

.home-product p {
    width: calc(100% - 40px);
    color: #fff;
    position: absolute;
    top: calc(50% - 10px);
    left: 20px;
    padding-bottom: 8px;
    font-size: 1.25rem;
}

section.cooming-soon .section-inner {
    display: block;
}

@media (max-width:767px) {
   .home-product-categories {
    flex-direction: column;
   } 
}