:root {
  --white: white;
  --black: black;
}

.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;
  }
}

.card-container {
  height: 136px;
  cursor: pointer;
  background-color: #f0f0f0;
  display: block;
}

.columns {
  height: 136px;
  box-shadow: 2px 2px rgba(0, 0, 0, .2);
}

.columns.back-cover {
  opacity: 1;
  background-color: #000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-2.open-close {
  justify-content: center;
}

.column-3 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  height: 50px;
  display: inline-block;
}

.div-block {
  background-image: url('../images/value-creation-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 297px 100px;
  background-attachment: scroll;
}

.text-block {
  opacity: 1;
  color: #000;
  border: 1px #000;
  font-family: Theinhardt, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.text-block.hover {
  text-decoration: underline;
}

.div-block-2 {
  width: 50px;
  height: 50px;
  background-image: url('../images/valuecreation.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150px 50px;
  background-attachment: scroll;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Theinhardt, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.section {
  padding-bottom: 10px;
}

.heading {
  text-align: center;
  padding-bottom: 0;
  font-family: Klavika, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.section-2 {
  padding-bottom: 40px;
}

.body {
  background-color: #f7f7f7 !important;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  padding-left: 40px;
  font-family: Theinhardt, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

@media screen and (max-width: 991px) {
  .card-container {
    max-width: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .columns {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .columns.back-cover {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .column-2 {
    justify-content: flex-start;
  }

  .paragraph {
    font-size: 16px;
  }

  .columns-2 {
    display: block;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    display: flex;
  }

  .columns.back-cover {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .column {
    display: flex;
  }

  .section {
    display: block;
  }

  .heading, .bold-text {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .columns.back-cover {
    display: none;
  }

  .text-block {
    font-size: 17px;
  }

  .paragraph {
    padding-left: 20px;
    font-size: 13px;
    line-height: 17px;
  }

  .heading-2 {
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px;
  }
}


@font-face {
  font-family: 'Theinhardt';
  src: url('../fonts/Theinhardt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theinhardt';
  src: url('../fonts/Theinhardt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}