.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;
  }
}

.div-block {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.c-box__container {
  background-color: #d9235e;
  background-image: url('../images/Canabliss.png'), linear-gradient(#d9235e70, #d9235e70), url('../images/gradient-6.png');
  background-position: 50% 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  border-radius: 0 0 1em 1em;
  width: 100%;
  height: 400px;
  padding: 6.8em 4.2em 1em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px #f7121233, 0 2px 12px #0003;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.large {
  color: #0f172a;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.45;
}

.project-background {
  z-index: 2;
  background-image: url('../images/Canabliss.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-name {
  z-index: 15;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.25fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.project-background-wrapper {
  z-index: 2;
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overlay-7 {
  color: #fff;
  background-color: #d81e5f00;
  background-image: linear-gradient(#2727278c, #356403);
  border-radius: 0 0 0 5px;
  position: absolute;
  inset: 0%;
}

.overlay-7.cruise {
  background-image: linear-gradient(#2727278c, #0d8ea5);
}

.overlay-7.reggae {
  background-image: linear-gradient(#2727278c, #c50925);
}

.heading-27 {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 500;
}

.text-block-24 {
  color: #011128;
  letter-spacing: 2.5px;
  font-weight: 600;
}

.project-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #9d080b0a;
  border-radius: 1px 1px 1px 8px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  margin-bottom: 10px;
  padding: 36px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 16px 3px #00000038;
}

.skew-background {
  position: absolute;
  inset: 0%;
}

.skew-background-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.journal-category-tag {
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 12px;
  font-size: 8px;
  line-height: 1.2em;
  display: flex;
}

.heading-14, .heading-28 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.body {
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle, #fff, #ffffff05), linear-gradient(#fff 76%, #ffffffd1), url('../images/Canabliss.png');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
}

@media screen and (min-width: 1280px) {
  .project-name {
    grid-template-columns: 1fr;
  }

  .project-card-3 {
    min-height: 350px;
  }
}

@media screen and (min-width: 1440px) {
  .c-box__container {
    margin-left: 17vw;
    margin-right: 5vw;
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .project-card-3 {
    min-width: 200px;
    min-height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .c-box__container {
    padding: 5.5em 2.6em;
  }
}

@media screen and (max-width: 767px) {
  .c-box__container {
    flex-direction: column;
    align-items: flex-start;
    height: 39em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    margin-bottom: 20px;
  }

  .c-box__container {
    background-image: url('../images/Canabliss.png'), linear-gradient(315deg, #0000005e, #fff0), url('../images/gradient-6.png');
    background-position: 50% 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: cover, auto, auto;
    justify-content: space-between;
    height: 400px;
    padding-bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 12px;
  }

  .paragraph {
    font-size: .875rem;
  }

  .paragraph.large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.0625rem;
  }

  .overlay-7 {
    background-image: linear-gradient(#39bcc84f, #05532b);
  }

  .overlay-7.reggae {
    border-bottom-left-radius: 0;
  }

  .project-card-3 {
    border-radius: 15px;
    min-height: 275px;
    padding: 24px;
  }

  .project-card-3.reggae {
    border-radius: 0;
  }
}

#w-node-_76cdb771-88cd-a702-17a7-76c1a5d4229b-ad4aa1cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76cdb771-88cd-a702-17a7-76c1a5d4229d-ad4aa1cb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76cdb771-88cd-a702-17a7-76c1a5d422a1-ad4aa1cb {
  place-self: start;
}

#w-node-_76cdb771-88cd-a702-17a7-76c1a5d422af-ad4aa1cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76cdb771-88cd-a702-17a7-76c1a5d422b1-ad4aa1cb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76cdb771-88cd-a702-17a7-76c1a5d422b3-ad4aa1cb {
  place-self: start;
}

#w-node-_76cdb771-88cd-a702-17a7-76c1a5d422c1-ad4aa1cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76cdb771-88cd-a702-17a7-76c1a5d422c3-ad4aa1cb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76cdb771-88cd-a702-17a7-76c1a5d422c5-ad4aa1cb {
  place-self: start;
}

#w-node-be75cab7-88e5-21b8-efe5-36758d156c0b-ad4aa1cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be75cab7-88e5-21b8-efe5-36758d156c0d-ad4aa1cb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-be75cab7-88e5-21b8-efe5-36758d156c0f-ad4aa1cb {
  place-self: start;
}


