.title-h1 {
  font-family: Arial;
  font-size: 24pt;
  text-align: center;
}

.title-h4 {
  font-family: Arial;
  font-size: 14pt;
  text-align: center;
}

.full-width-img {
  max-width: 100%;
}

.section-wrapper,
.flex-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: Arial;
  justify-content: space-around;
  width: 100%;
}

.section-text,
.content-block {
  align-items: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
}

.max-width-500,
.content-max-500 {
  max-width: 500px;
}

.section-heading,
.h2-black {
  color: #000 !important;
  font-size: 14pt;
}

.section-description,
.description-block {
  font-size: 12pt;
  min-width: 250px;
  max-width: 472px;
  text-align: justify;
}

.img-responsive {
  max-width: 100%;
}

.video-custom {
  margin-top: 50px;
  padding-top: 50px;
  max-width: 100%;
}

.spec-wrapper {
  align-items: center;
  background-color: #fff;
  display: flex;
  font-family: Arial;
  justify-content: center;
  padding: 20px;
}

.spec-container {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  padding: 20px;
  text-align: left;
}

.spec-title {
  background: linear-gradient(180deg, #de1d2a, #c71e29);
  border-radius: 8px 8px 0 0;
  color: #1a1a1a;
  font-size: 14pt;
  padding: 15px;
  text-align: center;
}

.spec-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.row-reverse {
  flex-direction: row-reverse;
}

.spec-text {
  flex: auto;
  font-size: 12pt;
  max-width: 450px;
  padding-right: 30px;
  text-align: justify;
}

.spec-text-left {
  flex: auto;
  font-size: 12pt;
  max-width: 450px;
  padding-left: 30px;
  text-align: justify;
}

.block-title {
  border-bottom: 5px solid #de1d2a;
  color: #333;
  font-size: 14pt;
  padding-bottom: 10px;
}

.spec-image {
  flex: 1;
  max-width: 400px;
  text-align: center;
}

.img-rounded {
  border-radius: 8px;
  height: auto;
  max-width: 400px;
  width: 100%;
}

.column-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: Arial;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.h2-center {
  color: #000 !important;
  font-size: 18pt;
}

.paragraph-large {
  color: #000;
  font-size: 16pt;
  line-height: 1.5;
  max-width: 800px;
  text-align: justify;
}