.page-node-type-article {
  .pusher {
    .container {
      .center {
        .region-content {
          #block-sepac-content {
            .clearfix.text-formatted {
              h1 {
                max-width: 1400px;
                padding: 0px 20px;
                margin: 70px auto 29px;
              }
              main.wp-block-group {
                max-width: 1400px;
                margin: 0 auto;
                > .wp-block-group__inner-container {
                  h3 {
                    font-family: "Lato", sans-serif;
                    font-weight: 700;
                    font-size: 22px;
                    line-height: 28px;
                    color: #2a3182;
                    margin: 0px 20px 25px;
                  }
                  p {
                    font-family: "Lato", sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 18px;
                    color: black;
                    margin: 0px 20px 10px;
                    strong {
                      font-weight: 700;
                    }
                    a {
                      color: var(--green);
                      text-decoration: underline;
                      transition: all 0.3s ease;
                      &:hover {
                        font-size: 14.5px;
                      }
                    }
                  }
                  ul {
                    li {
                    }
                  }
                  figure.wp-block-image {
                    text-align: center;
                    margin-bottom: 40px;
                    img {
                      text-align: center;
                      width: 400px;
                      max-width: 800px;
                      height: auto;
                      aspect-ratio: 8/6;
                    }
                  }
                  .wp-block-buttons {
                    .wp-block-button {
                      a.wp-block-button__link {
                        font-family: "Lato", sans-serif;
                        font-weight: 700;
                        font-size: 14px;
                        line-height: 18px;
                        color: #ffffff;
                        background-color: #2a3182;
                        padding: 10px 20px;
                        border-radius: 4px;
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
