.home-category-section .block-title,
.home-works-section .block-title,
.home-product-section .block-title {
    font-size: 32px !important;
    line-height: 160% !important;
    color: #1A3764 !important;
}

.home-category-section .subtitle,
.home-works-section .subtitle,
.home-product-section .subtitle {
    font-family: "Open Sans" !important;
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    color: #6b6b6b !important;
}


/* View All button */
 .section-header .view-all-btn {
  color: #FFFFFF;
  padding: 11px 45px 10px 45px;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'Open Sans';
  background-color: #C43D1A;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 160%;
}
.section-header .view-all-btn:hover {
  background-color: #C43D1A;
  color: #fff;
}
