.category-paragraph.title{
  font-size: 24px;
  font-weight: 400;
  color: #555555;
}

.category-paragraph{
  font-size: 17px;
  color: #949494;
}
.category-paragraph-sm{
  font-size: 15px;
  color: #949494;
}


.category-resources{
  padding: 60px 0px;
  cursor: default;
  transition: 0.3s;
}.category-resources:hover{
  transform: scale(1.03);
}.category-resources:hover .bg{
 background-color: #fcfcfc;
}
.category-resources img{
  width: 100%;
}
.category-resources .bg{
  border-radius: 6px;
  transition: 0.3s;
}.category-resources .bg:hover{
  background-color: #fcfcfc;
}
.category-resources .name{
  font-size: 16px;
}.category-resources .title{
  font-size: 18px;
  font-weight: 600;
}.category-resources .text{
  font-size: 15px;
  color: #888888;
}


.category-why-settechs{
  padding: 60px 0px;
  cursor: default;
  transition: 0.3s;
}.category-why-settechs:hover{
  transform: scale(1.03);
}.category-why-settechs:hover .bg{
 background-color: #fcfcfc;
}
.category-why-settechs img{
  width: 100%;
}
.category-why-settechs .bg{
  border-radius: 6px;
  transition: 0.3s;
}.category-why-settechs .bg:hover{
  background-color: #fcfcfc;
}
.category-why-settechs .name{
  font-size: 16px;
}.category-why-settechs .title{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}.category-why-settechs .text{
  font-size: 15px;
  color: #888888;
}

.category-dispatching{
  padding: 20px 20px;
  border-radius: 5px;
  cursor: default;
  transition: 0.3s;
}
.category-dispatching:hover{
  background-color: #fcfcfc;
}
.category-dispatching .title{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #707070;
}
.category-dispatching .text{
  font-size: 16px;
  color: #7b7b7b;
}
