.image-container {
  display: flex;
  justify-content: center;
}


@media only screen and (max-width: 768px){
div#acp-body-wrap {
    width: fit-content!important;
} 
.a_link {
    font-size: 22px;
}
}