
.why-us-section { height: 100%; background-color: #000; color: #fff; } .why-us-section h2 { color: #fff; } .why-us-image-wrapper { height: 100%; transition: all 0.5s ease; } .why-us-image-wrapper:hover { transform: scale(1.05); box-shadow: 0 0 20px #dee94ca6; } .why-us-section .img-fluid { width: 100%; height: 100%; object-fit: cover; }