.www_right {
  width: 35%;
  display: flex;
  gap: 30px;
  border-radius: 20px;
  background-color: rgb(var(--color-theme-background));
  padding: 45px 40px 45px 40px;
  color: #fff;
  flex-direction: column;
}
.www_right img {
  border-radius: 10px;
}
.www_us_herder {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.www_us_header_left {
  max-width: 45%;
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.www_us_header_right > div {
  padding: 10px 0px 10px 30px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #222222;
}
.www_us_header_right {
  max-width: 45%;
}
.www_us_content {
  display: flex;
  justify-content: space-between;
}
.www_us_left_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px 20px 20px 20px;
  flex: 1;
  margin-right: 100px;
  background-color: #f9f9f9;
  padding: 60px 50px 0px 50px;
}
.www_us_left_main .www_us_input {
  transition: all 0.3s ease;
  padding: 14px 22px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #adadad;
}
.www_us_textarea {
  min-height: 300px;
}
.www_us_left_main .www_us_input:focus {
  border-color: rgb(var(--color-theme-background));
}
.www_us_left_main input {
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .www_us_content {
    padding-top: 20px;
    flex-direction: column;
  }
  .www_us_left_main {
    padding: 0px;
    margin-right: 0px;
  }
  .www_right {
    width: 100%;
    margin-top: 30px;
  }
}
