.sopsy-safe {
  box-shadow: 0 15px 25px 0 rgb(222, 226, 237);
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sopsy-safe .row {
  display: flex;
  flex-wrap: wrap;
}

.sopsy-safe .image-container {
  position: relative;
  overflow: hidden;
}

.sopsy-safe .image-container span {
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 20px;
  top: 20px;
}

@media screen and (min-width: 992px) {
  .sopsy-safe .image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    bottom:0;
  }
 }

.sopsy-safe__inner {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sopsy-safe__inner a {
  color: #4c84ff;
  font-family: 'Santral-Light', BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}

.sopsy-safe__inner h2 {
  font-size: 31px;
  margin-bottom: 20px;
  font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
}

.sopsy-safe__inner p {
  font-size: 18px;
  color: #8a92a6;
  line-height: 34px;
  font-family: 'Santral-Light', BlinkMacSystemFont, sans-serif;
}

.sopsy-safe__inner .logos {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.sopsy-safe__inner .logos__item {
  margin-right: 15px;
}

.sopsy-safe .ref {
  background: #f7f8fb;
  width: 100%;
  padding: 50px;
}

.sopsy-safe .ref h2 {
  color: #304250;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'TiemposText-Bold', BlinkMacSystemFont, sans-serif;
}

.sopsy-safe .ref .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .sopsy-safe .ref h2 {
    text-align: center;
  }
  
  .sopsy-safe .ref .logos__item {
    margin-bottom: 30px;
    width: 45%;
    margin-left: 2.5%;
    text-align: center;
    margin-right: 2.5%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.which-product {
  padding: 100px 0;
}