.aboutopium{
    height: 500px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items:center;

    border: 1px solid rgba(128, 128, 128, 0.414);
    border-radius: 10px;
    margin-bottom: 2rem;
    background-color: rgb(251, 248, 248);
}
.ab-text{
    font-size: large;
    font-weight: 900;
}
.ab-card-img{
    height: 200px;
    width: 200px;
}
.ab-card p{
    font-size: smaller;
}
.ab-card{
    height: 27rem;
    width: 20rem;
}