.newlatestpatienthistory {
  padding-top: 80px; 
  padding-bottom: 80px; 
  scroll-margin-top: 200px;
}
.newlatestpatienthistory .container .row .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newlatestpatienthistory .container .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newlatestpatienthistory .container .row .col-md-6 {
  margin-bottom: 30px;
}
.newlatestpatienthistory .container .row .col-md-6 .imgs {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.newlatestpatienthistory .container .row .col-md-6 .ico {
  position: absolute;
  display: flex;
  top: -30px;
  left: -20px;
  user-select: none;
  pointer-events: none;
  transform: scale(0.9);
}
.newlatestpatienthistory .container .row .col-md-6 .button {
  margin-top: 20px;
}
.newlatestpatienthistory .container .row .col-md-6 .imgs img {
  width: calc(50% - 8px);
  height: 228px;
  object-fit: cover;
  border-radius: 16px;
}
.newlatestpatienthistory .container .row .col-md-6 a ::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
.newlatestpatienthistory .container .row .col-md-6 a ::selection {
  color: #fff;
  background-color: #A6217A;
}
.newlatestpatienthistory .container .row .col-md-6 a ::moz-selection { 
  color: #fff;
  background-color: #A6217A;
}
.newlatestpatienthistory .container .row .col-md-6 a:before{
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 116px;
  height: 116px;
  background-image: url('/wp-content/uploads/2025/06/heart-icon.svg');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
.newlatestpatienthistory .container .row .col-md-6 a {
  background-color: #75C0C3;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  align-items: flex-start;
}
.newlatestpatienthistory .container .row .col-md-6 a:hover{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.newlatestpatienthistory .container .row .col-md-6 a p{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 0;
}
.newlatestpatienthistory .container .row .col-md-6 a h4 {
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}
.read-more-button-mobile {
  display: none;
}
@media (max-width: 992px) {
  .newlatestpatienthistory {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newlatestpatienthistory .container .row .col-md-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newlatestpatienthistory .container .row .col-md-12 .read-more-button{
    margin-bottom: 20px;
  }
  .read-more-button-mobile {
    display: block;
  }
  .read-more-button {
    display: none;
  }
  .newlatestpatienthistory .container .row .col-md-6 .ico {
    transform: scale(0.7);
  }
}
@media (max-width: 576px) {
  .newlatestpatienthistory .container .row .col-md-6 .imgs img {
    height: 150px;
  }
}