.custom-text-image-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  border-radius: 10px;
  min-height: 400px;
  box-shadow: none;
}
@media (max-width: 960px) {
  .custom-text-image-layout {
    flex-direction: column;
    background-color: white;
    background-image: none !important;
  }
}
.custom-text-image-layout .custom-content {
  max-width: 50%;
  padding: 10px 80px;
}
@media (max-width: 960px) {
  .custom-text-image-layout .custom-content {
    max-width: 100%;
    margin-bottom: 40px;
    padding: 10px 20px;
  }
}
.custom-text-image-layout .custom-content h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 69.8px;
  color: black;
}
.custom-text-image-layout .custom-content p {
  font-size: 30px;
  line-height: 37.6px;
  color: black;
}
.custom-text-image-layout .custom-content .custom-cta {
  background-color: white;
  color: black;
  text-decoration: none;
  padding: 15px 20px;
  border: solid 3px black;
  display: inline-block;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-text-image-layout .custom-image {
  width: 50%;
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.custom-text-image-layout .custom-image img {
  border-radius: 5px;
  max-height: 299px;
  max-width: 299px;
}
@media (max-width: 960px) {
  .custom-text-image-layout .custom-image {
    margin-bottom: 40px;
    margin-left: 0;
  }
  .custom-text-image-layout .custom-image img {
    max-width: 140%;
  }
}

/*# sourceMappingURL=frontend.css.map */
