.aradahan_mag_cta {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    z-index: 9;
}

.aradahan_mag_cta::before {
    position: absolute;
    content: "";
    top: -12px;
    left: 5%;
    width: 90%;
    height: 12px;
    z-index: -99999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: inherit;
    opacity: 0.1;
}

.aradahan_mag_cta::after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 5%;
    width: 90%;
    height: 12px;
    z-index: -99999;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: inherit;
    opacity: 0.1;
}

.aradahan_mag_cta .aradahan_mag_action_cta_right span.cta-box-title {
    font-size: 26px;
    margin: 0px 12px 9px 0px;
}

.aradahan_mag_cta .aradahan_mag_action_cta_right p {
    font-size: 14px;
}

.aradahan_mag_cta .aradahan_mag_action_cta_left a {
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
table.custom-table {
    text-align: center;
}

@media (max-width: 768px) {
    .aradahan_mag_cta {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .aradahan_mag_cta .aradahan_mag_action_cta_left {
        margin-top: 15px;
    }
    table.custom-table {
        font-size: 70%;
    }
}