.buttons {
  display: flex;
}

.green-container {
  max-height: 450px;
}


@media screen and (max-width: 767px) {
  .buttons {
    flex-direction: column;
  }
  
  .green-container {
    max-height: 500px;
  }
}



.open-access .custom-color--blue {
  color: #1b718b !important;
}

svg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-stop {
  stop-color: #4d5e1d;
}

.alt-stop {
  stop-color: #abc837;
}

#leaf {
  display: none;
}

.full-width-green {
  width: 100%;
  background-color: #677821;
}

.btn--green {

  background:#c6e41c !important;
  
    }

    .btn--green .btn__text {
      color: #666 !important;
    }

.open-access h1 {
  font-size: 4rem;
}

.open-access h2 {
  font-weight: 700;
  font-size: 2rem;
}

.open-access .relative {
  position: relative;
}

.open-access .open-access-logo {
  position: absolute;
  left: 3rem;
  bottom: 0;
  width: 75px;
  height: auto;
  z-index: 9;
}

.open-access .open-access-logo-2 {
  margin-left: 100px;
  bottom: 0;
}

@media (min-width: 900px) {
  .open-access .flex {
    display: flex;
  }

  .open-access .flex-1 {
    flex: 1;
  }

  .open-access .flex-2 {
    flex: 2;
  }
  .open-access .flex-3 {
    flex: 3;
  }
  .open-access .flex-4 {
    flex: 4;
  }
  .open-access .flex-5 {
    flex: 5;
  }
  .open-access .flex-6 {
    flex: 6;
  }

  .open-access .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .open-access .p-t {
    padding-top: 5rem;
  }
  .open-access .p-b {
    padding-bottom: 5rem;
  }
  .open-access .m-l {
    margin-left: 3rem;
  }
  .open-access .open-access-logo {
    width: 150px;
  }

  .open-access .open-access-logo-2 {
    width: 100px;
    margin-left: 175px;
    bottom: 0.5rem;
  }
}

.open-access .text-center {
  text-align: center;
}

.open-access .flex ul {
  list-style: circle;
}

.open-access p {
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .open-access .grid {
    display: block;
    text-align: center;
  }
  .open-access section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .open-access h1 {
    font-size: 2rem;
  }
  .open-access h2 {
    font-size: 1rem;
  }

  /* section.cover {
    padding-bottom: 5rem;
  } */
}

.pubs > div {
  max-width: 200px;
  height: auto;
  
  justify-self: center;
  text-align: center;
}

.pubs > div img {
  border: 1px solid #eee;
  margin-bottom: .5em;
}

.open-access .b-t {
  border-top: 1px solid #ff1800;
}

.open-access .b-b {
  border-bottom: 1px solid #ff1800;
}
