body {
  background-color: #f5f5f7;
}

.row {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}

.row .no-padding {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
  padding-bottom: calc(var(--bs-gutter-x) * 0);
}

.bg {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  height: 100%;
}

.bg.design-system {
  background-color: #242839;
}

.bg.design-system .color {
  color: #fff;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* margin-bottom: 6rem; */
}

section.dark {
  background-color: #f6f6f6;
}

.container {
  /* background-color: #333; */
}

section.case-study-header {
  padding-top: 200px;
  margin-bottom: 0rem;
  background-image: url(../imgs/general/bg-pattern-internal.svg);
  background-position: 50% 0%;
  background-size: auto 800px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

/* Discover  */
.discover {
  color: #F15A29;
}

.discover .color {
  color: #2B2B2B;
}

/* Define  */
.define {
  color: #9FBB5B;
}

.define .color {
  color: #2B2B2B;
}

/* Develop  */
.develop {
  color: #4BABC4;
}

.develop .color {
  color: #2B2B2B;
}

/* Deliver  */
.deliver {
  color: #8265A4;
}

.deliver .color {
  color: #2B2B2B;
}

/* End */
.branding .color {
  color: #8876fe;
}

.img-fluid {
  /* border-radius: 20px; */
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #64adff;
  font-size: 3.338rem;
  line-height: 4rem;
  font-weight: 800;
  text-align: left;
}

h2 {
  margin-top: 0px;
  /* margin-bottom: 60px; */
  color: #333;
  font-size: 2.136rem;
  line-height: 2.75rem;
  font-weight: 400;
}

h3 {
  text-align: left;
  color: #333;
  font-weight: bold;
  margin-left: 53px;
  margin-bottom: 30px;
  font-size: 2.136rem;
}

h4 {
  margin-top: 48px;
  margin-bottom: 16px;
  color: #64adff;
  font-size: 1.368rem;
  line-height: 2.25rem;
  font-weight: 800;
  text-align: left;
}

h5 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-weight: 400;
  color: #333;
  font-size: 1.368rem;
  line-height: 2.25rem;
  text-transform: inherit;
}

h6 {
  margin-bottom: 8px;
  opacity: 0.8;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}

ul {
  padding-left: 16px;
}

p {
  /* margin-bottom: 0px; */
  color: #666;
}

a {
  color: #002f70;
  text-decoration: none;
}

li {
  margin-bottom: 16px;
  color: #666;
}

.h1-details {
  margin-bottom: 8px;
  color: #333;
}

.h1-subline {
  margin-bottom: 0px;
  color: #333;
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 400;
}

.introduction .intro {
  color: #333;
  /* font-size: 1.368rem; */
  line-height: 2.25rem;
}

.introduction .color {
  color: #2B2B2B;
}

.facts-details {
  margin-bottom: 32px;
  color: #666;
}

.understanding-the-project .color {
  color: #2B2B2B;
}

.understanding-the-project h5 {
  margin-bottom: 4px;
}

.design-process .color {
  color: #666666;
}

.empathy-map ul {
  padding-left: 18px;
}

.persona .persona-title {
  margin-bottom: 0px;
}

.persona .persona-job {
  font-size: 1rem;
}

.wsjf .list p {
  margin-left: -20px;
}

.wsjf .number {
  background-color: #9FBB5B30;
  color: #333;
  font-weight: bold;
  border-radius: 22px;
  margin-right: 10px;
  min-width: 40px;
  min-height: 40px;
  display: inline-table;
  text-align: center;
  padding-top: 6px;
}

.branding .color-1 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #194A5D;
}

.branding .color-2 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #42C3CF;
}

.branding .color-3 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.branding .color-4 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #F7F6FB;
}

.branding .color-name {
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 0px;
}

.branding .color-code {
  font-size: 0.9rem;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f5f7;
  border-top: 2px solid #efefef;
}

.ui-design img {
  /* border-radius: 10px;
  border: 2px solid #e8e8e8; */
}

.ui-design .ui-card {
  /* margin-bottom: 3rem; */
}

.ui-design a {
  color: #8265A4;
  text-decoration: underline;
  font-size: 1.094rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.second-row {
  padding-right: 0px;
  padding-left: 0px;
}

.second-bg {
  margin-top: 27px;
}

@media screen and (max-width: 989px) {
  .second-col {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .color {
    margin-top: 0px;
  }
}