.cp-flex-row {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

        .cp-flex-row1 {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }

        .cp-flex-row2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }

        .cp-flex-row3 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 450px;
            margin-top: 40px;
        }


        .inline {
            display: inline-block;
        }

        .cp-flex-column {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

        }

        .cp-desktop {
            display: block;
        }

        .cp-mobile {
            display: none;
        }

        .mobile-image {
            width: 100%
        }

        .cp-sidebody img {
            width: 100%;
            height: auto;
            display: block;
            margin-left: auto;
            margin-right: auto;

        }

        .cp-sidebody {
           width: 100%;
            margin: 0 auto;
            text-align: center;
          
            vertical-align: middle;
        }
        .cp-half-color{
            background: linear-gradient(to top, white 40%, #E6E4DE 40%);
        }
        .cp-box-space{
            padding: 10px;
        }

    


    .category-space{
        padding: 5px;
    }
     .swiper {
      width: 75%;
      
      height: 300px;
    }
    .swiper-slide {
      
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      border-radius: 10px;
    }

    .carousel-background{
        background: linear-gradient(to top, white 25%, #e7e4df 25%);

    }
       
   


@media screen and (max-width: 768px) {
 .cp-desktop{
    display: none;
 }

 .cp-mobile{
    display: block;
 }
}
        




        