
.green-block-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
  position: relative;
}

.green-block-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--gray-szabofogaskerek-color);
  padding: 50px;
}

.green-block-body h2 {
  color: var(--szabofogaskerek-textcolor-3);
  font-weight: 700;
}

.green-block-text {
  font-weight: 500;
}
.green-view{
  padding: 50px 0;
}
.green-view h2 {
  color: var(--szabofogaskerek-textcolor-3);
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
}
.job-opportunities-block h2 {
  color: var(--darkblue-szabofogaskerek-color) !important;
}
.green-block .btn{
  margin-top: 10px;
}

@media (max-width: 768px) {
  .green-block .row{
    flex-direction: column-reverse;
  }
}
