/* Layout Styles
======================================= */
.live-offer-banner-inner {
  height: 190px;
}

.live-offer-banner-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.live-offer-banner-outer {
  margin-bottom: 60px;
}

.live-offer-message-outer {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.live-offer-message-inner {
  max-width: 800px;
  border: 1px solid #e1e6e9;
  border-radius: 12px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.live-offer-message-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

/* Font Styles
======================================= */
.live-offer-message-inner h1 {
  color: #373737;
  font-size: 1.4em;
  line-height: 1em;
  margin: 0;
  font-weight: 800;
}

.live-offer-message-content p {
  color: #373737;
  font-size: 1.143em;
  line-height: 1.4em;
  margin: 0;
  font-weight: 400;
}

.live-offer-btn a {
  display: inline-block;
  background-color: #004378;
  color: #fff;
  padding: 1em 2em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.143em;
  text-transform: uppercase;
}

/* Media Queries
======================================= */
@media screen and (max-width: 750px) {
  .live-offer-message-inner {
    padding: 40px 30px;
  }

  .live-offer-banner-inner {
    height: 150px;
  }
}
