.contact
  {
    position: relative;
    height: 300px;
    background: linear-gradient(to top,#3e2bab,#345ed6,#396CFF);
    overflow: hidden;
  }

  .contact::after
  {
    content:'';
    background: rgba(255, 255, 255);
    filter: blur(70px);
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    top: -7%;
    left: -5%;
  }

  .contact h3
  {
    max-width:500px;
    width: 100%;
    color: white;
    font-size: 40px;
  }

  .contact p
  {
    max-width:400px;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
  }