.page_header {
  padding: 50px;
  text-align: center;
  color: white;
  background-color: #0049aa;
  box-shadow: inset 0 0 10px rgba(1, 1, 1, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_header_p {
  padding: 0px;
  margin: 0px;
}

.offers_card {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
  gap: 30px;
  padding: 50px;
}
.second_offer_row,
.first_offer_raw {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  gap: 20px;
}

.offer_card_img {
  width: 100%;
  height: auto;
}
.card {
  max-width: 400px;
  border: 2px solid white;
}
.offers_title {
  font-weight: 700;
  font-size: 40px;
}
.card_title {
  font-weight: 600;
  color: white;
  background-color: #0049aa;
  padding: 15px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  min-height: 100px;
}

.card_title > p {
  margin: 0;
  text-align: start;
}

.download_btn {
  width: 25px;
  height: 25px;
  align-self: end;
  opacity: 0.7;
}

.avis_text {
  max-width: 50% !important;
}

@media all and (max-width: 980px) {
  .avis_text {
    max-width: 100% !important;
  }
}

/*display mobile when the browser window is 991px width or less*/

@media only screen and (max-width: 800px) {
  .second_offer_row,
  .first_offer_raw {
    flex-direction: column;
    align-items: center;
  }
}
