Skip to content
.custom-two-column .row {
display: flex;
}
.custom-two-column .column-left {
width: 20%;
padding: 10px;
background-color: #f4f4f4; /* Optional: Change background color */
}
.custom-two-column .column-right {
width: 80%;
padding: 10px;
}