 #about h3 {
     color: #271A67;
     margin-top: 1.5em;
     margin-bottom: 0.8em;
     border-bottom: 2px solid #f3ebbf59;
     padding-bottom: 0.2em;
 }

 #about h4 {
     color: #271A67;
     margin-top: 1.5em;
     margin-bottom: 0.5em;
 }

 #about p {
     margin-bottom: 1.6em;
 }

 #about p strong {
     font-weight: bold;
 }

 #about .highlight {
     width: 85%;
     background-color: #f3ebbf59;
     padding: 1.2em;
     border-left: 6px solid #271A67;
     margin-left: 1.6em;

 }

 #about .list {
     margin: 1em 0 2em 1.2em;
     padding-left: 1em;
 }

 #about .list li {
     margin-bottom: 0.6em;
     list-style-type: disc;
 }

 #about .btn {
     display: inline-block;
     background-color: #800E0E;
     color: #fff;
     text-decoration: none;
     padding: 0.8em 1.2em;
     border-radius: 2px;
     font-weight: bold;
     margin-top: 1em;
     margin-left: 1em;
     transition: background-color 0.3s ease;
 }

 #about .btn:hover {
     background-color: #a82323;
 }