.info {
  padding-top: 2rem;
  padding-bottom: 5rem;
  max-width: 1480px;
  margin: auto;
}

.info-div {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
}

.info-div article {
  display: grid;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.61);
  border-radius: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 1280;
}

.info-div article img {
  max-width: 100%;
  border-radius: 0.75rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.info-div-2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 16px;
}

.info-div-2 h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(31 116 183);
}

.info-div-2 ul {
  font-size: 1.4rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .info-div article {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    place-items: center;
  }

  .info-div article img {
    order: 2;
  }

  .info-div article img {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    max-width: 300px;
    justify-self: flex-end;
  }
}

@media (min-width: 1024px) {
  .info-div article img {
    max-width: 100%;
    width: 450px;
  }

  .info-div-2 h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .info-div article {
    width: 80%;
  }
}
