.at-textBlock {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 1em;
}

.--twoColumns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
}

.at-textBlock__container {
    padding: 1em;
}

.at-textBlock__title {
    margin-top: 0;
    color: #fff;
}

.at-textBlock--hasShadow {
    box-shadow: 0 0 1rem rgba(78, 78, 78, 0.10);
}

.at-textBlock--borderRadius {
    border-radius: 14px;
}

.at-textBlock p {
    margin: 0;
}
