.documentSAOuterContainer p,.documentSAOuterContainer p {
  margin: 0;
  padding: 0;
}

.documentSARightSubHeading{
  line-height: 18px ;
  color: black !important;
}

.documentSASectionHeading {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.documentSASectionSubHeading {
  color: black !important;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  width: 75%;
  margin: auto;
  margin-bottom: 50px;
}
.documentSARightSvgImage {
  width: 40px;

  height: 100%;
  margin-bottom: 0;
  display: flex
;
  align-items: center;
}
.documentSARightInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 17px;
}
.documentSALeftOuter{
  width: 100%;
  height: 100%;
}
.documentSALeftOuter img{
  width: 100%;
  height: 100%;
  object-fit: cover;
    object-position: bottom;
}
@media screen and (min-width: 768px) {
  .documentSARightInnerBox {
    width: 48.8% !important;
  }

  .documentSARightInnerBox:last-of-type{
margin-left: auto;
    margin-right: auto;
  }
      
}

.documentSARightInnerBox {
  width: 100%;
}



.documentSARightConclusion {
  font-size: 14px;
  line-height: 18px;
  color: grey;
}
img.documentSALeftImage {
  border-radius: 10px;
}
.documentSARightHeading {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #832625 !important;
}
.documentSASectionOuter.container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.documentSARightConclusionInside{
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .col-lg-4:has(.documentSALeftOuter){
height: 160px !important;
  }
  .documentSASectionHeading {
    font-size: 36px;
    line-height: 44px;
  }
  .documentSARightSvgImage {
    width: 50px;
    height: 100%;
    margin-bottom: 0;
    display: flex

  }
  .documentSARightHeading {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  color: #832625 !important;

  }
 
.documentSARightInner{
  row-gap: 15px;
}
  .documentSASectionSubHeading {
    color: black !important;
    width: 90%;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {

   .documentSARightInnerBox:has(.documentSARightSvgImage) .documentSARightSubHeading {

                    font-size: 13px !important;
        line-height: 16px;
        text-align: left;
        color: black !important ;
         margin: 0 !important;
        


  }

  
  .documentSARightInnerBox .documentSARightSubHeading {
            border-radius: 16px !important;
        line-height: 19px;
        text-align: center;
        font-size: 14px !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
            margin-top: -15px !important;

  }
  .documentSASectionOuter{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .documentSASectionHeading {
    font-size: 25px !important;
    line-height: 28px !important;
  }
  .documentSASectionOuter.container {
    margin-top: 20px;
    margin-bottom: 20px;
}
}
@media screen and (mim-width: 769px){
.documentSARightSubHeading{
    font-size: 14px;
    line-height: 16px;
    
}
}

@media screen and (max-width: 768px) and (min-width:576px) {
      .documentSASectionSubHeading {
        width: 90%;
       
        margin-bottom: 2px !important;
        font-size: 14px !important;
        line-height: 18px !important;
        margin-top: 20px !important;

      }
  .documentSASectionOuter {
    padding: 0;
  }
}


 .documentSARightInnerBox:has(.documentSARightSvgImage) {
    border: 1px solid #d7acad;
  }
  .documentSARightInnerBox {
    padding: 1rem;
    border-radius: 12px;
  }