.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.cta {
  padding: 3rem 0;
}
.cta .bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  width: 100%;
}
.cta .bg h4 {
  font-size: 40px;
  color: white;
  line-height: 55px;
  left: 10%;
  bottom: 10%;
}
.cta .bg h4 span {
  color: white;
  background-color: #CC6637;
  padding: 2px;
}
@media (max-width: 991.98px) {
  .cta .bg h4 {
    font-size: 30px;
    line-height: inherit;
  }
}
@media (max-width: 767.98px) {
  .cta {
    padding: 1rem 0;
  }
  .cta .bg h4 {
    font-size: 25px;
    line-height: initial;
    left: 2rem;
    bottom: 50%;
    transform: translateY(50%);
  }
}
