.section-body { width: 65%; margin: 3rem auto; text-align: left; }

.our-values { grid-template-columns: repeat(4, 1fr); }
.our-values .value-card { width: 100%; height: 150px; background-color: var(--light-cream); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1rem; }
.our-values .value-card img { width: 70px; height: 70px; }

.field-of-action { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 300px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: var(--light-teal); }
.field-of-action .field-of-action-img-wrapper { height: 100%; width: 50%; }
.field-of-action .field-of-action-img-wrapper .field-of-action-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: bottom; object-position: bottom; }
.field-of-action .field-of-action-list { padding: 0 2rem; list-style-type: disc; }
.field-of-action .field-of-action-list li ul { list-style-type: circle; padding-left: 0.5rem; }

@media screen and (max-width: 753px) { .our-values { grid-template-columns: repeat(auto-fill, 200px); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .field-of-action-img-wrapper { display: none; } }
@media screen and (max-width: 500px) { .section-body { width: 100%; padding: 1rem; margin: 2rem auto; }
  .our-values { grid-template-columns: repeat(4, 85px); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: var(--light-cream); }
  .our-values .value-card img { width: 50px; height: 50px; }
  .our-values .value-card h4 { font-size: 0.8rem; } }
