.dap_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dap_section h1 {
    margin-top: 0;
    margin-bottom: var(--second-margin);
}
.dap_block {
    flex: 0 1 calc(50% - 5px);
}
.dap_text {
    font-size: 18px;
    line-height: 140%;
    padding-right: 10px;
}
.dap_text * {
    margin-top: 15px;
}
.dap_text > *:first-child {
    margin-top: 0;
}
.dap_image {
    border-radius: 12px;
    overflow: hidden;
}
.dap_image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}
