/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

@media only screen and (max-width: 600px) {
  .offers-wrapper {
    flex-direction: column;
  }

  .offers-container {
    width: 100% !important;
  }
}

.offers-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.offers-container {
  width: calc(100% / 4 - 10px);
  text-align: center;
}

.offers-title {
  font-size: 16px;
  color: #b7141f;
}
