.rs-about.about-style2 .widget-img .multi-img {
     position: absolute;
     right: -30px;
     bottom: -40px;
     width: 380px;
     border-left: 10px solid #fff;
     border-top: 10px solid #fff;

   }
   .rs-about.about-style2 .widget-img {
     position: relative;
     height: 450px;
   }
 .ab-img{
     height: 400px;
     width: 100%;
 }  
 .pad{
     padding-left: 60px;
 }
 .bold{
  font-size: 19px;
  font-weight: 600;
  color: #0d6efd;
 }
 .sec-title2 .desc {
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  letter-spacing: 0.7px;
  text-align: justify;
}
.sec-title2 .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  color: #010d14;
  margin: 0;
}
.sec-title2 .sub-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 12px;
  border-radius: 2px;
  background-color:#0d6efd;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title2 .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 55px;
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
  border-radius: 2px;
  background-color:#0d6efd;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title2 .sub-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color:#0d6efd;
  margin: 0 0 0px;
  display: block;
  position: relative;
  padding-left: 107px;
}