.aw-boxes-bottom {
  margin-bottom: 50px; }
  @media all and (min-width: 700px) and (max-width: 999px), all and (min-width: 1000px) and (max-width: 1365px) {
    .aw-boxes-bottom ._box {
      height: 268px; } }
  @media all and (min-width: 1366px) {
    .aw-boxes-bottom ._box {
      height: 325px; } }

.aw-boxes-bottom ._box {
  position: relative;
  border: 2px solid gray;
  color: white; }
.aw-boxes-bottom ._content-wrapper {
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column; }
.aw-boxes-bottom ._top {
  text-align: center;
  font-size: 12px; }
.aw-boxes-bottom ._middle {
  flex-grow: 1; }
.aw-boxes-bottom img {
  width: 100% !important;
  height: auto !important; }
