.mission-element {
    width: 33.333%;
    margin: 16px 16px 16px 16px;
    padding: 0;
    background-color: #FFFFFF;
}
.pic_style {
    width: 100%;
    height: auto;
}

.mission_title{
    font-family: "Brygada 1918", serif;
    text-decoration: none;
    font-size: 48px;
    color: #B28B15;
    font-weight: 700;
    text-align: center;
    margin-bottom: 85px;
    display: block;
}
.mission-text {
    font-size: 16px;
    text-transform: uppercase;
    stroke: #000000;
    text-align: center;

}
.mission-text-div {
    max-width: 100%;
    padding: 25px 15px 30px 15px;
    font-weight: 600;
    background-color: white;
    color: #B28B15;
}