@media only screen and (max-width: 600px) {
    .title_all_box.style_one .title_sections .title {
        font-size: 24px;
        line-height: 50px;
        font-weight: 700;
        color: var(--heading-dark);
        padding: 0px 0px 10px 0px;
        font-family: var(--company-family-one);
        margin-top: 36px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 435px;
        margin-top: 0px;
        left: 0px;
        top: 48px;
    }
    .carousel-item img {
        height: 244px;
        object-fit: cover;
    }
    .title_all_box.style_one .title_sections .title {
        font-size: 21px;
        line-height: 30px;
        font-weight: 700;
        color: var(--heading-dark);
        padding: 0px 0px 10px 0px;
        font-family: var(--company-family-one);
        margin-top: 18px; 
    }
    .no-padding {
        padding-right: 0px;
    }
  }