*{
    box-sizing: border-box;
}

body{
    margin: 0px;
    width: 100%;
    height: 0px;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
}

.about{
    /*margin: 3% auto 0px;*/
   height: 60%;
    width: 80%;
    position: relative;
    left: 10%;
    font-family: 'Cabin', arial, sans-serif;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.about .name{
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 15px;
}

.context{
    display: flex;
    justify-content: space-around;
      flex-wrap: wrap;
}

.data{
    width: 30%;
    margin: 0px 1.5%;
    height: 12%;
    justify-content: space-around;
    margin-bottom: 35px;
}

.context .data  h3{
    font-weight: 100;
    text-align: center;
    margin: 25px 0px ;
}

.context .data p{
    text-align: center;
    color: grey;
    font-size: 14px;
}

.about1{
    margin: 3% auto 0px;
   height: 60%;
    width: 100%;
    position: relative;
    
    font-family: 'Cabin', arial, sans-serif;
    word-spacing: 1px;
    letter-spacing: 1px;
}

@media(max-width:992px){

    
    .data{
    width: 47%;
    margin: 0px 1.5%;
    height: 12%;
    justify-content: space-around;
    margin-bottom: 35px;
}

    .about1{
    margin: 10% auto 0px;
   height: 60%;
    width: 80%;
    position: relative;
    top: 330%;
    left: 10%;
    font-family: 'Cabin', arial, sans-serif;
    word-spacing: 1px;
    letter-spacing: 1px;
}
}

@media(max-width:768px){

    .data{
    width: 97%;
    margin: 0px 1.5%;
    height: 12%;
    justify-content: space-around;
    margin-bottom: 35px;
}

    .about1{
    margin: 10% auto 0px;
   height: 60%;
    width: 80%;
    position: relative;
    top: 670%;
    left: 10%;
    font-family: 'Cabin', arial, sans-serif;
    word-spacing: 1px;
    letter-spacing: 1px;
}

}

@media(max-width:450px){
      .about1{
    margin: 10% auto 0px;
   height: 60%;
    width: 80%;
    position: relative;
    top: 677%;
    left: 10%;
    font-family: 'Cabin', arial, sans-serif;
    word-spacing: 1px;
    letter-spacing: 1px;
}
}

@media(max-width:350px){
      .about1{
     margin: 10% auto 0px;
   height: 60%;
    width: 80%;
    position: relative;
    top: 680%;
    left: 10%;
    font-family: 'Cabin', arial, sans-serif;
    word-spacing: 1px;
    letter-spacing: 1px;
}
}

@media(max-width:300px){
      .about1{
     margin: 10% auto 0px;
   height: 60%;
    width: 80%;
    position: relative;
    top: 687%;
    left: 10%;
    font-family: 'Cabin', arial, sans-serif;
    word-spacing: 1px;
    letter-spacing: 1px;
}
}