.PLM-Content_mod_outer_wrap .quote-section {
  color: #ffff;
  padding: 20px;
  display: flex;
  /* align-items: flex-start; */
  gap: 19px;
}
.PLM-Content_mod_wrap_quotes {
  position: relative;
}
.PLM-Content_heading {
  /*   padding: 29px; */
}

.PLM-Content_mod_wrap_quotes:before {
  background-image: url(https://atlassystems.com/hubfs/%E2%80%9C.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  /* bottom: 313px; */
  content: "";
  height: 30px;
  position: absolute;
  /* right: 939px; */
  top: -10px;
  width: 36px;
  display: inline-block;
  left: -50px;
}

.PLM-Content_mod_outer_wrap .quote-icon {
  font-size: 82px;
  line-height: 1;
  margin-top: -20PX;
} 
.PLM-Content_mod_outer_wrap .PLM-Content_mod_inner_wrap {
  padding: 40px 49px 40px 78px;
  background-color:#AD0B11; 
  border-radius: 20px;
}

.PLM-Content_mod_outer_wrap .PLM-Content_heading p {

  font-family: Inter !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 1.8%;
  color: #fff !important;
  text-align: left;
}
.PLM-Content_mod_outer_wrap .PLM-Content_heading p:nth-child(2){
  font-weight:700 !important;
  margin-top:20px !important;
}
.PLM-Content_mod_outer_wrap .PLM-Content_heading h2 {
  color: #fff!important;
  font-family: Inter !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 32px !important;
  letter-spacing: 5%;
}
.PLM-Content_mod_outer_wrap .PLM-Content_heading h3 {
  font-family: Inter!important;
  font-size: 28px!important;
  font-weight: 700!important;
  letter-spacing: 5%;
  letter-spacing: 1.8px;
  line-height: 32px!important;
  word-wrap: normal;
  color:#fff !important;
}
.PLM-Content_mod_outer_wrap .PLM-Content_mod_inner_wrap {
  margin: 0 auto;
  max-width: 1066px;
}


@media(max-width:1241px){

}
@media(max-width:991px){
}
@media(max-width:791px){
  .PLM-Content_mod_wrap_quotes:before {
    /*     background-image: url(https://atlassystems.com/hubfs/%E2%80%9C.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    left: -29px;.
    top: 7px;
    width: 18px; */
  }
  .PLM-Content_heading {
    padding: 0px;
  }

}
@media(max-width:768px){

  .PLM-Content_outer_wrap {
    display:block;
    margin-top:20px;
  }
  .PLM-Content_btn {
    margin-top:20px;
  }
  .PLM-Content_mod_inner_wrap {
    padding: 30px !important;
    padding-left: 40px !important;
  }

  .PLM-Content_mod_outer_wrap .PLM-Content_heading h2 {

    font-size: 18px !important;
    line-height: 25px !important;
  }

  .PLM-Content_mod_outer_wrap .PLM-Content_heading p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .PLM-Content_mod_wrap_quotes:before {
    background-image: url(https://atlassystems.com/hubfs/%E2%80%9C.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    position: absolute;
    left: -20px;
    top: 0px;
    width: 15px;
    background-size: 15px;
  }
  .PLM-Content_heading {
    /*     padding: 21px 9px 21px 24px; */
  }


}

}