.text-with-icon {
    background-color: $color-blue-light;

    padding: 1.9375rem 1.5625rem;
    margin-top: 1.5rem;

    display: flex;

    * ,
    p,
    .text-with-icon__title {
        color: $color-primary;
    }

    .text-with-icon__icon {
        width: 3rem;
        margin-right: 1.25rem;
        stroke-color: $color-primary;

        svg {
            width: 48px;
        }
    }
}
