.imersoes-cards {
  display: flex;
  flex-direction: row;
  gap: 19px;
  margin: 0 263px;
}

.imersoes-cards * {
  font-family: "Josefin-Sans";
}

.imersoes-card {
  background-color: #001D2D;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-header {
  width: 100%; 
  border-radius: 10px 10px 0 0;
}

.card-info img {
  display: block;
  margin-bottom: 18px;
}

.card-info {
  padding: 39px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.card-info h1 {
  color: white;
  font-size: 23px;
  font-family: Josefin Sans;
  font-weight: 500;
  line-height: 27.60px;
  word-wrap: break-word
}

.card-info h2 {
  color: white;
  font-size: 24px;
  font-family: Josefin Sans;
  font-weight: 300;
  line-height: 27.60px;
  word-wrap: break-word
}

.card-info h3 {
  color: white;
  font-size: 16px;
  font-family: Josefin Sans;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22.40px;
  word-wrap: break-word;
  text-align: center;
  margin: 31px 0;
}

.card-description {
  color: white;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 300;
  line-height: 21.60px;
  word-wrap: break-word;
}

.card-info a {
  all: unset;
  cursor: pointer
}

.lower-info {
  display: flex;
  flex-direction: column;
}

.class-info {
  margin: 21px auto 22px auto; 
}

.lower-info a {
  text-align: center;
  display: block;
  width: 100%;
  border: 2px #7B7C76 solid;
  color: white;
  padding: 17px 0;
  font-size: 14px;
  font-family: 'Josefin Sans';
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 11px;
  letter-spacing: 0.77px;
  word-wrap: break-word
}

.class-specification {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Josefin Sans';
  text-transform: uppercase;
  line-height: 22.86px;
  word-wrap: break-word
}

.class-dates {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Josefin Sans';
  text-transform: uppercase;
  line-height: 22.86px;
  word-wrap: break-word
}

@media (max-width: 1300px) {
  .imersoes-cards {
    margin: 0 100px;
  }
}

@media (max-width: 945px) {
  .imersoes-cards {
    flex-direction: column;
    gap: 10px;
    margin: 0 10px;
  }