#StelUwVraagBalk {
  min-height: auto;
  background-color: #030304;
  padding: 0;
  position: relative; }
  @media (min-width: 1023px) {
  #StelUwVraagBalk {
    display: none; } }
  #StelUwVraagBalk .content {
    height: 95px;
    display: inline-flex;
    width: 100%; }
    #StelUwVraagBalk .content .item {
      width: 50%;
      height: 100%;
      vertical-align: top;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      #StelUwVraagBalk .content .item .text {
        color: #fff;
        font-size: 18px;
        font-family: 'Roboto Slab';
        font-weight: 600; }
      #StelUwVraagBalk .content .item .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        line-height: 33px;
        text-align: center;
        margin-right: 5px; }
        #StelUwVraagBalk .content .item .icon:last-child {
          margin-right: 0; }
    #StelUwVraagBalk .content .title {
      justify-content: flex-start; }
    #StelUwVraagBalk .content .icons {
      justify-content: space-around; }
