#header nav a[href="/about"] {
   color: var(--active-menu);
}

#about {
   color: black;
   text-align: justify;
}

strong {
   color: black;
}

.strong {
   font-weight: bold;
}

#question {
   margin-bottom: 2em;
}

/* #perks {
   display: flex;
   justify-content: space-between;
   margin-bottom: 4em;
}

#perks h3 {
   color: #891113;
} */

#companyBanner {
   margin: 0;
   height: 13em;
}

#about .blocksContainer {
   /* justify-content: space-between; */
   width: 84%;
}

#about .blockItem {
   max-width: 21em;
}