.why-safirnet .block-1 div {
  background-color: rgb(3, 138, 253);
}

.why-safirnet .block-2 div {
  background-color: rgb(204, 207, 214)
}

.why-safirnet .block-3 div {
  background-color: rgb(236, 225, 174)
}

.why-safirnet .trust-logo-box {
  position: absolute;

  bottom: min(calc(30px + ((100vw - 365px) * 0.28)), 220px);
  left: 0;
  transform: translate(-45%, 50%);

  z-index: 2;
}

.why-safirnet .section-title-container img:nth-of-type(1) {
  width: 100%;
  max-width: 732px;
}

.why-safirnet .section-title-container img:nth-of-type(2) {
  max-width: 100%;

  position: static;
  float: right;

  transform: none;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .why-safirnet .section-title-container img:nth-of-type(2) {
    margin-top: -40px;
  }
}

@media screen and (max-width: 991px) {
  .why-safirnet .trust-logo-box {
    bottom: 75px;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .why-safirnet .mini-screen.variant-3 {
    right: 20px;
    transform: translate(0, -50%);
  }
}