.adj-container {
width: 100%;
}
.adj {
position: relative;
display: flex;
margin-top: 30px;
justify-content: space-evenly;
}
.adj li {
list-style: none;
margin-right: 30px;
font-size: 20px;
color: #555;
font-weight: 200;
}