.contact-wrapper {
    padding: 0 16px 64px;
}
.contact-wrapper h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin-top: 8px;
}
.contact-wrapper .textwidget p {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 27px;
}
.contact-wrapper .textwidget p strong {
    font-weight: 600;
}
.contact-wrapper span#fold,
.contact-wrapper span,
.contact-wrapper .textwidget a{
    font-size: 18px !important;
}
.contact-wrapper span#fold_p {
    cursor: pointer;
    font-weight: 400;
    color: #FE5000;
    text-decoration: underline;
    font-size: 18px;
}
.contact-wrapper span#fold_p:hover {
    color: #006F99;
}
.contact-wrapper h3 {
    background: #f1f1f1;
    padding: 8px 16px;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    margin: 32px 0 10px;
}
.content-showhide-sec a{
    cursor: pointer;
}
.privacy-policy-detail p {
    margin-bottom: 16px;
}
@media (max-width: 768px){
    .contact-wrapper {
        padding: 48px 16px 0;
    }
}
@media (max-width: 480px){
    .contact-wrapper {
        padding: 24px 16px 16px;
    }
}