.report-types {
  position: relative;
  bottom: -3px;
  padding-bottom: 380px;
  background-image: url("../images/bottom_waves.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media (max-width: 1199.98px) {
  .report-types {
    padding-bottom: 180px;
  }
}
@media (max-width: 576px) {
  .report-types {
    height: auto;
    padding: 150px 0;
    bottom: 0;
    background-image: url("../images/bottom_waves.svg"), url("../images/subpage_header_bg.svg");
    background-repeat: no-repeat;
    background-position: center bottom, center top -3px;
    background-size: 100% auto;
  }
}
.report-types #for-everyone {
  position: absolute;
  top: -170px;
}
.report-types h1 {
  color: #10BFE7;
  text-align: center;
}
.report-types .image-and-text-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-left: 16vw;
  margin-right: 16vw;
}
@media (max-width: 1399.98px) {
  .report-types .image-and-text-container {
    margin-left: 11vw;
    margin-right: 11vw;
  }
}
@media (max-width: 1199.98px) {
  .report-types .image-and-text-container {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
.report-types .image-and-text-container .image-and-text {
  display: flex;
  align-items: center;
  gap: 150px;
}
@media (max-width: 1399.98px) {
  .report-types .image-and-text-container .image-and-text {
    justify-content: flex-start;
    gap: 50px;
  }
}
@media (max-width: 1199.98px) {
  .report-types .image-and-text-container .image-and-text {
    justify-content: space-around;
  }
}
@media (max-width: 576px) {
  .report-types .image-and-text-container .image-and-text {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 576px) {
  .report-types .image-and-text-container .image-and-text:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.report-types .image-and-text-container .image-and-text img {
  width: 419px;
}
@media (max-width: 1199.98px) {
  .report-types .image-and-text-container .image-and-text img {
    width: 34.76vw;
  }
}
@media (max-width: 576px) {
  .report-types .image-and-text-container .image-and-text img {
    width: 71.2vw;
  }
}
.report-types .image-and-text-container .image-and-text .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 524px;
}
@media (max-width: 1199.98px) {
  .report-types .image-and-text-container .image-and-text .text {
    width: 38vw;
  }
}
@media (max-width: 576px) {
  .report-types .image-and-text-container .image-and-text .text {
    width: 71vw;
  }
}
.report-types .image-and-text-container .image-and-text .text h3 {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.report-types .image-and-text-container .image-and-text .text h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .report-types .image-and-text-container .image-and-text .text p {
    font-size: 16px;
  }
}
.report-types .image-and-text-container .image-and-text .text .download-button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}
@media (max-width: 576px) {
  .report-types .image-and-text-container .image-and-text .text .download-button {
    margin-bottom: 25px;
  }
}
.report-types .image-and-text-container .image-and-text .text .download-button .download-text {
  font-size: 18px;
  color: #10BFE7;
  font-weight: 500;
  margin: 0px;
}
.report-types .image-and-text-container .image-and-text .text .download-button .download-text:hover {
  color: rgb(12.6963562753, 151.5627530364, 183.3036437247);
}
@media (max-width: 1399.98px) {
  .report-types .image-and-text-container .image-and-text .text .download-button .download-text {
    font-size: 16px;
  }
}
.report-types .image-and-text-container .image-and-text .text .download-button .download-icon {
  width: auto;
  height: 25px;
}
.report-types .image-and-text-container .image-and-text.right {
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .report-types .image-and-text-container .image-and-text.right {
    align-self: inherit;
  }
}
.report-types .image-and-text-container .image-and-text.right .text {
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 576px) {
  .report-types .image-and-text-container .image-and-text.right .text {
    align-items: flex-start;
    text-align: left;
  }
}
.report-types .contact-us {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.report-types .contact-us h1 {
  color: #FFA746;
}