.about-text{
    background-color: white;
    background-size: 130%;
    padding-right: 50vh;
    max-width: 75%;
    margin-left: 25%;
    font-size: larger;
    line-height: 2.9rem;
}

.about-text > h1 {
    padding-top: 24vh;
    font-size: 42px;
    font-family: var(--font-hero)
}

.about-text > p {
    font-size: 30px;
    padding-top: 5vh;
    font-family: var(--font-secondary);
    text-align: justify;
}

.about-text-image {
    font-size: 30px;
    padding-top: 5vh;
    font-family: var(--font-secondary);

}

.portrait {
    float: left;
    margin-right: 50px;
    margin-left: 20px;
    margin-top: 50px;
    width: 150px;
    height: auto;
}

.in-line-logo {
    float: right;
    margin-right: 50px;
    margin-left: 20px;
    margin-top: 75px;
    width: 200px;
    height: auto;
}

.line-break {
    
    padding-top: 5vh;
    margin-left: 40%;
    width: 200px;
    height: auto;
}

.call-to-action {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.promotion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.promotion > h2 {
    margin-top: 40px;
    font-size: 2.5rem;
    font-family: var(--font-hero);
    text-transform: none;
}
