.page-container .container {
  margin-top: 140px;
  padding-bottom: 80px;
}

.page-container {
  background: var(--zaliasLinear1);
}

.page-head {
  color: var(--white1);
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-body {
  background-color: var(--white1);
  color: var(--grey2);
  border-top: 20px solid var(--green2);
  padding: 50px;
  padding-bottom: 20px;
}

.page-body ul,
.page-body ol,
.page-body p {
  padding-bottom: 30px !important;
}

.page-body ul {
  padding-left: 15px;
}

.page-body ol {
  padding-left: 20px;
}
.page-container .container .wp-block-image {
  display: flex;
  flex-direction: column !important;
  width: 100%;
  margin-bottom: 30px;
}

.page-container .container figcaption {
  width: 100%;
  margin-top: -42px;
  margin-bottom: 0;
  text-align: right;
  padding: 13px 20px;
  color: var(--white1);
  background-color: #292929b3;
  /* margin-bottom: 30px !important; */

  /* Body 6 */
  font-size: 12px;
  line-height: 17px;
  font-family: "Axiforma";
  font-weight: 400;
}

.page-container .container ul {
  margin-left: 10px;
}

.page-container .container a {
  text-decoration: none;
  color: var(--green2);

  /* Body 2 */
  font-size: 16px;
  line-height: 24px;
  font-family: "Axiforma";
  font-weight: 400;
}

.page-container .container h1 {
  font-size: 60px;
  line-height: 72px;
  font-family: "Barlow";
  font-weight: 700;
}
.page-container .container h2 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Barlow";
  font-weight: 700;
  padding-bottom: 12px;
}
.page-container .container h3 {
  font-size: 24px;
  line-height: 27px;
  font-family: "Barlow";
  font-weight: 600;
  padding-bottom: 20px;
}
.page-container .container h4 {
  font-size: 22px;
  line-height: 27px;
  font-family: "Barlow";
  font-weight: 600;
}
.page-container .container h5 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Barlow";
  font-weight: 600;
}
.page-container .container h6 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow";
  font-weight: 600;
}

.alignright {
  margin-right: 0px !important;
  margin-left: auto !important;
  width: fit-content !important;
  display: flex !important;
  flex-direction: column !important;
}

.alignleft {
  margin-right: auto !important;
  margin-left: 0px !important;
  width: fit-content !important;
  display: flex !important;
  flex-direction: column !important;
}

.aligncenter {
  margin-right: auto !important;
  margin-left: auto !important;
  width: fit-content !important;
  display: flex !important;
  flex-direction: column !important;
}

figure.size-full {
  width: fit-content !important;
}



figure.wp-block-gallery {
  margin-bottom: 10px;
}

.has-nested-images figure figcaption {
  width: 100%;

  text-align: right !important;
  padding: 13px 20px !important;
  color: var(--white1) !important;
  background-color: #292929b3 !important;

  font-size: 12px !important;
  line-height: 17px !important;
  font-family: "Axiforma" !important;
  font-weight: 400 !important;

  margin-bottom: 0 !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 1150px) {
  .page-container .container {
    margin-top: 50px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 783px) {

  .aligncenter {
    width: unset !important;
  }

  .page-container .wp-block-table.aligncenter td{
    word-break: normal;
  }

  .page-container .container {
    margin-top: 60px;
    padding-bottom: 30px;
  }

  .page-head {
    color: var(--white1);
    padding-top: 30px;
    padding-bottom: 30px;

    font-size: 24px;
    line-height: 27px;
    font-family: "Barlow";
    font-weight: 600;
  }

  .page-body {
    background-color: var(--white1);
    color: var(--grey2);
    border-top: 20px solid var(--green2);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 25px;

    font-size: 14px;
    line-height: 20px;
    font-family: "Axiforma";
    font-weight: 400;
  }

  .page-container .container figcaption {
    width: 100%;
    margin-top: -30px;
    height: 30;
    text-align: right;
    padding: 8px 10px;
    color: var(--white1);
    background-color: #292929b3;

    /* Body7 */
    font-size: 10px;
    line-height: 14px;
    font-family: "Axiforma";
    font-weight: 400;
  }

  .has-nested-images figure figcaption {
    width: 100%;

    text-align: right !important;
    padding: 8px 20px !important;
    color: var(--white1) !important;
    background-color: #292929b3 !important;

    font-size: 10px !important;
    line-height: 14px !important;
    font-family: "Axiforma" !important;
    font-weight: 400 !important;

    margin-bottom: 0 !important;
    margin-top: 0px !important;
  }

  .page-container .container h1 {
    font-size: 24px;
    line-height: 27px;
    font-family: "Barlow";
    font-weight: 600;
  }
  .page-container .container h2 {
    font-size: 24px;
    line-height: 27px;
    font-family: "Barlow";
    font-weight: 600;
  }
  .page-container .container h3 {
    font-size: 22px;
    line-height: 27px;
    font-family: "Barlow";
    font-weight: 600;
  }
  .page-container .container h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: "Barlow";
    font-weight: 600;
  }
  .page-container .container h5 {
    font-size: 18px;
    line-height: 22px;
    font-family: "Barlow";
    font-weight: 600;
  }
  .page-container .container h6 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Barlow";
    font-weight: 600;
  }

  .page-container .container a {
    text-decoration: none;
    color: var(--green2);

    font-size: 14px;
    line-height: 20px;
    font-family: "Axiforma";
    font-weight: 400;
  }

  .page-container .container .wp-block-image {
    margin-bottom: 20px;
  }
}
