    .outline-section h2
    {
      position: relative;
      margin: 0 0 34px;
      color: #12304a;
      font-size: 23px;
      text-align: center;
    }
    .outline-section h2::after
    {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -12px;
      width: 38px;
      height: 3px;
      border-radius: 999px;
      background: #2fad63;
      transform: translateX(-50%);
   }
.firsttime-about{
  padding: 0 10px 46px;
}
 @media (max-width: 560px) {
        .outline-section{
                margin-top: 70px;
            }
}