.compatibility-container {
  box-shadow: 3px 3px 5px gray;
  color: rgb(49, 49, 49);
  border-radius: 55px;
  width: 500px;
  height: 385px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  text-align: left;
}

.image-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 10px;
}
