.block-text-and-button {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.block-text-and-button .text-content {
  margin-bottom: 2rem;
  text-align: center;
}

.block-text-and-button .text-content h3 {
  color: #333;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.3;
  clear: both;
}

.block-text-and-button .text-content p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: left;
  color: #666;
}

.block-text-and-button .text-content p strong {
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.5rem;
}

.block-text-and-button .text-content p br {
  display: none;
}


.block-text-and-button .wpb_wrapper,
.block-text-and-button .field-text-content {
  width: 100%;
}

.block-text-and-button .button-wrapper {
  margin-top: 2rem;
  text-align: center;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: none;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
  letter-spacing: 0.5px;
  text-transform: none;
}

.btn:hover {
  text-decoration: none;
  opacity: 0.85;
  box-shadow: none;
  transform: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #b99470;
  border-color: #b99470;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #a88560;
  border-color: #a88560;
}

.btn-primary:focus {
  box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #b99470 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.h5 {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .block-text-and-button {
    padding: 1.5rem;
  }

  .block-text-and-button .text-content h3 {
    font-size: 28px;
  }

  .block-text-and-button .text-content p {
    font-size: 1.1rem;
  }

  .btn {
    width: 100%;
    display: block;
  }

  .layout--twocol-section {
    flex-direction: column;
  }

  .layout--twocol-section > div {
    min-width: 100%;
  }

  .media-image-full img {
    height: auto;
    min-height: 300px;
  }
}

.media-image-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

.media-image-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  min-height: 400px;
}


.block--media-image {
  height: 100%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}

.block--media-image .block-content {
  height: 100%;
  flex: 1;
  display: flex;
}

.block--media-image .block-content > div {
  flex: 1;
  height: 100%;
}

.block--media-image .media,
.block--media-image .contextual-region {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.block--media-image .visually-hidden {
  display: none;
}


.layout--twocol-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;  flex-direction: row-reverse;}

.layout--twocol-section > div {
  flex: 1;
  min-width: 50%;
}


.layout--twocol-section .block-text-and-button {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  box-shadow: none;
}

.layout--twocol-section .block--media-image {
  height: auto;
  min-height: 100%;
}


.layout--twocol-section .layout__region {
  display: flex;
  flex-direction: column;
}

.layout--twocol-section .layout__region > div {
  flex: 1;
}
