.dca-pn-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.dca-pn-content {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.dca-pn-middle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    max-width: 1000px;
    height: 100%;
    padding-top: 20px;
}

.dca-pn-middle p {
    color: #E8E8E8;
    line-height: 1.2em;
    font-size: 16px;
}

.dca-pn-middle-text-italic {
    color: #E8E8E8;
    line-height: 1.2em;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    width: 100%;
}

.dca-pn-middle span {
    font-weight: bold;
    color: #E8E8E8;
    line-height: 1.3em;
    font-size: 24px;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 960px) {
.dca-pn-middle {
    width: 80%;
}
}