.heading {
  text-align: center;
}

.div-block {
  flex-flow: row;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image {
  height: 100%;
}

.rightcontainer {
  flex-flow: column;
  justify-content: space-between;
  width: 70%;
  padding: 10px 20px 20px 60px;
  display: flex;
}

.leftcontainer {
  background-image: linear-gradient(315deg, #fff, #fff0 28%), linear-gradient(#fff, #fff 0%, #fff0 16%), url('../images/background.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 30%;
}

.e2packlogo {
  color: #3a3a3a;
  margin-top: 40px;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-5 {
  background-color: #be2b2b;
  height: 100px;
  position: fixed;
  inset: auto 0% 0%;
}

.image-2 {
  width: 250px;
}

.txt_block {
  max-width: 500px;
  padding-top: 60px;
  font-size: 16px;
  line-height: 26px;
}

.text-block {
  color: #333;
  letter-spacing: -.5px;
  text-indent: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.div-block-7 {
  margin-top: 40px;
}

.image-3 {
  width: 100%;
  max-width: 500px;
}

.text-span, .text-span-2, .text-span-3 {
  color: #4bb049;
}

.text-block-3 {
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.footer {
  max-width: 600px;
  padding-bottom: 40px;
  position: static;
  inset: 0% 0% auto auto;
}

.lang {
  justify-content: flex-end;
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-4 {
  font-family: PT Sans, sans-serif;
}

.div-block-8 {
  color: #333;
  background-color: #d1d1d1;
  margin-right: 10px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

.div-block-8.en.w--current {
  color: #fff;
  background-color: #565656;
}

.text-block-5 {
  padding-left: 4px;
  padding-right: 4px;
}

.link-block {
  color: #3d3d3d;
  background-color: #d3d3d3;
  text-decoration: none;
}

.link-block.it.w--current {
  color: #fff;
  background-color: #565656;
}

.text-span-4 {
  color: #4eaf46;
}

.text-span-5 {
  color: #4db045;
}

.text-span-6 {
  color: #4eaf46;
}

.heading-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 4px;
  line-height: 4px;
}

@media screen and (max-width: 991px) {
  .rightcontainer {
    padding: 20px;
  }

  .image-2 {
    width: 200px;
  }

  .text-block {
    font-size: 22px;
  }

  .text-block-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .rightcontainer {
    padding: 20px;
  }

  .leftcontainer {
    height: 100%;
  }

  .e2packlogo {
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .rightcontainer {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .leftcontainer {
    display: none;
  }

  .e2packlogo {
    margin-bottom: 40px;
  }

  .image-2 {
    width: 150px;
  }

  .txt_block {
    padding-top: 30px;
  }

  .text-block {
    line-height: 26px;
  }

  .text-block-2 {
    line-height: 20px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .header {
    flex-flow: column;
    display: flex;
  }

  .lang {
    margin-bottom: 10px;
  }
}


