html,body,div,header,h3,h5,i,img,p,a{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 50px;
}

body{
    width: 100%;
    height: 100%;
}

a{
    color: #FFF;
    text-decoration: none;
}

ul,li{
    list-style: none;
}

img{
    width: 100%;
}


.section{
    padding: 1.5rem 0;
    width: 100%;
    position: absolute;
    top: 100vh;
    overflow: hidden;

}
.container{
    padding: 0 0.125rem;
    position: relative;
}
.row{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}
.col{
    max-width: 5rem;
    text-align: center;
    color: rgb(47, 54, 64);
}
.row .col h5{
    font-size: 0.35rem;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}
.row .col p{
    /* text-align: justify; */
    /* text-indent: 0.5rem; */
    font-size: 0.1rem;
}