.case-study-header-box {
    min-height: 60vh;
    /* background: var(--cc-black); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
    padding: 1rem 3rem;
}

.case-study-title {
    font-size: 5rem;
}
.case-study-tagline {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
.case-study-title {
    font-size: 4rem;
}
.case-study-tagline {
    font-size: 18px;
}
}
@media (max-width: 1000px) {
.case-study-title {
    font-size: 3rem;
}
.case-study-tagline {
    font-size: 18px;
}
}

@media (max-width: 768px) {
.case-study-title {
    font-size: 2rem;
}
.case-study-tagline {
    font-size: 16px;
}
}

.project-info-heading {
  padding-top: 25px;
  font-size: 16px;
  letter-spacing: 3.5px;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}

.project-list {
  list-style-type: none;
  padding-left: 0; /* optional: removes default indent */
}
.project-list>li {
    line-height: 28px;
}
.project-tag {
    background-color: rgb(51, 51, 51);
    font-weight: 600;
    padding-left:15px;
    padding-right: 15px;
    margin-right: 10px;
}

.dotline.line-1 {
    left: 50px;
    top: 0;
    height: 100%;
}

.dotline {
    position: absolute;
    z-index: -1;
}

.dotline.line-2 {
    right: 0;
}
.project-info-section {
    position: relative;
    overflow: hidden;
}

.outcomes-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.outcomes-line {
    top: 50%;
    margin-top: -400px;
    left: -150px;
}
p {
    letter-spacing: .03em;
    line-height: 200%;
    margin-bottom: 36px;
}

.work-breakthrough-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    background: linear-gradient(355deg,#000000db 35%,#fff0), url('/img/work/breakthrough-technology-bg-2.jpeg');
}

.case-study-heading {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .15em;
}