.apps{
    margin-top: 4rem;
}
.apps h1 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding-top: 1rem;
    font-size: 13px;
    justify-content: center;
    text-align: center;
  }
  .apps .mt-3 a {
    padding-left: 0;
    width: 150px;
  }
  .apps .mt-3 a img {
    width: 150px;
  }
  .apps .mt-3 {
    padding: 0;
    justify-content: center;
    text-align: center;
  }
  .social-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .social-section .container {
    justify-content: center;
    text-align: center;
  }
  .social {
    display: flex;
    position: relative;
    justify-content: center;
  }
  .social-section h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
  }
  .social-section .social a {
    width: 35px;
    height: 35px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #54c0e8;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
  }