
.service-card {
    border: 1px solid #ffffff4f;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* background: #fff; */
    overflow: hidden;
    box-shadow: 0px 0 24px 8px #d861007a;
}
    .service-card .card-body{
    padding: 20px 20px 20px;
    }
.service-card:hover {
    box-shadow: 0px 0px 12px #8d3f00;
    cursor: pointer;
}
.service-card img {
    height: 400px;
    object-fit: contain;
    /* background-color: #f8f9fa; */
    margin-bottom: 15px;
}
    .service-card h5 {
      color: #fff;
    font-size: 16px;
    font-weight: 600;
    }
    
.service-card p {
    font-size: 14px;
    font-weight: 300;
      color: #fff;
      min-height: 100px;
} 	

.service-card p a {
    color: #fff;
    text-decoration: underline;
}
.service-card p a:hover{
    color: #fff;
    text-decoration: none;

}
    .card-link {
      margin-top: auto;
      font-weight: 500;
    }
    
.service-card a.card-link {
    font-size: 14px;
    font-weight: 400;
      color: #fff;
}
.service-card a.card-link:hover {
    font-weight: 500;
}
.service-card a.card-link.btn.btn-primary:hover {
    color: #000;
}

.first-section.born-content .container .section-content h2 {
    font-weight: 400;
}
.imaging-card {
  background:#EC8430;
  padding: 30px;
  color: white;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  max-width: 1100px;
  margin: auto;
  text-align: center;

}

.imaging-card h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.imaging-card p {
  line-height: 1.6;
  margin: 15px 0;
      width: 100%;
    justify-content: center;
}
.imaging-card.notes p, .imaging-card.notes p * {
   /* color: #747474 !important;*/
    color: #000 !important;
    line-height: 1.3;
}
.imaging-card.notes h2{
opacity: .9;
}
.text-start.imaging-card * {
    text-align: left;
    align-items: self-end;
    justify-content: left;
}

.text-start.imaging-card p strong {
    font-size: 122%;
    padding: 10px 0 0;line-height: 1;
}
.imaging-card ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.imaging-highlight {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
}

.imaging-highlight h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}



.sub-header {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.imaging-product {
    /* background: #fff; */
    color: #000;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #fff;
}

.service-card .card-body {
    display: flex;
    flex-direction: column;
}


.service-card .card-body h6 {
    margin: auto auto 0;
    width: 100%;
    display: flex;
}
.first-section.born-content {
    padding: 0;
}


.service-card a {
    width: 49%;
    box-sizing: border-box;
    margin: auto;
}

.first-section.born-content .section-images {
    min-width: 400px;
    max-width: 400px;
    display: flex;
    align-items: center;
}


.first-section.born-content .section-images.emr {
    /*min-width: 300px;
    max-width: 300px;*/
}


.first-section.born-content .section-images img {
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    object-fit: contain;
    background: #c2cad3;
}
.first-section.born-content .container .same-container,
.first-section.born-content .container {
    display: flex;
    align-items: center;
}
.first-section.born-content .container .section-content {
    padding: 20px 0;
}
.first-section.born-content .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

section.product-imaging-layout .container {
    padding-top: 70px;
    padding-bottom: 70px;
}
.resources-list {}

.resources-list .row {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.resources-list .row > div:last-child {
    color: #000;
    padding: 0 20px 0 10px;
}

.resources-list .row > div:last-child p {
color: #000;
    font-size: 14px;
    line-height: 1;
    margin-top: 20px;
    font-size: 1px;
    font-weight: 600;
}

.resources-list .row > div:last-child a {
    color: #000;
    text-decoration: underline;
    line-height: 1;
}



.resources-list .row img {
    width: 250px;
    /* min-width: 300px; */
    padding: 0px;
    height: 200px;
    object-fit: cover;
    max-width: 100%;
}

.product-imaging-layout .gallery a img {
    aspect-ratio: 1 / 1;
    width: 100%;
}

.product-imaging-layout .gallery a {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 30px 0;
}
section.gem-section .section-title p a{
color:inherit;
font-size:inherit;
font-weight:inherit;

}
section.gem-section .section-title p a:hover{
    text-decoration: unset;
}

.resources-wipper {
    margin-bottom: -60px;
}

.card-link.v-record {
    padding: 5px 10px 5px 0px;
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}




@media (max-width: 767px) {
	.first-section.born-content .container .same-container,
	.first-section.born-content .container {
	    display: block;
	    align-items: center;
	}
	.first-section.born-content .section-images {
	    min-width: 100%;
	    padding: 0 !important;
	}
	.imaging-card {
	    padding: 14px;
	}

.resources-list {
    padding: 0 14px;
}

}
