/* About */
#about {
    background: rgba(0, 0, 0, 0) url("../assets/Website_Images/home_three_about_bg.png") no-repeat scroll center bottom / contain;
}

#about .container-lg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#about p {
    width: 50%;
    font-size: 22px;
    line-height: 1.5em !important;
}

#about h1 {
    font-family: "DancingScript", cursive;
    color: #ca3d26;
    font-size: 80px;
    padding-bottom: 3rem;
}

.big-letter {
    float: left;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: -4px;
    margin-right: 10px;
    line-height: 1;
}

#about .logo {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

#about img {
    max-width: 300px;
}

@media only screen and (max-width: 992px) {
    #about {
        background: none;
    }

    #about h1 {
        font-size: 55px;
        padding-bottom: 0;
    }

    #about p {
        width: 90%;
        line-height: 1.6;
    }

    #about img {
        max-width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }

    #about .logo {
        padding-top: 1em;
        padding-bottom: 0;
    }
}