.aboutblock {
    margin-left: 10%;
    margin-right: 10%;
    font-size: large;
    line-height: 25px;
}

.aboutimg {
    background-image: url(../media/therealaboutus.webp);
    height: 30vh;
    background-position: center 50%;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    width: 99.9vw;
}

.missionpic {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 99.9vw;
}

.whygercomag {
    color: var(--cool-blue);
}

.sidetoside {
    display: flex;
    /* flex-direction: column; */
    gap: 1vw;
    flex-wrap: wrap;
    justify-content: center;
}

.sidetoside p {
    background-color: var(--main-theme);
    word-wrap: break-word;
    width: 30vw;
    /* min-width: 100px; */
    border-radius: 10px;
    padding: 1vw;
    color: white;
    /* flex-basis: 13%; */
}

/* .sidetoside > *:nth-child(even) {
    margin-left: auto;
} */

.underborder {
    border-bottom: 1px solid white;
}

.widetext {
    display: flex;
    justify-content: space-around;
    background-color: rgb(3, 160, 3);
}

.widetext p {
    font-weight: bolder;
    font-style: italic;
    font-size: 50px;
    color: var(--cool-blue);
    /* margin-bottom: -0.5vh; */
}
