How can I make a two-column, multi-row card display using Bootstrap v4.1? I need this setup three times, with each pair of cards grouped for different tasks. Please see the code below and provide assistance.
body {
background: url("../img/3E184478-7FEF-4B58-9019-54BAAB274008-25530-00000D973368B5BD.PNG") no-repeat fixed center;
background-size: cover;
margin: 8px;
}
#wrapper {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}
/* CSS styles continue... */