.page-prospect .hero {
  padding-bottom: 70px;
}

.hero-image {
    border-radius: 15px;
    overflow: hidden;
}

.page-health .hero,
.page-ruralhealth .hero{
	background-color: #F1F7FC;
	padding: 70px 0;
}

.page-ruralhealth .title-block h2 {
	margin-bottom: 20px;
}

.page-ruralhealth .bluebg .title-block {
	margin-bottom: 40px;
}

.page-ruralhealth section.gt-section h2.text-center {
    margin-bottom: 20px;
}

.content-block-s h2 {
	margin-bottom: 20px;
}

.content-block-s p.text-center {
	margin-bottom: 40px;
}

.content-block-s .list-block ul,
.long-content ul{
    list-style: disc;
	padding-left: 30px;
	margin-bottom: 20px;
}

.content-block-s .list-block ul li,
.long-content ul li{
	margin-bottom: 10px;
}

.page-health .gt-section .grid3 {
	gap: 20px;
}

.page-health .gt-section .grid-column {
	 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.page-health .gt-section .grid-column h3 {
	 margin-bottom: 0;
}

section.contact-section {
    margin-top: 80px;
}

section.gt-section .row {
  margin-top: 40px;
}

.grid-column {
    box-shadow: 0 25px 40px 30px rgba(0, 55, 100, 0.05);
}

section.gt-section .grid-column {
    box-shadow: 0 30px 30px 60px rgb(178 183 187 / 5%);
}

section.gt-section .grid-column h3 {
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

section.gt-section .grid-column p {
  line-height: 140%;
}

 @media (min-width: 572px) {}

/********************Tablet*********************/
@media (min-width: 767px){
  .page-prospect .hero {
    padding-bottom: 100px;
  }
	.page-health .hero,
	.page-ruralhealth .hero{
		padding: 100px 0;
	}
}
/********************Desktop*********************/
@media (min-width: 991px){
  .page-prospect .hero {
    padding-bottom: 320px;
  }

  .page-prospect .contact-section .grid3 {
    margin-top: 20px;
  }

  .grid-column {
      box-shadow: 0 25px 40px -9px rgba(0, 55, 100, 0.05);
  }

  section.contact-section {
      margin-top: -184px;
  }
	
	.page-health .hero,
	.page-ruralhealth .hero{
		padding: 120px 0;
	}
}

@media (min-width: 1020px){}
/********************1150*********************/
@media (min-width: 1150px){}
/********************1280*********************/
@media (min-width: 1280px){}
/********************1370*********************/
@media (min-width: 1370px){}
/********************1440*********************/
@media (min-width: 1440px){}

/********************1550*********************/
@media (min-width: 1550px){}