#content-cross {
  max-width: 1080px;
}

.cs-sbs {
  display: flex;
  color: white;
}

.cs-sbs-nobreak {
  display: flex;
}

.cs-sbs button {
  margin-top: 0.8em;
  background-color: #edf8f1;
  color: #5ea378;
  max-width: 150px;
}

.cs-sbs button:hover {
  background: #5ea378;
  color: white;
}

.cs-sa {
  justify-content: space-around;
}

.cs-sb {
  justify-content: space-between;
}

.cs-green-box {
  background-color: #edf8f1;
  color: #505051;
  border-radius: 1em;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 600;
}

.cs-project-title {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5647058824);
  padding-top: 1em;
}

.cs-content-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 190px;
}

.cs-project-details {
  /* margin-top: 5px; */
  font-weight: 600;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5647058824);
}

.cross-sell-headline h2 {
  text-align: center;
  margin-bottom: 1em;
}

.project-btn-container {
  text-align: center;
  margin-top: 2em;
}

.project-btn-container a {
  padding: 10px 20px;
  color: #ffffff;
  border: 0;
  border-radius: 0.5em;
  background: #5ea378;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s;
}

.left,
.right {
  width: 47%;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  border-radius: 1em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1em;
}

@media only screen and (max-width: 800px) {
  .left,
  .right {
    width: 100%;
    max-width: 600px;
    margin: 1em auto;
  }
  .cs-sbs {
    display: block;
  }
  /* .cs-project-title {
      padding-top: 3em;
  } */
}
/* @media only screen and (max-width: 600px) {
    .left,
    .right {
        width: 92%;
    }
} */
@media only screen and (max-width: 400px) {
  /* .cs-project-title {
      padding-top: 4em;
  } */
}