.mission-div {
    margin: 0 75px;
    padding: 25px 0;

}

.mission-div h2{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-weight: 500;
}

.mission-div p{
    font-family: 'Lato', sans-serif;
    color: #565454;
    text-align: justify;
    font-weight: 300;
}

.mission-btn {
    margin-top: 20px;
    padding: 12px 32px;
    border: none;
    border-radius: 4px;
    background-color: #FC1870;
    color: white;
    cursor: pointer;
}
