﻿.pageWrp_head {
  padding: 2rem 0; }
  .pageWrp_head h1 {
    color: #04646f; }

.main_content .news_content {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1.5em;
  position: relative; }
  .main_content .news_content h4 {
    margin-bottom: 0px;
    position: relative;
    padding: 0px 1rem 30px 1rem;
    display: inline-block; }
  .main_content .news_content span {
    font-size: 1rem;
    text-align: right;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 0;
    right: 1em; }
    .main_content .news_content span a {
      color: #927112;
      transition: all 0.5s ease 0s; }
      .main_content .news_content span a:hover {
        color: #4baaa4;
        transition: all 0.5s ease 0s; }

.main_content .news_box .news_gallery {
  position: relative;
  /* height: 500px;*/
  overflow: hidden; }
  .main_content .news_box .news_gallery .calender_icon {
    position: absolute;
    bottom: 10%;
    right: 5%;
    text-align: center; }
    .main_content .news_box .news_gallery .calender_icon p {
      font-weight: bold;
      color: #927112;
      margin: 0;
      font-size: 1.5rem;
      line-height: 1; }
    .main_content .news_box .news_gallery .calender_icon span {
      color: #927112;
      line-height: 0.9;
      display: block;
      font-size: 0.8rem; }
    .main_content .news_box .news_gallery .calender_icon .date_details {
      position: absolute;
      transform: translateY(100%);
      margin: 0 auto;
      text-align: center;
      right: 0;
      left: 0; }

.about_content .date-title {
  color: #04646f;
  font-size: 1.6rem;
  display: block; }

.text-green {
  color: #04646f !important; }

@media (max-width: 575px) {
  .pageWrp_head .col-6 {
    padding: 0; }
    .pageWrp_head .col-6 h1 {
      font-size: 1.5rem; } }

@media (max-width: 991px) {
  .main_content .news_content {
    text-align: left !important;
    padding-bottom: 0 !important; }
    .main_content .news_content span {
      right: auto;
      /*left: 1em;*/
      position: relative !important;
      text-align: left !important;
      margin-top: 0.5rem !important; } }
