#customPageTitle {
    display: none;
}

.customPageImage {
    width: 100% !important;
    max-width: unset;
    margin: unset !important;
}

.customPageCenteredContent {
    width: 100% !important;
}

.customPageSubtitle {
    width: 100%;
    text-align: center;
}

.customPageCaption {
    width: 50%;
    height: auto;
    margin: unset;
    padding: unset;
    color: #d66f9f;
    float: left;
    position: relative;
    font-weight: 900;
    font-size: 31px;
    left: 20%;
    width: 30%;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 60px;
}

.customPageCaption p {
    color: #d66f9f;
    margin: unset;
    padding: unset;
    line-height: 31px;
}

.customPageText {
    width: 60%;
    margin: 3rem 20%;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
}

.customPageText~.customPageText {
    width: 25%;
    float: left;
    margin: unset;
    top: 0;
    position: relative;
    left: 20%;
    text-align: center;
    font-size: 15px;
}

.contactDiv {
    float: right;
    width: 50%;
    height: 390px;
}

.contactInput {
    width: 60%;
    padding: 0 25px;
    position: relative;
    /* width: calc(100% - 24px); */
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    font-weight: 300;
    line-height: 35px;
    font-size: 13px;
    color: #636363;
    border-radius: 10px;
    background: rgba(196, 196, 196, 0.2);
    padding-right: 0;
    border: 0px;
    font-family: 'Poppins';
}

.contact_message {
    height: 10rem;
}

.sendContact {
    position: relative;
    width: 126px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 900;
    background-color: #d66f9f;
    border: 1px solid #d66f9f;
    color: white;
    text-align: center;
    margin: 0;
    margin-top: 6px;
    margin-left: calc(30% - 63px);
    cursor: pointer;
    transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    letter-spacing: 1px;
    border-radius: 100px;
    text-transform: lowercase;
}

.sendContact:hover {
    background-color: white;
    color: #d66f9f;
    border: 1px solid #d66f9f;
}

@media screen and (max-width: 768px) {
    .customPageSubtitle {
        margin: 2rem auto;
        font-size: 20px;
        line-height: 20px;
        height: auto;
    }

    .customPageText {
        width: 80%;
        margin: 0 10%;
        font-size: 13px;
        text-align: left;
    }

    .customPageCaption {
        width: 80%;
        margin: 1rem 10%;
        left: 0;
        font-size: 20px;
        text-align: center;
    }

    .customPageText~.customPageText {
        position: absolute;
        bottom: 390px;
        width: 80%;
        margin: 0 10%;
        left: 0;
        font-size: 14px;
    }

    .contactDiv {
        width: 80%;
        margin: 0 10%;
        float: left;
        margin-top: 60px;
    }

    .contactInput {
        width: 100% !important;
        padding: unset;
        text-indent: 20px;
        margin: 8px 0;
    }

    .sendContact {
        width: 8rem;
        margin: auto;
    }

    .customPageCaption p {
        width: 100%;
    }
}