.content_dual_module {
  padding: 0;
}

.content_dual_module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.content_dual_module .col {
  max-width: 588px;
  width: 588px;
  margin-right: 60px;
}

.content_dual_module .col.image {
  padding: 0;
  margin-right: 0;
}

.content_dual_module .read-more {
  height: 24px;
  width: 115px;
}

.content_dual_module p {
  color: #222222;
  max-width: 588px;
}

.content_dual_module img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content_dual_module h1,
.content_dual_module h5 {
  color: #413737;
  font-family: "Argent CF";
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 588px;
}

.content_dual_module h1.mega,
.content_dual_module h5.mega {
  font-size: 144px;
  line-height: 144px;
}

.content_dual_module h1.huge,
.content_dual_module h5.huge {
  font-size: 96px;
  line-height: 96px;
}

.content_dual_module h1.regular,
.content_dual_module h5.regular {
  font-size: 72px;
  line-height: 72px;
}

@media screen and (max-width: 768px) {
  .content_dual_module .col {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .content_dual_module .col {
    width: 100%;
    max-width: unset;
  }

  .content_dual_module.window-width .inner {
    padding: 0;
  }
}
