.news-sect .title h2 {
  font-family: "Cabin", sans-serif;
  display: block;
  font-size: 36px;
  color: #5947a5;
}
.products-sect .title h2 {
  color: #5947a5;
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 36px;
}
.service-sect .title h2 {
  color: #a394e5;
  font-family: "Cabin", sans-serif;
  font-size: 36px;
  display: block;
}

.album-sect .title h2 {
  color: #000000;
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 28px;
}
.service-sect .title span,
.news-sect .title span,
.products-sect .title span,
.album-sect .title span,
.articles-sect .title span {
  display: none;
}
@media screen and (max-width: 1000px) {
  .service-sect .title h2,
  .news-sect .title h2,
  .products-sect .title h2,
  .album-sect .title h2,
  .articles-sect .title h2 {
    font-size: 28px;
  }
}
