Hi there,
Instead of adding the border in the column container, please remove it and add this CSS in the customizer:
.page-id-11 #x-section-4 .x-container .x-column:nth-child(2) iframe {
border: 4px solid hsl(212, 84%, 33%) !important;
}
Hope this helps.