#dap {
    width: 100%;
    background: #083038;
    margin: auto !important;
}
.dap-container {
    padding: 50px 15px !important;
    max-width: 1070px !important;
    margin: auto !important;
}
.dap-row {
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dap-title p {
    font-size: 24px !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    font-family: "Lora", Sans-serif !important;
    color: #fffcfa;
    font-weight: 500;
}
.dap-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.dap-btn a {
	display: block !important;
    margin: 0 !important;
    border: 1.5px solid #f8f0ec !important;
    outline: none !important;
    background: #f8f0ec !important;
    border-radius: 16px;
    color: #207e85 !important;
    font-size: 20px !important;
    font-family: "Inter", Sans-serif !important;
    padding: 15px 80px !important;
    cursor: pointer;
    transition: all 0.4s ease !important;
    font-weight: 500;
    line-height: 25px !important;
    text-decoration: none !important;
}
.dap-btn a:hover {
    color: #f8f0ec !important;
    /*border: 2px solid #207e85 !important;*/
    background: #207e85 !important;
}

@media only screen and (max-width: 768px){
    .dap-title p {
        text-align: center !important;
    }
    .dap-btn {
        width: 100% !important;
    }
    .dap-btn button {
        padding: 15px 0 !important;
        width: 100% !important;
    }
}