@media  screen and (max-width: 1440px) {
    .video-background {
        height: 942px;
    }
}
@media  screen and (max-width: 1280px) {
    .video-background {
        height: 908px;
    }
}
@media  screen and (max-width: 1366px) {
    .video-background {
        height: 926px;
    }
}
/* Tablet resolution (768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .mobile-display-block {
        display: block !important;
      }
      .mobile-display-none {
        display: none;
      } 
      header{
        z-index: 99;
      }
      .home-our-blog .mobile-display-block { 
        display: none !important;
      }
      .home-our-blog  .mobile-display-none {
        display: block;
      } 
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
    .navbar-toggler {
        position: absolute;
        top: 20px;
        right: 0px;
        z-index: 9999;
        padding: 0px;
        border: none;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar .navbar-collapse {
        flex-direction: column;
    }
    .right-navbar .nav-link.active {
        border: 0px;
        padding-bottom: 0px;
    }

    .right-navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #333;
        transition: right 0.3s ease;
        z-index: 9998;
        padding: 0px;
        filter: none;
    }

    .right-navbar.show {
        right: 0;
    }

    .right-navbar .navbar-nav {
        flex-direction: column;
        padding: 40px 0;
        width: 100%;
    }

    .right-navbar .nav-item {
        padding: 20px 0;
    }

    .right-navbar .nav-item a {
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        text-align: center;
    }

    .right-navbar .work-hours {
        width: 100%;
        justify-content: center;
        border-radius: 0px;
    }

    .navbar-toggler .navbar-toggler-icon svg {
        width: 26px;
        height: 26px;
    }

    .navbar .navbar-brand img {
        max-width: 50px;
    }

    .close-icon {
        background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2024.1273L24.1274%201.99996%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2%202L24.1274%2024.1274%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E) !important;
        background-size: contain !important;
        height: 20px;
        background-repeat: no-repeat !important;
    }

    .open-icon {
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2227%22%20viewBox%3D%220%200%2036%2027%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2.25635%202H33.5492%22%20stroke%3D%22%234E4E4E%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2.12817%2013.2676H33.421%22%20stroke%3D%22%234E4E4E%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2%2024.5352H33.2928%22%20stroke%3D%22%234E4E4E%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .footer-section .container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }

    .footer-section .f-column-1,
    .footer-section .f-column-2,
    .footer-section .f-column-3 {
        width: 30%;
        text-align: left;
        flex-basis: 30%;
    }

    .footer-section .f-column-4,
    .footer-section .f-column-5 {
        width: 48%;
        text-align: left;
    }
    .footer-section .f-column-5 {
        flex-basis: 50%;
    }
    .footer-section .newsletter-form .form-input {
        width: 70%;
    }

    .footer-section .newsletter-form .newsletter-btn {
        width: 30%;
    }

    .footer-section .copyright-text {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
    }
    .video-background {
        height: 775px;
    }
    .home-cheaper-packing .container-fluid {
        padding: 0px 15px;
    }
    .home-cheaper-packing .row .left-col {
        padding: 20px 15px 20px 15px;
    }
    .home-cheaper-packing .right-col {
        padding: 0px 15px 20px;
    }
    .container-padding-right {
        padding: 0px 15px 0px 15px;
    }
    .industry-section .container-padding-right {
        padding: 0px 15px 0px 0px;
    }
    .home-package-solution .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .home-package-solution .left-col {
        height: 560px;
    }
    .home-package-solution .img-div img {
        margin-top: -40px;
    }
    .home-package-solution .img-div img {
        width: 78%;
        left: -21.42vw;
    }
    .home-cheaper-packing h1 {
        max-width: 100%;
    }
    .honeycomb-line {
        display: none;
    }
    .vision-mission .left-col {
        padding: 80px 25px 50px 0px;
    }
    .vision-mission .right-col {
        padding: 80px 0px 50px 25px;
    }
    .timeline-journey .timeline {
        width: 100%;
    }
    /****/
    .our-team-members .main-col .content {
        padding: 20px 20px;
    }
    .blog-post-list .blog-meta {
        order: 2;
    }
    .blog-post-list .blog-image {
        order: 1;
        padding-bottom: 30px;
    }
    .blog-post-list .blog-features-image-zoom {
        height: 100%;
    }
    .blog-post-list .blog-meta-details h1 {
        line-height: 50px;
    }
    /****/
    .product-box-why-make .content h2 {
        padding-bottom: 30px;
    }
    .product-box-why-make .container-fluid {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .product-box-why-make  .badge {
        padding: 20px;
    }
    .product-box-why-make .content {
        padding-top: 30px;
    }
    .product-box-reduce .inner-content {
        max-width: 500px;
        margin: 0 auto;
      }
      .product-box-reduce .circle-bg {
        width: 182px;
        height: 182px;
      }
      .product-box-reduce .main-content h2{
        line-height: 56px;
        max-width: 390px;
      }
      .product-box-reduce .main-content p{
        font-size: 18px;
      }
      .product-box-reduce .main-content h3{
        font-size: 32px;
        line-height: 56px;
      }
      .product-box-reduce hr {
        color: rgba(255, 255, 255, 1);
        border: 0.5px solid !important;
        opacity: 1;
        margin: 40px 0px 40px 0px;
    }
    .product-box-reduce .img-div {
        position: initial;
        max-width: 80%;
    }
    .product-pallets-list .ordersm2 {
        order: 2 !important;
    }
    .product-pallets-list .even-row, .product-pallets-list .odd-row {
        justify-content: center;
        padding: 50px 0px;
    }
    .product-pallets-bottom {
        padding: 50px 0px;
    }
    .product-pallets-list .even-row .content {
        padding-left: 0px;
        padding-bottom: 30px;
    }
}

@media screen and (width: 1024px) and (height: 1366px) and (orientation: portrait)
        {
        .right-navbar .nav-item {
            padding: 0px 10px;
        }
        .footer-section .f-column-1, .footer-section .f-column-2, .footer-section .f-column-3 {
            flex: auto;
        }
        .our-team-members .main-col .content {
            padding: 20px 20px;
        }
}


@media screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 32px;
        line-height: 45px;
    }
    h3 {
        font-size: 22px;
    }
    p {
        font-size: 18px;
    }
    .mp-0 {
        padding: 0px;
    }
    .mpb-10 {
        padding-bottom: 10px;
    }

    .mpb-20 {
        padding-bottom: 20px;
    }
    .mpt-30 {
        padding-top: 30px;
    }
    .mm-0 {
        margin: 0px;
    }
    .container {
        max-width: 95vw !important;
    }
    .mobile-display-block {
        display: block;
      }
      .mobile-display-none {
        display: none;
      }      
    .primary-btn, .secondary-btn  {
        font-size: 18px;
        padding: 5px 15px;
    }
    header{
        z-index: 99;
      }
    .navbar-toggler {
        position: absolute;
        top: 20px;
        right: 0px;
        z-index: 9999;
        padding: 0px;
        border: none;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .right-navbar .nav-link.active {
        border: 0px;
        padding-bottom: 0px;
    }

    .right-navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #333;
        transition: right 0.3s ease;
        z-index: 9998;
        padding: 0px 0px 0px 0px;
        filter: none;
    }

    .right-navbar.show {
        right: 0;
    }

    .right-navbar .navbar-nav {
        flex-direction: column;
        padding: 40px 0;
        width: 100%;
    }

    .right-navbar .nav-item {
        padding: 20px 0;
    }

    .right-navbar .nav-item a {
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        text-align: center;
    }

    .nav-item.dropdown:hover .dropdown-menu{
        display: none
    }
    .nav-item.dropdown.menu-item-has-children .custom-dropdown.show{
        display: block;
    }
    .nav-link:focus-visible{
        box-shadow: none;
    }
    .work-hours {
        display: none;
    }

    .navbar-toggler .navbar-toggler-icon svg {
        width: 26px;
        height: 26px;
    }

    .navbar .navbar-brand img {
        max-width: 50px;
    }

    .close-icon {
        background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2%2024.1273L24.1274%201.99996%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2%202L24.1274%2024.1274%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E) !important;
        background-size: contain !important;
        height: 20px;
        background-repeat: no-repeat !important;
    }

    .open-icon {
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2227%22%20viewBox%3D%220%200%2036%2027%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2.25635%202H33.5492%22%20stroke%3D%22%23006068%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2.12817%2013.2676H33.421%22%20stroke%3D%22%23006068%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2%2024.5352H33.2928%22%20stroke%3D%22%23006068%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;

        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .navbar-toggler-icon {
        background: none;
    }
    .footer-section .f-column-1 {
        flex-basis: 100%;
    }
    .footer-section .f-column-2, .footer-section .f-column-3 {
        flex-basis: 100%;
    }
    .footer-section .f-column-1,
    .footer-section .f-column-4,
    .footer-section .f-column-5 {
        width: 100%;
    }

    .footer-section .f-column-2,
    .footer-section .f-column-3 {
        width: 50%;
    }
    .footer-section .f-column-4 {
        flex-basis: 100%;
    }
    .footer-section .f-column-5 {
        padding-bottom: 0px;
    }
    .footer-section .copyright-text {
        text-align: center;
        padding-bottom: 0px;
    }
    .footer-section .newsletter-form .newsletter-btn {
        padding: 0px 5px;
    }
    .footer-section .newsletter-form .form-input {
        padding: 14px 0px;
    }
    .banner-content {
        margin-bottom: 20px;
    }
    .video-background {
        height:915px;
    }
    .home-banner .banner-content h2 {
        font-size: 45px;
    }
    .home-banner .banner-content h1 {
        font-size: 50px;
    }
    .home-banner .banner-content p {
        font-size: 22px;
    }
    .home-banner .top-content h3, .bottom-content h3 {
        font-size: 25px;
    }
    .home-banner .top-content p, .bottom-content p {
        font-size: 18px;
    }
    .home-banner .top-content {
        margin-bottom: -40px;
    }
    .inner-page-banner { 
        height: 300px;
        margin-top: -76px;
    }
    .inner-page-banner .banner-content {
        max-width: 100%;
    }
    .inner-page-banner h1, .inner-page-banner h3, .inner-page-banner p {
        margin-bottom: 15px;
    }
    .home-package-solution {
        padding: 135px 0px 50px 0px;
    }
    .home-package-top-solution .solution-content {
        top: 0%;
        left: 0%;
        transform: translate(0%);
    }
    .home-banner .row {
        padding: 50px 0px 30px 0px;
    }
    .home-banner .banner-btn {
        margin-top: 30px;
    }
    .home-package-top-solution .solution-content {
        position: relative;
        padding: 30px 40px;
        border-radius: 0px;
    }
    .home-package-solution .img-div img {
        width: 550px;
        height: auto;
    }
    .honeycomb-line {
        display: none;
    }
    .home-package-solution .container-fluid{
        padding-right: 15px;
    }
    .home-package-solution  .content {
        margin-top: 100px;
        padding: 0px 15px;
    }
    .home-package-solution .card-row {
        padding: 0px 15px;
        margin: 0px;
    }
    .middle-flex-row .col-md-7{
        padding-right: 0px;
    }
    .home-package-solution .card-row .card {
        margin-bottom: 50px;
    }

    .proof-row .col {
        flex-basis: 50%;
        padding-top: 0px;
        margin-right:0px;
    }
    .proof-row .col:nth-child(4) {
        display: block;
        margin: auto;
        flex-basis: 100%;
    }
    .home-cheaper-packing {
        padding: 50px 0px;
    }
    .home-package-top-solution .solution-content p {
        font-size: 30px;
        text-align: left;
        padding-bottom: 0px;
    }
    .home-cheaper-packing .row .left-col {
        padding: 0px 15px 20px 15px;
    }
    .home-cheaper-packing .right-col {
        padding-left: 15px;
    }
    .say-custom-slider-data {
        max-width: 354px;
    }
    .industry-section .left-col {
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .home-testimonial .slick-slider {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);    
    }
    .home-find-solution, .home-our-blog, .home-our-products,.home-testimonial {
        padding: 50px 0px;
    }
    .home-find-solution .solutions-lists p:last-of-type {
        padding-bottom: 0px;
    }
    /**/
    .home-our-products .secondary-btn {
        margin-top: 0px;
    }
    .home-our-products .secondary-btn:first-child {
        margin-bottom: 20px;
    }
    .home-our-products .content-wrapper .product-description {
        padding-bottom: 30px;
    }
    .home-our-products .button-group{
        display: block !important;
        text-align: center;
    }
    .about-banner {
        margin-top: -76px;
    }
    .about-banner .about-video-background {
        height: 300px;
    }
    .common-para-secion {
        padding: 50px 0px;
    }
    .vision-mission .left-col, .vision-mission .right-col {
        padding: 50px 0px 20px 0px;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .vision-mission .left-col::before {
        left: 0;
    }
    /***/
    .timeline-journey {
        margin-bottom: 50px;
    }
    .timeline-journey .timeline {
        width: 100%;
      }
      .timeline-journey .timeline ul li:nth-child(odd), .timeline-journey .timeline ul li:nth-child(even) {
        width: 100%;
      }
      .timeline-journey .timeline:before {
        left: 2%;
        top: 16px;
      }
      .timeline-journey .timeline ul li .content {
        margin-bottom: 20px;
      }
    
      .timeline-journey .timeline ul li:nth-child(even) {
        text-align: left;
      }
      .timeline-journey .timeline ul li:nth-child(odd):before, .timeline-journey .timeline ul li:nth-child(even):before {
        left: 0px;
        top: 20px;
      }
      .timeline-journey .timeline ul li:nth-child(even) .image-content,   .timeline-journey .timeline ul li:nth-child(odd) .image-content  {
        position: initial;
        padding-left: 0px;
        padding-bottom: 30px;
      }
      .timeline-journey .timeline ul .last-item .image-content, .timeline-journey .timeline{
        padding-bottom: 0px !important;
      }
      .timeline-journey .img-div img {
        object-fit: contain;
      }
      /****/
      .our-team-members .main-col {
        display: block !important;
      }
  
      .our-team-members .main-col .content {
        padding: 30px 0px 0px 0px;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .our-team-members .child-col {
        display: block;
    }
    .our-team-members .child-col .content {
        padding: 0px 0px 20px 0px;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    /****/
    .timeline-journey {
        padding: 50px 0px;
    }
    .common-bottom-content .content {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .common-bottom-content {
        margin-bottom: 60px;
    }
    /****/
    .blog-post-list, .blog-detail-content {
        padding: 50px 0px;
    }
    .related-blog-info, .blog-detail-content .single-post-banner {
        padding-bottom: 50px;
    }
    .blog-post-list .blog-meta, .blog-detail-content .blog-meta {
        order: 2;
    }
    .blog-post-list .blog-image, .blog-detail-content .blog-image {
        order: 1;
        padding-bottom: 30px;
    }
    .blog-post-list .blog-features-image-zoom, .blog-detail-content .blog-features-image-zoom {
        height: 100%;
    }
    .blog-post-list .blog-meta-details h1,.blog-detail-content .blog-meta-details h1, .related-blog-info .rel-top-heading h1 {
        line-height: 50px;
    }
    .blog-list-pagi .blog-content {
        flex-direction: column-reverse;
    }
    .blog-list-pagi .blog-col {
        padding-bottom: 30px;
    }
    .blog-list-pagi .single_blog_img, .related-blog-info .rel-group .related_blog_img  {
        padding-bottom: 10px;
        max-width: 250px;
        height: 200px;
    }
    .related-blog-info .rel-group-list {
        padding-bottom: 30px;
    }
    .rel-showmore-btn {
        display: inline-block !important;
    }
    /****/
    .industry-section-layout {
        padding:0px;
    }
    .industry-indroduction .even .content-div {
        padding: 15px;
        margin-bottom: 30px;
    }
    .industry-section-layout .industry .col {
        flex: 1 0 100%;
    }
    .industry-section-layout .industry .content {
        padding-bottom: 50px;
    }
    .industry-why-choose {
        padding: 50px 0px;
    }
    .industry-why-choose .diff-ul li {
        font-size: 18px;
    }
    .industry-conventional-method {
        padding: 50px 0px;
        position: relative;
    }
    .industry-sustainable-way {
        padding: 50px 0px;
    }
    .industry-sustainable-way2-363 {
        padding-bottom: 0px;
    }
    .industry-products {
        padding: 50px 0px;
    }
    /****/
    .cta-bottom-section {
        margin-bottom: 60px;
    }
    .cta-bottom-section .content {
        display: block;
    }
    .cta-bottom-section .content p {
        padding-bottom: 30px;
    }
    /****/
    .solutions-section {
        padding:50px 0px 50px 0px;
    }
    .solutions-section .main-container-fluid {
        padding-left: 15px;
    }
    .solutions-section .left-col, .solutions-section .right-col {
        padding: 0px 15px 0px 15px;
    }
    .solutions-section .solution-list-container .row {
        padding-top: 50px;
    }
    .solution-applications{
        margin-top: 30px;
    }
    .solution-applications .img-col {
        order: 2;
    }
    .solution-applications .img-div {
        position: relative;
    }
    .solution-applications .content-div  {
        padding-bottom: 0px;
    }
    .solution-intro {
        padding-top: 50px;
    }
    .solution-intro .process-flow {
        display: block;
    }
    .solution-intro .arrow-col  {
        max-width: 100%;
        padding: 30px 0px;
    }
    .solution-intro .arrow svg{
        transform: rotate(90deg);
    }
    .mobile-padding-right-0 {
        padding-right: 0px;
    }
    /****/
    .product-box-benefits {
        padding: 50px 0px 0px 0px;
    }
    .product-box-benefits .content {
        padding-bottom: 50px;
    }
    /****/
    .product-box-why-make .container-fluid {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .product-box-why-make .content {
        padding-top: 50px;
    }
    .product-box-why-make .badge {
        padding: inherit;
    }
    .product-box-why-make .order-xs-1 {
        text-align: center;
    }
    .product-box-why-make .content h2 {
        padding-bottom: 30px;
    }
    .product-box-why-make .content ul li {
        font-size: 18px;
        line-height: 40px;
    }
    /****/
    .product-box-reduce .reduce-pack-row {
        display: block;
    }
    .product-box-reduce .col {
        margin-bottom: 30px;
    }
    .product-box-reduce hr {
        margin: 30px 0px 30px 0px;
    }
    .product-box-reduce .circle-bg {
        margin: 0 auto;
    }
    /****/
    .product-box-reduce {
        padding: 50px 0px 0px 0px;
    }
    .product-box-our-boxes {
        padding: 50px 0px;
    }
    .order-xs-1 {
        order: 1;
    }
    .order-xs-2 {
        order: 2;
    }
    .product-box-our-boxes .title-col, .product-box-our-boxes .proof-col, .product-box-our-boxes .btn-col {
        flex: 1 0 100%;
    }
    .product-box-our-boxes .proof-row .col {
        flex-basis: inherit;
        padding-bottom: 25px;
        
    }
    .product-box-our-boxes .proof-row {
        display: block;
        flex-direction: column;
    }
    .product-box-our-boxes {
       overflow-x: hidden;
    }
    /****/
    .cta-bottom-section .content h2 {
        font-size: 25px;
    }
    /****/
    .product-box-intro {
        padding: 50px 0px;
    }
    /****/
    .product-pallets-list .content ul li  {
        align-items: start;
    }
    .product-pallets-list .even-row, .product-pallets-list .odd-row {
        padding: 50px 0px;
    }
    /****/
    .product-pallets-intro {
        padding: 50px 0px 20px 0px;
    }
    .product-pallets-bottom {
        padding: 50px 0px;
    }
    /****/
    .product-enquiry-form .modal-content {
        height: auto;
    }
    .product-enquiry-form .modal-body {
        padding: 30px;
    }
    .yearmonth-dropdown .wpcf7-list-item {
        padding-top: 10px;
    }
    .product-enquiry-form form.cf7mls input.wpcf7-form-control.wpcf7-submit  {
        width: auto;
    }
    .product-box-reduce .img-div {
        max-width: 100%;
        position: relative;
        left: auto;
        right: auto;
    }
    .product-enquiry-form .modal-dialog {
        width: auto;
        max-width: 100%;
    }
    /****/
    .solution-benefits {
        padding: 50px 0px 50px 0px !important;
    }
    .solution-benefits .benefits-row {
        padding: 55px 0px 25px 0px;
    }
    .solution-benefits .benefits-row .card {
        justify-content: normal;
    }
    /****/
    .solution-uses .uses-info {
        padding: 30px;
    }
    .solution-uses .uses-inr-list {
        padding: 0 0;
    }

}


@media screen and (min-width: 768px) {
    .bottom-content.aos-init.aos-animate {
        margin-top: -4.167vw !important;
  }
}
@media screen and (min-width: 1600px) {
    .bottom-content.aos-init.aos-animate {
        margin-top: -60px !important;
      }
}
@media screen and (max-width: 767px) {
    .bottom-content.aos-init.aos-animate {
        margin-top: -25px;
        float: left;
    }
}