.calendar-container {
  margin-bottom: 70px; }
  .calendar-container .page-title {
    margin-top: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
  .calendar-container .page-title {
    flex-wrap: wrap; } }
    .calendar-container .page-title .title {
      font-size: 35px;
      font-weight: 500;
      color: #404040;
      margin-right: 25px;
      line-height: 35px; }
      @media only screen and (max-width: 767px) {
  .calendar-container .page-title .title {
    font-size: 28px;
    margin-bottom: 5px; } }
    .calendar-container .page-title .back-button {
      font-size: 14px;
      font-weight: 500;
      color: #404040; }
  .calendar-container .line {
    background-color: #81b849;
    height: 10px;
    width: 32px;
    margin-bottom: 20px; }
  .calendar-container .page-description {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
  .calendar-container .page-description {
    font-size: 12px; } }
  .calendar-container .underline {
    height: 1px;
    width: 100%;
    background-color: #707070;
    margin-bottom: 75px; }
  .calendar-container .calendar .card {
    padding: 25px 15px;
    margin-bottom: 25px;
    border: 1px #f0f0f0 solid;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18); }
    @media only screen and (max-width: 575px) {
      .calendar-container .calendar .card .row {
        flex-direction: column-reverse; } }
    .calendar-container .calendar .card .title {
      font-size: 22px;
      font-weight: 500;
      color: #404040;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
    .calendar-container .calendar .card .title {
      font-size: 20px; } }
    .calendar-container .calendar .card .description {
      font-size: 14px;
      font-weight: 400;
      color: #676767;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
    .calendar-container .calendar .card .description {
      font-size: 12px; } }
    .calendar-container .calendar .card .details {
      font-size: 13px;
      font-weight: 400;
      color: #676767;
      padding-right: 0px; }
      @media only screen and (max-width: 767px) {
    .calendar-container .calendar .card .details {
      font-size: 11px; } }
      .calendar-container .calendar .card .details span {
        font-weight: 500; }
    .calendar-container .calendar .card .place {
      padding-right: 10px;
      padding-left: 0px; }
      @media only screen and (max-width: 575px) {
    .calendar-container .calendar .card .place {
      padding-right: 15px;
      padding-left: 15px; } }
      .calendar-container .calendar .card .place .date {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media only screen and (max-width: 575px) {
    .calendar-container .calendar .card .place .date {
      justify-content: flex-start; } }
        .calendar-container .calendar .card .place .date .day {
          font-size: 42px;
          font-weight: 500;
          color: #404040;
          line-height: 30px; }
          @media only screen and (max-width: 767px) {
    .calendar-container .calendar .card .place .date .day {
      font-size: 40px; } }
        .calendar-container .calendar .card .place .date .year-month {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          font-size: 18px;
          font-weight: 400;
          color: #404040;
          line-height: 15px; }
          @media only screen and (max-width: 767px) {
    .calendar-container .calendar .card .place .date .year-month {
      font-size: 16px; } }
          .calendar-container .calendar .card .place .date .year-month .year {
            font-weight: 500; }
          .calendar-container .calendar .card .place .date .year-month .month {
            text-transform: uppercase; }
      .calendar-container .calendar .card .place .location {
        font-size: 15px;
        font-weight: 500;
        color: #81b849;
        text-align: right; }
        @media only screen and (max-width: 767px) {
    .calendar-container .calendar .card .place .location {
      font-size: 13px; } }
        @media only screen and (max-width: 575px) {
    .calendar-container .calendar .card .place .location {
      text-align: left;
      margin-bottom: 10px; } }
