.Categories {
    padding-bottom: 7%;
    margin-bottom: 20px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-495%);
  }
}
.content p{
color: black;
}
.accordion-header span {
    color:black;
}
.review-card a {
    width: 100%;
    display: flex;
color:black;
}
.reviews-text{
    margin-right: 20%;
}
.review-card a {

    gap: 12px;
    height: 50px;
}
.slider-container{
margin-top: 40px;
}
.rating img{
max-width:none;
}
.review-card {
    padding:16px 9px;}

.rating-nums{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
width:27%;
}

.review-cards-s{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.review-cards-s .review-card{
width:90%
}

.review-card .icon{
flex-shrink: 0;
}
.review-card a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    color: black;
    text-decoration: none;
}
@media screen and (max-width: 924px) {
.slide button{
padding: 0px 0%;
}
    .reviews-section-mob {
    padding: 0px 15px 40px 7px;
    justify-content: left;
}

.container {
padding-right: 10px;
    padding-left: 10px;
}
.reviews-text {
        max-width: 100%;
        margin-right: 0%;
        margin-bottom: 17%;
}
.card-plnak{
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
width:100%;
}


.review-card a {
    gap: 0px;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;

}
.review-card .icon {
    /* width: 10%; */
    height: 34px;
}

.review-info {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    /* text-align: center; */
    justify-content: center;
}

.review-card {
    display: flex;
    align-items: center;
    /* gap: 16px; */
    background: #fff;
    padding: 7px 9px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    width:50%}

.rating-nums {
    display: flex
;
    flex-direction: column;
    align-content: inherit;
    justify-content: center;
    flex-wrap: wrap;
}


.Category div {
  min-height: 180px;
  padding: 12% 8% 10%;
  font-size: 11px;
  height: auto;
}
#all-categories{
height: 50%;
}
.Categories{
padding-bottom: 0;
}
.Category-3 a{
margin-bottom:0px;
}

.slide button{
font-size: 17px;
    height: 7%;
    margin-left: 47px;
width: 200px;
}
.Category a:not(:last-child){
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .slide button {
        font-size: 17px;
        height: 39px;
        margin-left: 47px;
        width: 200px;
    }

    .Visual-inf-mob {
        border-radius: 25px 0px 0px 20px;
    }

  .clients-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .client-card {
    min-height: 200px; 
  }

  .client-combo {
    grid-column: 1 / -1; 
  }

  .client-image {
    max-width: 100%;
    height: 200px;
  }

  .card-content,
  .card-content-a {
    width: 90%; 
  }


  .Category {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px;
  }


  .Category div,
  .Category a {
    width: 100%;       
    min-width: 0;       
    box-sizing: border-box;
  }

  .Category div {
            height: 200px;    
    min-height: 180px;  
    padding: 12% 8% 10%;
    font-size: 11px;
  }

  .Category div img:first-of-type {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }


  .Category .client-combo {
    grid-column: 1 / -1;
  }

.Category div p {
    font-size: 11px;
}

  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .client-card,
  .client-combo {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 180px;
  }
  .client-image {
 height: 200px; max-width: 100%; 
}

  .Category a:last-child {
    grid-column: 1 / -1;
  }
.s-slide {
    flex: 0 0 50%;}
}