h3{
    font-style: normal;
    font-size: 1.8em;
    padding: 6rem; 
    margin-bottom: 6rem;
    background-color: #e0e0e0;
    width: auto;
    height: 40px; 
    box-shadow: 2px 0px 10px 1px rgba(119, 119, 119, 0.65);
    text-align: center;
    padding:0.5em .5em .5em .7em;
    padding: 0px;
}

h4{
    font-weight: normal;
    font-size: 20px;
    position: relative;
    color: black;
    margin: 0;
    padding: 10px 0;
}

.row{
    margin: 60px;
    text-align: center;
    justify-content: space-between;
}

a:hover h5,
a:hover h4,
a:hover{
    font-weight: 700;
    text-decoration: none;
}

h5{
    font-weight: normal;
    font-size: 20px;
    position: relative;
    padding-top: 10px;
    color: black;
    margin: 0;
    padding: 10px 0;
    position: relative;
    bottom: 26px;
    left: 17px;
}

h6{
    font-weight: normal;
    font-size: 19px;
    position: relative;
    padding-top: 10px;
    color: black;
    position: relative;
    bottom: 25px; 
}

.box-link{
    width: 100px;
    margin: 0;
    padding: 13px;
}



.image{
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px; 
    position: relative;
    bottom: 6px;
    right: 21px;
}
.col-12{
    align-items: center;
    padding: 0px 375px;
}

.box-link{
    width: 100px;
    margin: 0;
    padding: 13px;
}

.display{
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 33px; 
    margin-bottom: 120px;   
}

.box-link3{
    width: 100px;
    margin: 0;
    padding: 13px;
    position: relative;
    left: 33px;
}

.box-link4{
    width: 100px;
    margin: 0;
    padding: 13px;
    position: relative;
    left: 21px;
}

.box-link2{
    max-width: 80% !important;
    height:auto;
        margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .box-link2 {
    display:block;
    clear:both;
  }
}






