#title {
  font-family: "Inter", cursive;
  font-weight: 600;
  font-size: 40px;
  color: rgba(214, 106, 85, 0.8);
  margin: 0 auto;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  margin-top: 1em;
}

#title > span {
  color: rgba(214, 106, 85, 1);
}

#e1 {
    position: absolute;
    width: 1050px;
    height: 750px;
    left: -300px;
    top: -200px;
    z-index: -1;
    background: rgba(214, 106, 85, .1);
    border-radius: 50%;
}

.Container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  width: 72%;
  align-self: center;
  justify-self: center;
  margin-top: 2em;
  margin-bottom: 4em;
}

.TextContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  position: relative;
}

.sectionText {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

img {
  width: 60%;
  border-radius: 6px;
  animation: focusVideo 0.5s;
  border: 2px solid rgba(214, 106, 85, 0.7);
  box-shadow: 4px 4px 10px rgba(214, 106, 85, 0.1),
    -4px -4px 10px rgba(214, 106, 85, 0.1);
}

@media only screen and (max-width: 992px) {
  img {
    width: 80%;
  }
}
