.cooperation__title {
  font-size: calc(20% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.cooperation__description {
  font-size: calc(10% + 0.6vw + 0.7vh);
}

.cooperation__link {
  background: #259639;
  border-radius: 10px;
  font-size: small;
  padding: 1rem 1.5rem !important;
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
}

.cooperation__background {
    background: #3aaa35;
    box-shadow: 0px 10px 30px -10px rgba(58, 170, 53, 0.2);
    border-radius: 8px;
    height: fit-content;
}
