.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
    margin-top: 3vh;
  }
  
  .blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
    background-color: #76769e
  }