.our-strengths {
  .strength-img {
    img {
    	max-width: 100%;
  		height: auto;
    	border-radius: 0 var(--bs-border-radius-xl) var(--bs-border-radius-xl)
    }
  }
  .strength-content {
  	color: rgba(0, 0, 0, 0.5) 
  }
  .strength-content-wrap {
  	h6 {
    	font-size: 19px;
    }
  }
}