

.footer_sec{
  display: flex;
  justify-content: space-evenly;
  background: #fbfafc;
  flex-wrap: wrap;
}
.footer_heading_border{
  background-color: #1071b8;
  width: 4rem;
  height: 5px;
}
.footer_inner h3{
  color: #0b174c;
}
.footer_inner p a i{
  color: #1071b8;
}
.footer_inner p a{
  text-decoration: none;
  color: #0d0703;
  font-weight: 500;
}
@media screen and (max-width: 480px){
  .footer_sec{
      flex-direction: column;
  padding-left: 2rem;
    }
  }