.pt-35{
    padding-top: 35px;
}

.abt_txt_in{
  /*margin-top: 50px;*/
  text-align: justify;
  padding: 50px;
  border: 3px solid #eaeaea;
  box-shadow: 7px 7px 30px -4px rgba(0,0,0,0.14);
  position: relative;
  z-index: 0;
}

.abt_txt_in::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -30px;
  width: 25px;
  height: 260px;
  background-image: url(../images/dots.jpg);
  }
/*.abt_txt_in::after {
  content: "";
  position: absolute;
  top: -10px;
  right:-30px;
  width: 25px;
  height: 340px;
  background-image: url(../images/dots.jpg);
  }*/

.desktop-banner img{
  position: absolute;
  width: 100%;
}