.gory {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/footer.png');
  background-position: 0px 0px;
  background-size: auto 486px;
}

.div-block-2 {
  margin-top: 80px;
  text-align: center;
}

.image {
  text-align: center;
}

.div-block-3 {
  margin-top: 30px;
  text-align: center;
}

.button {
  padding: 25px 40px;
  border-radius: 7px;
  background-color: #8ebe21;
  box-shadow: 0 9px 28px -10px #152d5e;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.section {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a1df), to(#fff));
  background-image: linear-gradient(180deg, #00a1df, #fff);
}

.loga-partnerow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.unordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 479px) {
  .gory {
    margin-bottom: 78px;
  }
  .button:hover {
    background-color: #00a1df;
    box-shadow: 0 9px 46px -10px #152d5e;
  }
  .loga-partnerow {
    height: 100%;
    margin-top: 0px;
    margin-bottom: -151px;
    padding-top: 0px;
    background-color: #fff;
  }
  .unordered-list {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container {
    height: auto;
  }
  .div-block-6 {
    position: relative;
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }
  .div-block-7 {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1f127010e973-3042ec81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}