
.container {
  max-width: 768px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.signoff-section {
  background-color: var(--white-color);
}

.signoff-section img {
  height: 80px;
  width: auto;
}
.signoff-section img:nth-of-type(3),
.signoff-section img:nth-of-type(4) {
  height: 40px;
}
.signoff-section .container {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  gap: 40px; 
  justify-content: center;
  flex-wrap: wrap;
}