.containerOurWork {
  width: 100%;
}

.contentOurWork {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.contentOurWork__title {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contentOurWork__title h2 {
  padding: 20px 0;
  line-height: 1.2;
  color: var(--bs-gray-dark);
  font-weight: 400;
}
.contentOurWork__title p {
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: var(--bs-gray-900);
}

.contentOurWorkBox {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  grid-gap: 30px;
}

.contentOurWorkBoxItem {
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 2px 6px 13px -2px rgba(58, 57, 68, 0.2);
  background-image: linear-gradient(315deg, #f6f6f6 0%, #e9e9e9 74%);
  position: relative;
}
.contentOurWorkBoxItem__description h3 {
  color: var(--light-green);
  padding: 10px 0;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.contentOurWorkBoxItem__description p {
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: var(--bs-gray-900);
}
.contentOurWorkBoxItem__imgBox {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}
.contentOurWorkBoxItem__imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 720px) {
  .contentOurWorkBox {
    flex-direction: column;
  }
}

/*# sourceMappingURL=containerOurWork.css.map */
