.image {
  width: 100%;
}

.row {
  gap: 20px;
}

h1 {
  color: var(--main-text-color);
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin: 40px 0;
}

p {
  color: var(--main-text-color);
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}



@media all and  (max-width: 768px) {
  .row-content {
    flex-direction: column;
  }
}
