.component-two-columns .line {
  width: 50%;
  margin: 15px auto;
  font-family: Aberto, sans-serif;
  font-size: 2rem;
  position: relative;
}

.component-two-columns .line::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #282828;
  transform: translateX(10%) translateY(-1rem);
}

.component-two-columns .header3 {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 2vw;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.component-two-columns .main-text {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.component-two-columns .image {
  position: relative;
  width: 100%;
  max-width: 780px;
  max-height: 520px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.component-two-columns .component-container {
  display: flex;
  justify-content: space-between;
}

.component-two-columns .component-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 50%;
  order: 1;
}

.component-two-columns .order {
  order: 2;
}

@media (max-width: 928px) {
  .component-two-columns .header3 {
    max-width: 100%;
  }

  .component-two-columns .main-text {
    width: 80%;
  }

  .component-two-columns .line::after {
    width: 80%;
    transform: translateX(30%) translateY(-1rem);
  }
}

@media (max-width: 550px) {
  .component-two-columns .component-container {
    display: block;
  }

  .component-two-columns .component-column {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .component-two-columns .main-text {
    width: 90%;
    margin-bottom: 5%;
  }
}
