.abody{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.abody1{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 280px;
  height: 250px;
  padding: 5px;
}
.abody1 h3{
  font-weight: bold;
  font-size: 26px;
  color: var(--cta-color);
}
.abody1 p{
  font-size: 16px;
}
.abody1 img{
  width: 100%;
  height: 100%;
}
