@charset "UTF-8";
/* IMPORTS */
/* VARIABLES */
/*
 * Cityu Template Theme
 */
/* MIXINS */
.node--type-cityu-service .block-entity-fieldnodetitle h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  color: #bf165e; }
  @media (max-width: 1199.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
      font-size: 30px;
      line-height: 1.4;
      letter-spacing: -0.33px; } }
  @media (max-width: 999.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
      font-size: 26px;
      line-height: 1.38;
      letter-spacing: -0.29px; } }
  @media (max-width: 759.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
      font-size: 24px;
      line-height: 1.25;
      letter-spacing: normal; } }

.node--type-cityu-service .block-entity-fieldnodetitle h1 {
  margin-bottom: 24px; }
  @media (max-width: 999.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
      margin-bottom: 22px; } }
  @media (max-width: 759.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
      margin-bottom: 11px; } }
  .node--type-cityu-service .block-entity-fieldnodetitle h1 span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-right: 10px;
    background-color: #bf165e; }
    .node--type-cityu-service .block-entity-fieldnodetitle h1 span i {
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 2px;
      display: block;
      width: 100%;
      text-align: center;
      color: #FFF;
      font-size: 12px;
      transform: scale(0.83);
      font-style: normal;
      font-weight: bold;
      line-height: 1; }
    .node--type-cityu-service .block-entity-fieldnodetitle h1 span::after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      color: #FFF;
      position: absolute;
      font-size: 12px;
      z-index: 1;
      top: 3px;
      left: 0;
      width: 100%;
      text-align: center;
      line-height: 1;
      transform: scale(0.9); }

.block-entity-fieldnodefield-cityu-service-description {
  padding: 0; }
  .block-entity-fieldnodefield-cityu-service-description .field__item:first-child .field--name-field-cityu-content > *:first-child {
    padding-top: 20px;
    margin-top: 0; }
    @media (max-width: 759.98px) {
      .block-entity-fieldnodefield-cityu-service-description .field__item:first-child .field--name-field-cityu-content > *:first-child {
        padding-top: 14px; } }
