.peace-of-mind-inner-wrapper {
  background: url(../../images/peace-of-mind-inner-wrapper-BG.png) no-repeat
    bottom right;
  background-size: cover;
  padding: 84px 62px;
}
.peace-of-mind-inner-wrapper h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0px;
  color: #1d1f24;
  font-weight: 700;
}
.peace-of-mind-inner-wrapper p {
  font-size: 23px;
  line-height: 1.5;
  color: #1d1f24;
  margin-bottom: 56px;
  a {
    color: #1d1f24;
    text-decoration: underline;
  }
}
.peace-of-mind-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 32px;
}
.peace-of-mind-items {
  width: 100%;
  max-width: 372px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
}
.peace-of-mind-logo {
  width: 46px;
}
.peace-of-mind-content h4 {
  font-weight: 700;
  font-size: 23.77px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1d1f24;
  margin-bottom: 10px;
}
.peace-of-mind-content p {
  font-weight: 400;
  font-size: 15.38px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0px;
  color: #1d1f24;
}
.women{
  display: none;
}
@media (max-width: 768px) {
  .peace-of-mind-inner-wrapper {
    padding: 0;
    background: none;
  }
  .peace-of-mind-wrapper.spacing {
    background: url(../../images/peace-of-mind-inner-wrapper-BG.png) no-repeat
      bottom left;
    background-size: cover;
    padding-block: 50px;
  }
  .women{
    display: flex;
    justify-content: end;
    transform: translateY(49px);
    img{
      max-width: 220px;
    }
  }
}
