*{
    box-sizing: border-box;
}

body{
    margin: 0px;
    width: 100%;
    height: 0px;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
}

.about{
    margin: 3%;
   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;
      flex-wrap: wrap;
}

.data{
    width: 30%;
    margin: 0px 1.5%;
    height: 12%;
    justify-content: space-around;
    margin-bottom: 35px;
    text-align: center;
   
}

.context .data  h3{
    font-weight: 100;
    text-align: center;
    margin: 25px 0px ;
}

.context .data p{
    text-align: center;
    color: grey;
    font-size: 14px;
}

.context .data img{
    width: 43%;
    height: 137px;
    
}

.context .data .zindex{
    z-index: 9999;
}

.context .data a{
    color: black;
   
}


@media(max-width:992px){

    
    .data{
    width: 47%;
    margin: 0px 1.5%;
    height: 12%;
    justify-content: space-around;
    margin-bottom: 35px;
}

}

@media(max-width:768px){

    .data{
    width: 97%;
    margin: 0px 1.5%;
    height: 12%;
    justify-content: space-around;
    margin-bottom: 35px;
}


}




