.title-bg {
    position: relative;
    width: 100%;
  }
  
  .title-bg img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
  }
  
  .title-bg h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: .065em;
    color: #fff;
    position: absolute;
    left: 30px;
    z-index: 2;
    max-width: 450px;
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
}
  
  .title-bg h1:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 1px;
    width: 300px;
    height: 16px;
    background: #fee100;
    z-index: -1;
  } 
  
  h2.sub-title-us {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0.065em;
    color: #2D2D2C;
    margin-top: 70px;
    position: relative;
    margin-left: 10px;
  }
  
  h2.sub-title-us:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 1px;
    width: 300px;
    height: 16px;
    background: #fee100;
    z-index: -1;
  }
  
  .page-content.page-content-us {
    column-width: 48%;
    column-count: 2;
    column-gap: 4%;
    margin-top: 50px;
  }
  
  .page-content.page-content-us p {
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
  }
  
  .cards-us {
    display: flex;
    flex-wrap: wrap;
  }
  
  .card-us p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #2D2D2C;
  }
  
  .card-us {
    width: 31%;
    margin: 20px 1%;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
.wp-block-column h2 {
    margin: 0px;
    margin-bottom: 5px;
}


@media screen and (max-width:960px) {
	.title-bg h1 {
		font-family: roboto;
		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 41px;
		letter-spacing: .065em;
		color: #fff;
		position: absolute;
		left: 0px;
		z-index: 2;
		max-width: 450px;
		margin: 0px;
		top: 50%;
		transform: translateY(-50%);
	}
	
    .title-bg h1:before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 1px;
        width: 190px;
        height: 0px;
        background: #fee100;
        z-index: -1;
    }
    .title-bg img {
        width: 100%;
        min-height: 195px;
        object-fit: cover;
    }
    
}

@media screen and (max-width:600px) {
	.card-us {
		flex-direction: column;
		width: 100%;
		height: 100%;
		max-height: 200px;
	}
	.page-content.page-content-us {
		column-width: 48%;
		column-count: 1;
		column-gap: 4%;
		margin-top: 50px;
	}
}