/*Panel 2*/
.panel-2 {
    display: flex;
        justify-content: center;
        align-items: center;
    padding: 10em 2em;
    text-align: center;
}

.panel-2 div {
    width: 100%;
        max-width: 620px;
}

.panel-2 p {
    font-size: 1.5em;
}

/*Panel 3*/
.panel-3 {
    background-blend-mode: multiply;
    background-color: #999999;
    background-image: url(/img/ryan-center.jpg);
    background-size: cover;
    color:var(--white);
    display: flex;
        justify-content: flex-end;
        align-items: center;
    text-align: right;
}

.panel-3 div {
    width: 100%;
        max-width: 500px;
}

/*Media Queries*/
@media only screen and (max-width:768px) {
    .panel-3 div {
        width: 100%;
    }
}
