<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.category-service {
  margin-left: 20px;
  border: 0.5px solid #c1c1c1;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 383px;
  max-height: 383px; }
  @media (max-width: 992px) {
    .category-service {
      margin-left: 15px; } }
  .category-service img {
    border-radius: 4px 4px 0 0;
    height: 140px;
    width: 100%;
    object-fit: cover; }
  .category-service .service__content {
    background: #FFFFFF;
    padding: 8px;
    height: 240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
    .category-service .service__content .service__content__category {
      font-weight: 500;
      font-size: 10px;
      line-height: 16px;
      font-family: "archiabold";
      color: #154EA5; }
    .category-service .service__content .service__content__title {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #0A7249;
      margin: 6px 0;
      font-family: "archiasemibold"; }
      @media (max-width: 768px) {
        .category-service .service__content .service__content__title {
          font-size: 15px; } }
      .category-service .service__content .service__content__title a {
        color: #278200 !important; }
        .category-service .service__content .service__content__title a:hover {
          color: #278200; }
    .category-service .service__content .service__content__text {
      font-size: 13px;
      line-height: 21px;
      margin-top: 2px;
      margin-bottom: 0; }
  .category-service .service-footer {
    height: 32px;
    width: 100%;
    margin-top: auto; }
    .category-service .service-footer .service__content__submenu-link {
      width: 100%;
      border-radius: 100px;
      background: #13cf85;
      height: 32px;
      border: 2px solid #13cf85;
      font-family: "archiasemibold";
      font-weight: 500;
      text-decoration: none;
      font-size: 13px;
      color: #0C2E61 !important; }
      .category-service .service-footer .service__content__submenu-link:hover {
        background: #FFFFFF; }
</pre></body></html>