.banner-group {
   border-left: 1px solid #dfe4eb;
  border-right: 1px solid #dfe4eb;
  position: relative; }
  .banner-group::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    background: #dfe4eb;
    left: 0;
    width: 100%;
    height: 1px; }
  .banner-group::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #dfe4eb;
    left: 0;
    width: 100%;
    height: 1px; }
@media (min-width: 992px){
  .banner-group__main {
    position: relative; }
.banner-group__main::before {
    content: "";
    position: absolute;
    right: 0;
    z-index: 1;
    background: #dfe4eb;
    top: 0;
    height: 100%;
    width: 1px;
}
}
    .banner-group__main::after {
      content: "";
      position: absolute;
      bottom: 0;
      z-index: 1;
      background: #dfe4eb;
      left: 0;
      width: 100%;
      height: 1px; }
  .banner-group__left {
    position: relative; }
    .banner-group__left::after {
      content: "";
      position: absolute;
      right: 0;
      z-index: 1;
      background: #dfe4eb;
      top: 0;
      height: 100%;
      width: 1px; }
  .banner-group__right-top {
    position: relative; }
    .banner-group__right-top::after {
      content: "";
      position: absolute;
      bottom: 0;
      z-index: 1;
      background: #dfe4eb;
      left: 0;
      width: 100%;
      height: 1px; }

/*# sourceMappingURL=banner-group.css.map */
