.three-partner-guide-cover {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 54px;
  overflow: hidden;
  border: 1px solid #d8e1ec;
  background: #ffffff;
  box-shadow: none;
}

.three-partner-guide-cover img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #ffffff;
  box-shadow: none;
  filter: none;
}

@media (max-width: 700px) {
  .three-partner-guide-cover {
    width: calc(100% - 24px);
    margin-bottom: 34px;
  }
}
