    .text-dark{
        color: #000000!important;
    }

    
    /* .ehr-form-container{
 position: relative;
    background-image: url(../images/bg-back-ambi.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    } */
  
    .arrow-go-out {
  position: relative;       
display:inline-block;
}
.ai-adoption-container p{
    color: #000!important;
}

.arrow-go-out::before {
    content: '';
    background-image: url(../images/arrow_outward-going.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height:100px;
    border-radius: 50%;
    background-color: var(--mustard);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right:0px;
    
}
.guide-book-img {
    position: absolute;
    right: -35px;
    width: 710px !important;
    top: -100px;
    z-index: 2;
}
.arrow-go-out.bottom::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 210px;
    top: -35px;
    right: 40px;
    background: radial-gradient(ellipse, #FF7700 9%, #FF7700 14%, #FFCEA4 16%, #EB6D00 17%, transparent 55%);
    transform: rotate(-33deg);
    transform-origin: center;
    opacity: 0.3;
    filter: blur(10px);
    z-index: 3;
    pointer-events: none;
}



.key-findings-section {
  background-color: #f6f5ff;
}

.key-findings-title {
  font-size: 70px;
  font-weight: 500;
}

.key-findings-subtitle {
 
  font-size: 18px;
  line-height: 28px;
}
.key-findings-card h5{
    font-size: 25px;
    font-weight: 600;
    color: #000!important;
      line-height: 30px;
}
.key-findings-card p.small{
        color: #000!important;
          line-height: 25px;
          font-weight: 400;
          font-size: 17px!important;
}
.key-item {
  align-items: flex-start;
}
.key-section-padding{
    padding: 110px 0px;
}

@media (min-width: 992px) {
  .key-findings-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 1300px) {
.arrow-go-out.bottom::after {
  right: 0;
    top: 0;

}
.guide-book-img {
    right: 0px;
    width: 100%!important;
    top: 0;

}
.key-findings-section {

  height: auto;
}
}
@media (max-width: 768px) {
.arrow-go-out.bottom::after {
 display: none;

}
    .key-findings-title {
        font-size: 30px;
        font-weight: 500;
  
    }
    .key-findings-subtitle {
    font-size: 15px;
    line-height: 24px;
}
.key-findings-card h5 {
    font-size: 23px;
    font-weight: 600;
    color: #000 !important;
    line-height: 23px;
}
img.key-icon.img-fluid {
    width: 40px;
}
}
@media (max-width:567px) {
    .section-padding {
        padding: 10px 0px;
    }
       .key-section-padding {
        padding: 30px 10px;
    }
       .guide-container-heading {
        line-height: 40px;
     
    }
}
 