.demvsrep-template {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 90px 0;
  background-color: #f9f9f9;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.demvsrep-template-text {
  flex: 1;
  padding: 0 50px;
}

.demvsrep-template-text h1 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 15px;
}

.demvsrep-template-text h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

.demvsrep-template-text p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  font-weight: bold;
}

.demvsrep-template-img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.demvsrep-template-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .demvsrep-template {
    flex-direction: column;
    padding-right: 50px;
  }

  .demvsrep-template-text,
  .demvsrep-template-img {
    flex: none;
    width: 100%;
  }

  .demvsrep-template-img {
    margin-top: 20px;
  }
}

.demvsrep-logo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

.demvsrep-logo img {
  max-height: 80%;
  max-width: 80%;
  height: auto;
}
