.body-section {
  background-color: #fafafa;
}

.menu-section {
  background-color: #fafafa;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.menu ul {
  list-style-type: none;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.module-border-wrap {
  width: 159px;
  height: 56px;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  border-image: linear-gradient(
      90deg,
      rgba(223, 159, 66, 1),
      rgba(201, 113, 114, 1) 56%,
      rgba(184, 79, 162, 1)
    )
    1;
  text-align: center;
}

.menu li {
  margin-left: 30px;
}

.single-nav {
  margin-right: 3%;
}

.menu li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: black;
  text-transform: uppercase;
}

.menu li a:hover {
}

.menu-heading {
  margin-left: 3%;
  max-width: 166px;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(
    90deg,
    rgba(98, 169, 244, 1),
    rgba(117, 111, 230, 1) 52%,
    rgba(149, 65, 221, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hr-content {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 0em;
}

.title-content {
  color: black;
  font-size: 20px;
  font-weight: 540;
  line-height: 100%;
  margin-left: 6%;
}

.border-wrap {
  width: 920px;
  border-style: solid;
  border-width: 1px;
  border-image: linear-gradient(
      90deg,
      rgba(159, 156, 240, 1),
      rgba(239, 159, 214, 1),
      rgba(236, 211, 171, 1)
    )
    1;
}

.cvtext-content {
  margin: 4%;
}

.content-area {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-top: 50px;
}

.big-title {
  width: 90px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(
    90deg,
    rgba(98, 169, 244, 1),
    rgba(117, 111, 230, 1) 52%,
    rgba(149, 65, 221, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-info {
  font-size: 18px;
  line-height: 100%;
  color: black;
}

.box-space-32 {
  margin-top: 32px;
}

.box-space-24 {
  margin-top: 24px;
}

.box-space-16 {
  margin-top: 16px;
}

.box-space-12 {
  margin-top: 12px;
}

.separate-line {
  height: 1px;
  background-color: black;
}

.second-title {
  font-size: 18px;
  font-weight: 550;
  margin: 0;
  color: black;
}

.responsibility-description {
  font-size: 18px;
  color: black;
  margin: 0;
}

.responsibility-detail {
  font-size: 16px;
  color: black;
  margin: 0;
}

.projectname-brief {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.project-date {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.responsibilitydetail-description {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
