.heading {
  width: auto;
  margin-bottom: 32px;
  padding-right: 24px;
  padding-left: 24px;
  font-family: Markot, sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.link {
  border-bottom: 0px solid #3f46ad;
  font-family: Markot, sans-serif;
  color: #3f46ad;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.link:hover {
  border-width: 2px;
}

.link-container {
  padding: 16px 24px;
  border-bottom: 1px solid hsla(0, 0%, 67%, .29);
}

.link-container.video {
  margin-bottom: 2px;
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 5px none #3f46ad;
  border-top-width: 5px;
  border-top-color: #3f46ad;
  border-right-width: 5px;
  border-right-color: #3f46ad;
  background-color: #ecedf8;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Markot, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.paragraph.casestudy {
  color: #3f46ad;
  font-weight: 400;
}

.container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #ecedf8;
}

.div-block-2 {
  width: 24px;
  height: 24px;
  float: left;
}

.paragraph-2.case-study-video {
  margin-left: 16px;
  padding-top: 2px;
  padding-left: 24px;
  font-family: Markot, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-3 {
  margin-bottom: 36px;
  padding-right: 24px;
  padding-left: 24px;
}

@media (max-width: 991px) {
  .heading {
    font-size: 40px;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 32px;
    line-height: 48px;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 36px;
    line-height: 56px;
  }
}

@font-face {
  font-family: 'Markot';
  src: url('../fonts/MarkOT-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Markot';
  src: url('../fonts/MarkOT.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}