.choose__by__category {
    margin-top: 30px;
    text-align: center;
}

.choose__by__category > strong{
  color: #000;
    text-transform: none;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
}

.choose__by__categories {
  display: flex;
  margin-top: 27px;
}


.choose__by__category__item .categoryitemimage img {
  border-radius: 50%;
  border: 2px solid #cbcbcb8a;
  display: flex;
  box-shadow: 0px 1px 4px 0px rgb(98 98 98 / 64%);
}

.choose__by__category__item .categoryitemimage img:hover {
    opacity: 0.8;
}

.choose__by__category__item > span{
  margin-top: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0px;
}


.choose__by__category__item a{
        display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin: 0px 4px;
    padding: 4px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}


.choose__by__category__item img {
    border-radius: 50%;
   
    object-fit: cover;
    margin-bottom: 8px;
    z-index: 1;
    border: 3px solid #000;
}

.conteiner.choose__by__category svg {
    background: none;
    border: none;
    width: 15px;
    height: 15px;
}

.choose__by__categories .prev-arrow.slick-arrow {
    position: absolute;
    top: 65px;
    left: -9px;
}

.choose__by__categories .next-arrow.slick-arrow {
    position: absolute;
    top: 65px;
    right: -10px !important;
}

@media(min-width: 992px){
    .choose__by__category__item img {
        height: 150px;
        width: 150px;
    }
}


@media(max-width: 992px){
    
    .choose__by__category__item img{
        height: 123px;
        width: 200px;
    }

    .choose__by__category{
        margin-top: 50px;
    }

}