.awards-container{
display: flex;
justify-content: flex-end;
gap: 20px;
margin-right: 2%;
}
.awards-container img{
max-width: 180px;
}