.aid {
    width: 50%;
}

.aid-text-content {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

@media(max-width: 600px) {
    .aid {
        width: 80%;
    }

    .aid-text-content {
        background-color: var(--theme-red);
        color: var(--theme-white);
    }

    .aid-text-content p a {
        color: var(--theme-white);
        font-weight: 600;
    }
}