.content_warranty_seal{
  background-color: transparent;
  width: 100%;
  margin: 0 auto 40px auto;
  line-height: 0;      
}

.warranty-seal {
  width: 100%;
  height: 50px;
  background-color: #EFEFF1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;  
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.warranty-seal img {
  width: auto;
  height: 100px;
  margin-right: 15px;
}

.warranty-seal p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #414648;
  font-size: 17px;
  margin: 0;
}

.warranty-seal-mobile {
  max-width: 540px;
  width: 90%;
  margin: auto;
  height: 80px;
  display: none;
  align-items: center;
  justify-content: center;
}

.warranty-seal-mobile img {
  width: auto;
  height: 87px;
  margin-right: 15px;
}

.warranty-seal-mobile .warranty-seal-mobile-text h1 {
  font-size: 19px;
  font-family: 'Open Sans Negrito', sans-serif;
  font-weight: 700;
  text-align: center;
}

.warranty-seal-mobile .warranty-seal-mobile-text p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

@media (max-width: 767px) {
  .warranty-seal-mobile {
    display: flex;
  }    
}

@media (max-width: 443px) {
  .warranty-seal-mobile .warranty-seal-mobile-text h1 {
    font-size: 17px;
  }
  .warranty-seal-mobile .warranty-seal-mobile-text p {
    font-size: 12px;
  }
  .warranty-seal-mobile {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .warranty-seal-mobile .warranty-seal-mobile-text h1 {
    font-size: 15px;
}
  .warranty-seal-mobile img {
    height: 69px;
    margin-right: 5px;
  }
}