.cp-info-item h3 {
    font-size: 18px;
    line-height: 26px;
    max-width: 400px;
    margin: auto;
}

@media screen and (max-width: 330px) {
    .cp-info-item a {
        word-break: break-all;
    }
}

.contact-page-form {
    background-color: #263915;
    border-radius: 24px;
}

.contact-page-form input,
.contact-page-form textarea {
    border-radius: 12px !important;
}