.read-about .container {
    position: relative;
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 2rem;
}

.read-about .header {
    text-align: center;
    margin-bottom: 2rem;
}

.read-about .logo {
    height: 10rem;
}

.read-about h1 {
    font-size: 40px;
    margin-bottom: 1rem;
}

.read-about h2 {
    font-size: 32px;
    margin-bottom: 1rem;
}

.description {
    text-align: justify;
    font-size: 20px;
    margin-bottom: 2rem;
}

.read-about img {
    max-width: 100%;
    padding: 1rem 0;
}

.read-about .contact-info {
    padding-top: 5rem;
    font-weight: 700;
    font-style: italic;
}

.read-about .back-button {
    position: absolute;
    left: 0;
    bottom: -3.5rem;
}
