#categories .title h2 {
  font-size:39px;
}
#categories .title p {
  margin-bottom: 52px;
  font-size: 21px;
  line-height: 27px;
}


#categories img {
  border-radius: 50%;
}

#categories strong {
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  border: 2px solid transparent;
  padding: 0 25px;
}


.categories-item:hover strong {
  border-color: var(--red) !important;
}

.categories-item:hover img {
  box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.2);
}

.categories-image {
  margin-bottom: 14px;
}

@media screen and (max-width: 1020px ) {
  #categories .cats {justify-content:center;}
  #categories .categories-item {margin:15px;}
}

@media screen and (max-width: 567px ) {
  #categories .title h2 {
    margin-bottom: 10px;
  }
  #categories .title p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height:24px;
  }
  #categories .categories-item {margin:15px 4px;}
}