.latestpatienthistory {
  padding-top: 80px; 
  padding-bottom: 80px; 
  scroll-margin-top: 200px;
}
.latestpatienthistory .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;
}
.latestpatienthistory .container .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-pack: justify; 
      -ms-flex-pack: justify; 
          justify-content: space-between;
}
.latestpatienthistory .container .row .col-md-6 {
  margin-bottom: 20px; 
}
.latestpatienthistory .container .row .col-md-6:nth-child(odd) a {
  background-color: #75C0C3; 
  position: relative;
}
.latestpatienthistory .container .row .col-md-6:nth-child(odd) a ::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
.latestpatienthistory .container .row .col-md-6:nth-child(odd) a ::selection {
  color: #fff;
  background-color: #A6217A;
}
.latestpatienthistory .container .row .col-md-6:nth-child(odd) a ::moz-selection { 
  color: #fff;
  background-color: #A6217A;
}
.latestpatienthistory .container .row .col-md-6:nth-child(odd) a:before{
  content: ""; 
  position: absolute; 
  bottom: 0; 
  right: 0; 
  width: 100%; 
  height: 220px; 
  background-image: url('/wp-content/uploads/2024/05/Intersection-2.svg');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

.latestpatienthistory .container .row .col-md-6:nth-child(even) a {
  background-color: #fff; 
  position: relative;
}
.latestpatienthistory .container .row .col-md-6:nth-child(even) a:before{
  content: ""; 
  position: absolute; 
  bottom: 0; 
  right: 0; 
  width: 100%; 
  height: 220px; 
  background-image: url('/wp-content/uploads/2024/05/Intersection-6.svg');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
.latestpatienthistory .container .row .col-md-6 a {
  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; 
}
.latestpatienthistory .container .row .col-md-6 a:hover{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.latestpatienthistory .container .row .col-md-6:nth-child(odd) a h3 {
  color: #fff;
  text-decoration: none; 
}
.latestpatienthistory .container .row .col-md-6:nth-child(odd) a p {
  color: #fff; 
  text-decoration: none; 
  font-size: 26px; 
}
.latestpatienthistory .container .row .col-md-6:nth-child(even) a h3 {
  color: #75C0C3;
  text-decoration: none; 
}
.latestpatienthistory .container .row .col-md-6:nth-child(even) a p {
  color: #75C0C3; 
  text-decoration: none; 
  font-size: 26px; 
}
.latestpatienthistory .container .row .col-md-6 a p{
  margin-bottom: 0; 
}
.latestpatienthistory .container .row .col-md-6 a h3 {
  margin-bottom: 140px; 
}
.read-more-button-mobile {
  display: none; 
}
@media (max-width: 992px) {
  .latestpatienthistory {
    padding-top: 40px; 
    padding-bottom: 40px;
  }
  .latestpatienthistory .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;
  }
  .latestpatienthistory .container .row .col-md-12 .read-more-button{
    margin-bottom: 20px; 
  }
  .read-more-button-mobile {
    display: block; 
  }
  .read-more-button {
    display: none; 
  }
}