#about {
    padding: 10px 25px;
    text-align: justify;
}

#about > h1 {
    text-transform: capitalize;
    text-align: left;
}
#about > h1:first-of-type {
    margin-bottom: 40px;
}
#about > h1:first-of-type::after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    min-width: 108px;
    height: 1px;
    margin-top: 6px;
    border-bottom: 6px solid rgba(213, 29, 50, 1);
}

#about > p {
    line-height: 20px;
}

@media only screen and (max-width: 1024px) {
    #about img {
        max-width: 100%;
    }
}