.body {
    background-color: #d2d2d1;
    background-image: linear-gradient(#e6e6e6ed, #e6e6e6ed), url('../images/66a59d3d4524a3df2972936b_6522285cf467cdff206171d3_Asset-4_2x.webp');
    background-position: 0 0, 0 0;
    background-size: auto, 400px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    /* background-color: #d2d2d1;
    background-image: linear-gradient(#e6e6e6ed, #e6e6e6ed), url('../images/66a59d3d4524a3df2972936b_6522285cf467cdff206171d3_Asset-4_2x.webp');
  background-position: 0 0, 0 0;
    background-position: 0 0, 0 0;
  background-size: auto, 400px;
    background-size: auto, 400px;
    justify-content: center;
    align-items: center;
    display: flex;*/
}

.div-block {
    background-image: linear-gradient(#00000094, #00000094);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 6%;
    padding-bottom: 6%;
    display: flex;
}

.value-card {
  background-color: #fff;
  border-radius: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 357px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 20px 2px #0003;
}

.value-card.mid {
  /*max-width: 350px;*/
  height: 400px;
  position: relative;
}

.value-card.left {
  /*max-width: 350px;*/
  background-image: linear-gradient(90deg, #fff 65%, #eaeaea);
  /*margin-left: 0;*/
  transition: all .525s;
}

.value-card.right {
  /*max-width: 350px;*/
  background-image: linear-gradient(270deg, #fff 53%, #eaeaea);
  /*margin-right: 0;*/
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imager {
  z-index: 1;
  width: 150px;
  position: relative;
}

.card-internal {
  background-color: #6b6b6b1a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-internal.left {
  background-color: #00000008;
  background-image: none;
}

.card-internal.main {
  border: 1px solid red;
  border-radius: 0;
}

.text-block {
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 29px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.text-block-2 {
  margin-right: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 42px;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.text-block-3.cross {
  -webkit-text-decoration: line-through #5c5c5c;
  text-decoration: line-through #5c5c5c;
  text-decoration-thickness: 2px;
}

.text-block-4 {
  text-align: center;
  background-color: #fff2c9;
  border: 1px solid #fcde9f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.image-2 {
  color: #694f4f;
  width: 10px;
}

.image-2.invert {
  filter: invert();
}

.div-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.text-block-copy {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 29px;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.button1 {
  color: #fff;
  background-color: #3b99ca;
  border: 7px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 50px;
  margin-top: -50px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  top: 30px;
}

.button1:hover {
  background-color: #39a9e4;
  top: 27px;
  box-shadow: 0 0 16px 2px #0003;
}

.button1.main {
  background-color: #cb2a2b;
}

.button1.main:hover {
  background-color: #eb1c1d;
  box-shadow: 0 0 16px 2px #f003;
}

.image-3 {
  margin-top: -40px;
}

.card-internal.main .div-block-7 > .div-block-8 {
    color: #fff;
    background-image: url('../images/Asset-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 21px;
    margin-top: -33px;
    font-family: Open Sans, sans-serif;
    display: flex;
}

.div-block-9 {
  height: 80px;
  margin-bottom: -30px;
}

.div-block-10 {
  flex-flow: column;
  height: 148px;
  margin-bottom: -50px;
  display: flex;
}

.size-text {
    color: #fff;
    -webkit-text-stroke-color: #000;
    text-align: center;
    text-shadow: 0 1px #fff;
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.div-block-432 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 51px;
    margin-top: 40px;
    display: flex;
}

.text-block-163 {
    color: #fff;
    padding-right: 4px;
    font-weight: 600;
}

.image-35 {
    height: 20px;
}

@media screen and (max-width: 767px) {
  .div-block {
    width: 100%;
  }

  .value-card {
    flex-flow: column;
    width: 90%;
    height: auto;
  }

    .value-card.mid {
        max-width: none;
        height: auto;
    }

    .value-card.left, .value-card.right {
        background-image: none;
        max-width: none;
    }

  .div-block-3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-7 {
    margin-bottom: 9px;
  }

.card-internal.main .div-block-7 > .div-block-8 {
    margin-top: -10px;
}

  .div-block-9 {
    height: auto;
    margin-bottom: 0;
  }

  .div-block-10 {
    margin-bottom: 0;
  }
}

/* Responsive improvements for RevIQ */
.div-block-9 {
    padding: 10px 0;
}

/*.div-block-6 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}*/

.div-block-6 img.image-2 {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: 3px;
}

.div-block-6 div {
    flex: 1;
    word-break: break-word;
}

/* Add spacing between cards on mobile */
@media screen and (max-width: 767px) {
    .value-card {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 479px) {
    .div-block-6 {
        margin-bottom: 10px;
    }
    
    .value-card {
        margin-bottom: 30px;
    }
    
    .div-block-3 {
        padding: 0 10px 20px;
    }
}
