.container3 {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.container3 p, .container3 h3, .container3 h4 {
    width:50%;
}

.container3 h3 {
    margin-bottom:25px;
    font-weight: bold;
    text-transform: uppercase;
}

.container3 h4 {
    margin-top:0px;
    margin-bottom:20px;
}

.container3 p {
    margin-top:0;
}
