.g_anchors { width: 1120px; margin: 0 auto; display: flex; flex-direction: row; position: relative; }

.g_anchors_left { border-right: 3px solid #ED1C24; width: 215px; display: flex; margin: auto 0; }

.g_anchors._stacked .g_anchors_left { display: block; width: 185px; }

.g_anchors_left h3 { font-family: Roboto, Arial, sans-serif; font-size: 18px; line-height: 30px; letter-spacing: 2.57px; text-transform: uppercase; margin: 0; }

.g_anchors_right { margin-left: 30px; }

.g_anchors_right a { color: inherit; display: inline-block; text-decoration: none; overflow: visible; margin: 0 60px 0 0; }

.g_anchors._stacked a { display: block; }

.g_anchors_right a span { font-family: Roboto, Arial, sans-serif; font-size: 16px; line-height: 30px; letter-spacing: 1.6px; text-decoration: underline; text-decoration-color: #ED1C24; text-underline-position: under; position: relative; }

.g_anchors_right a span:after { content: ""; background-image: url("https://flooranddecor.a.bigcontent.io/v1/static/icon-arrow-down-small-red"); background-size: 100%; width: 24px; height: 24px; display: block; position: absolute; top: -3px; right: -30px; }

.g_anchors_right a span:hover { color: #ED1C24; }

@media (max-width: 1199px) {
  .g_anchors { width: 730px; }

  .g_anchors._clp { width: 100%; max-width: 832px; }
}

@media (max-width: 767px) {
  .g_anchors { width: 100%; display: block; }

  .g_anchors._clp { width: calc(100% - 40px); margin: 0 auto; padding: 0; }

  .g_anchors_left { border: none; display: block; }

  .g_anchors_left::after { content: ""; display: block; width: 100px; height: 3px; background: #ED1C24; margin: 10px 0; }

  .g_anchors_right { margin: 0; }

  .g_anchors_right a { display: block; }
}