p{
    padding: 15px;
}

.about
{
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: center
}
.about .contentBx
{
  width: 50%;
  padding: 100px;
  text-align: justify;
}
h2.heading
{
  position: relative;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 70px;
  left: 15px;
}

h2.heading::before{
    content: '';
    position: absolute;
    display: flex;
    top: 110px;
    left: 0px;
    width: 70px;
    height: 3px;
    background: #f0140d;
    transition: 0.5s ease-in-out;
}
p.text
{
  color: #000;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}