.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 110px;
  padding: 2em;
  display: flex;
  position: static;
  inset: 0%;
}

.container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 40em;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.brand {
  background-image: url('../images/DigitalPictures_brand_bila.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.bootom-info {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.svg {
  color: red;
  background-color: color-mix(in srgb, currentColor 10%, transparent);
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.icon {
  background-color: #1f1f1f;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-weight: 400;
}

.container-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .section {
    display: block;
  }

  .cell, .cell-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 2em;
  }

  .heading {
    font-size: 33px;
  }

  .paragraph {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 1em;
  }

  .container {
    padding-left: .5em;
    padding-right: .5em;
  }

  .heading {
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph {
    width: auto;
  }

  .brand, .div-block {
    width: 200px;
  }
}

#w-node-_3600cc32-245a-8e35-68a3-4756985cd132-df00c6dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_3600cc32-245a-8e35-68a3-4756985cd132-df00c6dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


