p {
    text-align: justify;
}

.socials{
    text-align: center;
}


.free-quote .alumni-div{
    display: flex;
    justify-content: space-between;
  }
  .free-quote .alumni-div .content-area{
    min-width: 400px;
    padding: 20px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  .free-quote .alumni-div p{
  color: white;
  }
  .free-quote .alumni-div .content-area .img-area{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .free-quote .alumni-div .content-area .img-area img{
    border-radius: 100%;
    width: 50%;
    overflow: hidden;
  }
  .free-quote .alumni-div .content-area .socials i{
    font-size: 24px;
    margin: 10px 10px 20px;
  }
  @media(max-width:426px){
    .free-quote .alumni-div .content-area{
      padding: 5px;
    }
  }
  