div.header {
  width: 80%;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  border-right: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
  padding-top: 1rem;
}
div.svgNameDiv {
  width: 40%;
}
div.svgNameDiv svg {
  width: 100%;
}
div.cv-header {
  width: 100%;
  display: flex;
  justify-content: center;
}
div.cv-header div.header {
  border-right: none;
  border-left: none;
  width: 80%;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  margin-top: 0;
}
@media all and (max-width: 1024px) {
  div.header {
    width: 100%;
  }
  div.cv-header div.header {
    width: 100%;
  }
}
