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

.asdv {
  background-color: #000;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-blockre {
  justify-content: flex-start;
  align-items: center;
  width: 724px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2re {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  padding-left: 6px;
  padding-right: 5px;
  display: flex;
}

.div-block-3re {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: none;
  object-position: 0% 50%;
  width: 65%;
  height: 100%;
  overflow: clip;
}

.imagere {
  width: 1862px;
  max-width: none;
  height: 170px;
  overflow: clip;
}

.containerre {
  height: 80vh;
  display: none;
}

.link-blockre {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.link-blockre:hover {
  box-shadow: 0 2px 5px #0003;
}

.headingre {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: abril-display, sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

.div-block-4re {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-blockre {
  color: #636363;
  text-align: center;
  font-family: lft-etica, sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.text-block-2re {
  color: #fff;
  margin-bottom: 10px;
  font-family: lft-etica, sans-serif;
  font-style: italic;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .div-blockre {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .div-block-2re {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .div-block-3re {
    width: 100%;
    height: auto;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .headingre, .text-block-2re {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2re {
    padding-top: 5px;
    padding-right: 0;
  }
}


