.rs-job-experience {
  overflow: hidden;
  border: 1px solid #5777ff;
  border-radius: 4px;
}
.rs-job-experience .job-experience-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
.rs-job-experience .job-experience-header .job-designation-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-job-experience .job-experience-header .job-designation-wrapper .circle-shape {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spin 10s linear infinite;
}
.rs-job-experience .job-experience-header .job-designation-wrapper .circle-shape:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: inherit;
  background: #5777ff;
  content: "";
}
.rs-job-experience .job-experience-header .job-designation-wrapper .job-designation {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #091D2D;
}
.rs-job-experience .job-experience-header .job-duration {
  font-size: 20px;
  line-height: 1.34;
}
.rs-job-experience .job-experience-body {
  padding: 37px 60px 45px 80px;
}
.rs-job-experience .job-experience-body .job-area-img {
  flex-shrink: 0;
}
.rs-job-experience .job-experience-body .job-place {
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #091D2D;
}