.aboutUs .flex {
    display: flex;
    padding-top: 80px;
    flex-direction: row;
    justify-content: center;
    align-items:flex-start;
    width: 100%;
}

.aboutUs .flex img.image{
    max-width: 360px;
}

@media (max-width: 640px) {
    .aboutUs .flex img.image {
        max-width: 200px;
    }
}

.aboutUs .flex .home_contents {
    padding: 0;
    width: 360px;    
}

.aboutUs .flex .title {
    color: rgb(11, 115, 167);
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 5vmin;
    
}

.aboutUs .flex .text {
    color: rgb(11, 115, 167);
    margin: 10px 0 0;
    padding: 0;
    font-size: 2em;
}

.aboutUs .flex .pill {
    border-radius: 2px;
    border: 2px solid rgb(11, 115, 167, 0.4);
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-block-end: 0;
    margin-block-start: 0;
}

.aboutUs .spacer{
    width: 20px;
    height: 100%;
}

@media (min-width: 1000px) {
    .aboutUs .spacer{
        width: 150px;
        height: 100%;
    }
}

.aboutUs .flex .text_img{
    padding-top: 1em;
    max-width: 150px;
    vertical-align: left;
}

@media (max-width: 640px) {
    .aboutUs .flex .text_img {
        max-width: 80px;
    }

    .aboutUs .flex .text {
        font-size: 1em;
    }
}
