.objective {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 10px;

}

.objective div {
  width: 540px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.objective p {
  padding: 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50%;
  font-family: "Montserrat", serif;
  line-height: 1.5;

}

.objective h2 {
  font-size: 30px;
  text-align: center;
}


@media (max-width: 1080px) {
  .objective div {
    height: auto;
  }
}

