#about{
    width: 100vw;
    height: 100vh;
    background: url('../bg1.jpg') fixed  no-repeat center top / cover; 
    transition: 0.4s;

  }
  .mid{
    width: 100%;
    display: flex;

  }
  .mid .div{
    margin-top: 100px;
    width: 50%;
    height: 75vh;
  }
  .mid .left{
   
    float: left;
  }
  .mid-text{
    padding: 120px 0px 0 0 ;
  }
  .right h1{
    font-size: 45px;
    color: #254379;
    margin-bottom: 20px;
  }
  .right h3{
    font-family: 'Inter', sans-serif;
    color: #4068B1;
    font-size: 18px;
    line-height: 142%;
    font-weight: lighter;
    margin-bottom: 20px;
  }
  .mid .right{
    margin: 20px 100px 0 20px;
    width: 50%;
    float: right;
  }
  #about button {
    float: right;
    color: white;
    background-color: #84B6E2;
    padding: 15px 50px;
    margin-right: 37px;
  }
  .inner{
    width: 400px;
    height: 470px;
    margin: 0px auto;
    position: relative;
  }
  .corner{
    width: 40%;;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .middle{
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .inner h1{
    color: #84B6E2;
    font-size: 124px;
    position: absolute;
    width: 50%;
    top: 35%;
    left: 43%;
    transform: translate(-50%,-50%);
  }
  .inner h2{
    color: #254379;
    font-size: 48px;
    position: absolute;
    width: 50%;
    top: 22%;
    left: 40%;
    transform: translate(-50%,-50%);
  }
  @media only screen and (max-width: 500px) {
    .mid{
      flex-direction: column;
      margin-top: 0;
    }
    .mid .div{
      width: 100%;
      margin-top: 10px;
      height: 60vh;
    }
    .inner{
      margin: 0;
    }
    .inner{
      transform: scale(0.7);
    }
    .mid-text{
      padding-top: 0ch;
    }
    .right h3{
      width: 360px;
    }
  }
  @media only screen and (max-width: 380px) {
    .mid .div{
      width: 100%;
      margin-top: 40px;
      height: 60vh;
    }
  }
