.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.dl_container {
  margin-bottom: 0;
}

.dl_topmenu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.dl_logo {
  background-image: url('../images/DL_Logo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 70px;
}

.heading {
  width: 70%;
  margin-top: 64px;
  font-family: Open Sans, sans-serif;
}

.heading.nospace {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
}

.dl_projectcontainer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.dl_projectimage {
  width: 120px;
  height: 120px;
  box-shadow: 0 2px 8px #0003;
}

.dl_projectimage.p_tot {
  background-image: url('../images/3000x3000-3021175--9609E017-060C-47C4-B8F80D43F4D86798--0--8782113--IMG2625_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.dl_projectimage.p_tides {
  background-image: url('../images/T_COVER_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.dl_projectimage.p_sotp {
  background-image: url('../images/3000x3000-3021175--8501AFF5-19B3-41FD-893C2D046ADF2248--1639309423272--Cover1_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.dl_projectimage.p_splash {
  background-image: url('../images/3000x3000-3021175--4644E082-DD49-4017-9FD03DE38D3697D0--0--6643135--SPLASHCover_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.dl_projectimage.p_rplei {
  background-image: url('../images/3000x3000-3021175--616C3255-86BB-4B8F-9761FBB99DFB4435--0--10949024--RubyPleiadesCover_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.dl_projectimage.p_mtremix {
  background-image: url('../images/3000x3000-3021175--354C15DC-86ED-4905-9A612E7B310EEE06--0--11421948--Covers1_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.dl_projectimage.p_il {
  background-image: url('../images/3000x3000-3021175--D0069107-BE92-4FAE-96AD7F6DC400A803--0--2791747--COVERINVERSIONLAYER1_1.avif');
  background-position: 0 0;
  background-size: contain;
}

.dl_projectimage.p_rco1 {
  background-image: url('../images/RCO_1_Cover_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 170px;
}

.dl_projectimage.p_rco2 {
  background-image: url('../images/RCO_2_Cover_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 170px;
}

.dl_projectimage.p_rco3 {
  background-image: url('../images/RCO_3_Cover_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 170px;
}

.dl_projectimage.p_rco4 {
  background-image: url('../images/RCO_4_Cover.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 170px;
}

.dl_projectimage.p_rco4.p_rco5 {
  background-image: url('../images/RCO_5_Cover_1.avif');
  background-size: contain;
}

.dl_projecttext {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 16px;
  display: flex;
}

.heading-3 {
  font-family: Open Sans, sans-serif;
}

.dl_button {
  background-color: #000;
  order: 1;
}

.dl_button.second {
  margin-left: 15px;
}

.dl_button.colour {
  background-color: #a83030;
}

.dl_button.blue {
  background-color: #368ad5;
}

.dl_typemark {
  background-image: url('../images/distracted_typemark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 50px;
}

.dl_projectbuttons {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: center;
  flex-flow: column;
  width: 200px;
  display: flex;
}

.dl_banner_store {
  color: #f7f7f7;
  background-color: #1c8196;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
}

.underlined {
  text-decoration: underline;
}

.dl_typemarkcontainer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .dl_container {
    max-width: 95%;
  }

  .heading {
    width: 90%;
  }

  .dl_projectcontainer {
    flex-flow: wrap;
  }

  .dl_projecttext {
    align-items: stretch;
  }

  .dl_button {
    text-align: center;
    flex: none;
    align-self: center;
    width: 200px;
  }

  .dl_button.second {
    order: 1;
    margin-top: 15px;
    margin-left: 0;
  }

  .dl_typemark {
    display: none;
  }

  .dl_projectbuttons {
    flex-flow: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    max-width: 200px;
    margin-left: 16px;
    display: flex;
  }

  .dl_banner_store {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: center;
    width: 100%;
    font-size: 34px;
  }

  .heading-2 {
    text-align: center;
  }

  .dl_projectcontainer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

  .dl_projectimage {
    width: 150px;
    height: 150px;
  }

  .dl_projectimage.p_tot {
    flex: none;
    width: 150px;
    height: 150px;
  }

  .dl_projectimage.p_splash {
    width: 150px;
  }

  .dl_projectimage.p_rco1, .dl_projectimage.p_rco2 {
    height: 212px;
  }

  .dl_projectimage.p_rco3 {
    width: 150px;
    height: 212px;
  }

  .dl_projectimage.p_rco4 {
    height: 212px;
  }

  .dl_projecttext {
    justify-content: flex-start;
    align-items: center;
    min-width: 25%;
    height: 150px;
    margin-left: 0;
  }

  .dl_button {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .dl_typemark {
    display: none;
  }

  .dl_projectbuttons {
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .dl_banner_store {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .paragraph, .paragraph-2 {
    text-align: center;
  }
}


