.laptop-image {
  max-width: 700px;
}

.audio-experince-container {
  display: flex;
  margin: 60px 0 100px 0;
}

.h1 {
  color: #3d3d3d;
  font-size: 36px;
  font-weight: 300;
}

.desc-text {
  color: #5a5a5a;
  /* font-family: Gibson-Light; */
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.left-column {
  margin: 13px 50px 0 100px;
}

.industry-solutions {
  /* height: 604px; */
  background-color: #342b4b;
}


.industry-card {
  /* height: 400px; */
  /* width: 295px; */
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11),
    0 1px 3px 0 rgba(0, 1, 3, 0.08);
  margin-top: 25px;
  overflow: hidden;
}

.section-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card-image {
  height: 150px;
  width: 295px;
  overflow: hidden;
}

.industry-title {
  color: #3d3d3d;
  font-size: 24px;
  margin: 20px 0;
}

.industry-paragraph {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 24px;
}

.card-text-content {
  padding: 0 20px;
}

.helpful-resources-section {
  background: #fff;
}

/* BANNER SECTION */
.banner-section {
  display: flex;
  justify-content: center;
  /* margin: 100px; */
}
.banner {
  display: flex;
  align-items: center;
  color: #fff;
  height: 256px;
  width: 1240px;
  border-radius: 4px;
  /* background: url(../images/vibe-cta-image.png) rgb(0, 175, 143); */
  background-size: cover;
  /* background-blend-mode: soft-light; */
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11),
    0 1px 3px 0 rgba(0, 1, 3, 0.08);
  padding: 50px 100px;
  background-position: center;
}

.banner-title {
  color: #ffffff;
  font-size: 36px;
  line-height: 54px;
  text-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11),
    0 1px 3px 0 rgba(0, 1, 3, 0.08);
  margin-bottom: 30px;
}

.banner-text {
  color: #ffffff;
  /* font-family: Gibson-Light; */
  font-size: 24px;
  font-weight: 300;
  text-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11),
    0 1px 3px 0 rgba(0, 1, 3, 0.08);
}

.banner-learn-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 200px;
  color: #00a475;
  height: 54px;
  width: 137px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.11),
    0 1px 3px 0 rgba(0, 1, 3, 0.08);
  cursor: pointer;
  transition: 0.2s all ease;
}

.banner-learn-more-button:hover {
  background: #00a475;
  color: #fff;
}
