@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Inder&display=swap');
    body {
      font-family: 'Montserrat', sans-serif;
    }

    p {
      font-family: 'Inder', sans-serif;
    }
    .title span:before {
      content: 'A';
      position: absolute;
      transform: translate(-2px, 2px);
      color: gray;
      z-index: -1;
    }
    
    .rounded-30px {
      border-radius: 30px 0 0 30px;
    }

    .bg-img {
      background: #596A76;
    }