﻿.about-section-homepage {
    margin: 60px 0px 15px 0px;
    position: relative; }
    .about-section-homepage .display-alt {
        font-size: 3.5rem; }
    .about-section-homepage align-content {
        margin-top: 1.875rem; }
    .about-section-homepage h2 {
        margin-top: 1.875rem;
        margin-bottom: 0.9375rem; }
    .about-section-homepage img {
        border-radius: 15px;
        width: 100%; }
    .about-section-homepage .img-background {
        display: none;
        position: absolute; }
        @media (min-width: 768px) {
            .about-section-homepage .img-background {
                bottom: 40%;
                right: auto;
                left: 75%;
                display: block;
                height: 463px;
                z-index: 1; } }
    @media (min-width: 768px) {
        .about-section-homepage h2 {
            margin-top: 0rem; }
        .about-section-homepage .display-alt {
            font-size: 6rem; } }
