.title {
    color: #000000;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 2px 2px 0 #c4d43a;
    position: relative;
  }
  
  .page_title {
    height: fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_white);
    text-shadow: 2px 2px 0 #00baff;
    font-size: 34px;
    position: relative;
    text-align: center;
    text-wrap: balance;
  }
  
  .main_heading {
    color: #000000;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    position: relative;
  }
  
  .compound_title {
    display: flex;
    flex-direction: column;
  }
  
  .compound_title .title_heading {
    font-size: 50px;
  }
  
  .town_events .main_heading {
    font-size: 22px;
  }
  
  @media screen and (min-width: 1025px) {
    .title {
      font-size: 52px;
    }
    .page_title {
      display: flex;
      justify-content: start;
      align-items: center;
      font-size: 52px;
      padding-left: 40px;
    }
  
    .main_heading {
      font-size: 44px;
    }
    .compound_title .title_heading {
      font-size: 60px;
    }
  
    .town_events .main_heading {
      font-size: 32px;
      text-align: left;
    }
  }
  