.about-top {
    display: flex;
    flex-direction: row;
}

.about-opener {
    padding-left: 8px;
}

.about-opener h2 {
    padding: 0px 0px 0px 0px;
}

.about-top img{
    max-width: 50%;
    object-fit: contain;
    padding-right: 8px;
}

.about-opener p {
    margin-bottom: 0px;
}

table {
    font-size: 1rem;
}

table td {
    font-weight: bold;
}


@media only screen and (orientation: portrait), (max-width: 800px) { 
    .about-top {
        flex-direction: column;
    }
    .about-opener {
        padding-top: 24px;
        padding-left: 0px;
    }
    
    .about-top img{

        max-width: 70%;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 8px;
        padding-right: 0px;
    }

}