/* ==========================================================================
   Why Us Section from styles.css
   ========================================================================== */

/* Why Us Section */
.why-us .section-title {
  font-size: 3.5rem;
  font-weight: 100;
  padding-left: 30px;
  margin-bottom: 4rem;
  color: #ffffff;
}

.why-us-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 21em;
  align-items: center;
}



.why-us-visual{
  margin-bottom: -28px;
  vertical-align: middle;
  
 
}




.why-us-text {
  width:660px;
  font-size: 25px;
  line-height: 30px;
  margin-bottom:70px;
  color: #cccccc;
}

.why-us-text p{
  padding:10px
}

.why-us-text strong {
  color: #ffffff;
}