.section-heading-left { gap: 10px; }
.smartphones-title {
    position: relative;
    padding-left: 50px;
    font-size: 25px;
    font-weight: 500 !important;
}

/* Double line icon */
.smartphones-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    height: 12px;
    transform: translateY(-50%);
    background:
        linear-gradient(#000 0 0) top,
        linear-gradient(#000 0 0) bottom;
    background-size: 100% 1px;
    background-repeat: no-repeat;
}
.smartphones-subtitle { color: #666; font-size: 14px; }

.smartphones-section .owl-item .item{
    min-height: auto !important;
}