#career {
  width: 100%;
  min-height: 100vh;
  background-color: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#career .container {
  text-align: center;
  z-index: 2;
  margin-bottom: 200px;
}
@media (max-width: 660px) {
  #career .container {
    margin-bottom: initial;
  }
}

/* #career .columnsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
} */

#career .timeline-centered {
  position: relative;
  margin-top: 37px;
}
#career .timeline-centered:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 4px;
  border-left: dashed 1px #897f8a;
}

.timeline-centered .timeline-entry {
  position: relative;
  margin-bottom: 80px;
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  padding-left: 23px;
  text-align: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  position: absolute;
  top: 5px;
  left: -8px;
  display: block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 15px;
  text-align: center;
  line-height: 9px;
  color: #fff;
  background-image: url(http://themeelite.com/demos/flatr/img/arrow-left.png);
  background-size: 100%;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #ff4d57;
  padding: 0 13px;
  margin-left: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: 0.75px;
  color: white;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 13px 0;
  border-color: transparent #ff4d57 transparent transparent;
}

.timeline-centered .timeline-entry .timeline-entry-inner .company {
  margin: 0;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #424250;
}

.timeline-centered .timeline-entry .timeline-entry-inner p.designation {
  margin-top: 0px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.timeline-centered .timeline-entry .timeline-entry-inner p.description {
  margin-top: 13px;
  /* word-break: break-all; */
}

/* HandNote */
#career .handNote {
  position: relative;
  top: -20px;
  left: 12%;
  transform: rotate(3deg);
}

#career .handNote .interrogation {
  font-weight: 900;
  font-size: 23px;
  color: #4c4c4c;
  transform: rotate(17deg);
  display: inline-block;
  position: relative;
  top: 0px;
  left: 6px;
}

/* SVG */
#career:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20vw;
  background-size: 100%;
  /* transform: translate(0, 100%); */
  background-color: white;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23e6e6e6' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}
