.contactUs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactUs .container {
  width: var(--container-width);
}

.contactUs .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.contactUs .content .right {
  width: calc(var(--container-width) - 290px);
  min-height: 1200px;
  background: url("/static/images/contactUs/bg.png") no-repeat center;
  padding: 60px 80px;
}

.contactUs .content .right .title {
  width: 100%;
  align-items: start !important;
}

.contactUs .content .right .profile {
  margin-top: 90px;
  font-size: 16px;
  color: #282828;
  text-indent: 2em;
  line-height: 200%;
  width: 100%;
}

.contactUs .content .right .profile img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 auto;
  text-indent: 0;
}
