/* Common show up for work section styles here */

.show-up-for-work {
    background-color: var(--grey-black-90);
    color: vaR(--white-100);
    padding: 4rem;
    position: relative;
    z-index: 11;
    margin: 0 auto;
    border-radius: 1.875rem;
  }
  
  .show-up-for-work .wp-block-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	z-index: -1;
	max-width: 75%;
    object-fit: cover;
  }
  
  .show-up-for-work .wp-block-image img {
    height: 100%;
    width: 100%;
  }
  
  .wp-block-column.show-up-for-work h2 {
    font-size: 2rem;
    line-height: 3.25rem;
    font-weight: 700;
    color: var(--white-100);
    margin-bottom: 1rem;
  }
  
  .wp-block-column .show-up-for-work p {
    font-size: 1.25rem;
    line-height: 2;
    color: var(--white-85);
	  text-align: left;
  }
  
  .show-up-for-work .wp-block-buttons {
    margin-top: 3rem;
  }