body {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
}
.social-links {
   margin: 20px 20px;
}
.social-links a{
  color: #7b1b1f;
  margin: 5px;
  font-size: 10px;
}
.protfolio-img{
    border-radius: 90%;
    width: 120px;
    height: auto;
}
.heading-1{
    font-family: 'Poppins', sans-serif;
    font-size: 53px;
    text-align: center;
    padding-top: 20px;font-weight: 500;
    letter-spacing: 0px;    padding-bottom: 5px;

}
.qa-des{
    font-size: 14px;
    line-height: 28px;

}
.download-btn{
background: #7b1b1f;
    color: #fff;
    width: auto;
    padding: 10px 35px;
    border-radius: 24px;box-shadow: 0 4px 6px #7b1b1f63, 0 2px 4px #7b1b1f;text-decoration: none;display: block;
  width: fit-content;
  margin: 0 auto;}

  @media screen and (max-width: 600px) {
    .protfolio-img {
        border-radius: 90%;
        width: 150px;
        height: auto;
    }
    .heading-1 {
        font-family: 'Merriweather', serif;
        font-size: 41px;
        text-align: center;
        padding-top: 20px;
        font-weight: 900;
        letter-spacing: 0px;
        padding-bottom: 5px;
    }
    p{
    font-size:13px;
    }
  }
