@media all and (min-width: 768px) {

    /* SECTION */
    section {
        margin-top: 16vw;
    }

    section p {
        font-size: 2.5vw;
    }



    /* TEAM */
    div#team h3 {
        font-size: 5vw;
    }

    div#team p {
        font-size: 2.5vw;
    }
}




@media all and (min-width: 1000px) {


  #about .top {
    height: 90vh;
  }
  #about .top .cardImg img {
  }

    h2 {
        font-size: 5vw;
    }

    /* SECTION */

    section {
        padding: 5vw 15vw;
        margin-top: 6vw;
    }

    section p {
        font-size: 1.3vw;
        padding: 0 20%;
    }



    /* TEAM */
    div#team {
        margin: 2vw 0;
        padding: 6vw;
    }

    div#team h3 {
        font-size: 3vw;
        margin-left: 1vw;
    }

    div#team p {
        font-size: 1.3vw;
        padding: 0 36% 0 0;
        margin-left: 1vw;
    }

    div#team #member {
        margin-top: 1vw;
    }

    div#team ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    div#team ul li {
        width: 100%;
        padding: 1vw;
    }

    div#team ul li .memTxt {
        padding: 3vw;
    }


}




@media all and (min-width: 1440px) {

    /* SECTION */
    section {
        margin-top: 3.5vw;
    }

    section p {
        font-size: 1vw;
        padding: 0 28%;
    }



    /* TEAM */

    div#team h3 {
        font-size: 2.5vw;
    }

    div#team p {
        font-size: 1vw;
        padding: 0 50% 0 0;
    }

}
@media screen and (max-width:1700px) {
  #about .bottom {
    height: auto;
    flex-flow: column nowrap;
    padding: 10vh 0;
  }
  #about .bottom > * {
    width: 100% !important;
  }
  #about .bottom .info {
    margin-top: 5vw;
  }
}

@media all and (min-width: 1500px) {
  #about .top .cardImg img {
    height: 70vh;
  }

}

@media all and (max-width: 1024px){
  #about .top .txtwrap .title span {
    display: block;
  }
  #about .top .txtwrap .info {
    width: 100%;
  }
  #about {
  }
  #about .top .cardImg {
    height: 100%;
  }
  #about .bottom .info {
    min-width: auto;
  }
  #about .bottom .info .txtwrap {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 768px){
  #about .top {
    height: 120vh;
    flex-flow: column-reverse nowrap;
  }
  #about .top .txtwrap .title {
    font-size: 15vw;
  }
  #about .top .cardImg {
    position: unset;
    transform: none;
    width: 100%;
  }
  #about .top .cardImg img {
    top: 30%;
    left: 18%;
    right: unset;
    transform: translateX(-50%);
  }
  #about .title {
    font-size: 13vw;
  }
}