img{
    width: 100%;
    height: auto;
  }
  h1{
      text-align: center;
  }
  p{
      font-size: 20pt;
      text-align: center;
  }
  .row{
    margin-top: 30px;
  }
  .v-center{
      display: flex;
      align-items: center;
  }
  .header{
    margin-top: 50px;
  }
  .title{
    font-weight: 600;
  }