#text-with-video {
  background-color: var(--color-primary);
  color: #fff;
  margin-top: 200px;
}

#text-with-video .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 100px 0;
}

#text-with-video .text-with-video__logo {
  text-align: center;
  width: 200px;
  background-color: #fff;
  position: absolute;
  padding: 20px;
  top: 0;
  transform: translateY(-50%);
}
#text-with-video .text-with-video__intro {
  text-align: center;
  margin-top: 24px;
}
#text-with-video .text-with-video__intro span.title {
  font-size: 24px;
}
#text-with-video .text-with-video__intro h1 {
  font-size: 40px;
}


#text-with-video .text-with-video__video {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
}

#text-with-video .text-with-video__video video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
