.preview-bubbles {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: row-reverse;
}

@media all and (max-width: 1200px) {
  .preview-bubbles {
    width: 480px;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    text-align: center;
    flex-direction: row;
  }
  .preview-bubbles .preview-bubble-image {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 600px) {
  .preview-bubbles {
    width: 80%;
  }
}

@media all and (min-width: 1201px) {
  .preview-bubbles .preview-bubble-image {
    margin-left: 60px;
  }
}
@media all and (max-width: 1200px) {
  .switcheroo .preview-bubble-image {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 850px) {
  .preview-bubbles .preview-bubble-image {
    margin-right: auto;
    margin-top: 0;
  }
}

.preview-bubbles .preview-bubble-image img {
  width: 480px;
  border-radius: 50%;
  box-shadow: none;
  overflow: hidden;
  border: solid 6px #ebebeb;
}
@media all and (max-width: 600px) {
  .preview-bubbles .preview-bubble-image {
    margin-right: 0;
  }
  .preview-bubbles .preview-bubble-image img {
    width: 100%;
    height: auto;
  }
}

.preview-bubbles .preview-bubble-text {
  width: 100%;
  margin: auto;
}

.preview-bubbles .preview-bubble-text h2 {
  font-family: Acumin;
  font-weight: 700;
  font-stretch: condensed;
  /* font-weight: 500; */
  font-size: 48px;
  color: #666666;
  width: 100%;
  position: relative;
}

@media all and (min-width: 1201px) {
  .preview-bubbles .preview-bubble-text h2 {
    font-size: 38px;
  }
}

.preview-bubbles .preview-bubble-text h3 {
  position: relative;
}

.preview-bubbles .preview-bubble-text h3:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50px;
  height: 3px;
  background-color: #666;
}

@media all and (min-width: 1200px) {
  .preview-bubbles .preview-bubble-text h3:before {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .preview-bubbles .preview-bubble-image {
    margin-right: auto;
    margin-left: 60px;
  }

  .switcheroo.preview-bubbles .preview-bubble-image {
    margin-right: 60px;
    margin-left: auto;
  }
}

.preview-bubbles .preview-bubble-text p {
  font-family: Begum;
  font-size: 18px;
  line-height: 1.75;
  color: #666;
  padding-bottom: 30px;
}

@media all and (max-width: 1000px) {
  .preview-bubbles .preview-bubble-text p {
    font-size: 16px;
  }
}

.preview-bubbles .preview-bubble-text .p-button a {
  background-color: #147c3f;
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0px 0px 11px 1px rgba(121, 198, 23, 0.23);
  font-family: Acumin;
  font-weight: 700;
  font-stretch: condensed;
  text-transform: uppercase;
  border-radius: 5px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  padding: 11px 21px 11px;
  text-decoration: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  text-align: center;
  vertical-align: middle;
}

@media all and (max-width: 950px) {
  .preview-bubbles .preview-bubble-text h2 {
    font-size: 28px;
  }
}

@media all and (min-width: 768px) {
  .switcheroo {
    display: flex;
    flex-direction: row;
    /* padding-left: 60px; */
  }
}

@media all and (max-width: 767px) {
  .p-button {
    display: flex;
    justify-content: center;
  }
}

.p-button-hide {
  display: none;
}

@media all and (max-width: 767px) {
  .vc_row.wpb_row.p-bubbles-container {
    width: 90%;
    margin: 0 auto;
  }
}

@media all and (min-width: 1100px) {
  body .right-post-section.p-bubble-sidebar-space {
    margin-left: 40px;
  }
}

/* 2023 new theme edits */
.preview-bubbles .preview-bubble-text h3:before {
  display: none;
}

.preview-bubbles .preview-bubble-text h2 {
  font-size: clamp(1.802rem, 1.802rem + ((1vw - 0.2rem) * 2.326), 3.125rem);
  text-transform: uppercase;
  margin-bottom: 0;
}

body .preview-bubbles .preview-bubble-text .p-button a {
  box-shadow: unset;
  border-radius: 3px;
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.659), 1.25rem);
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border: unset;
}

body .preview-bubbles .preview-bubble-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.2px;
  font-family: "Acumin";
}
