.bib-top-bar-col-1 .bib-top-bar-content h4{
    font-size: 18px;
    color: #ff0000;
    font-weight: 700;
    font-style: italic;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 0;
}
.bib-top-bar-col-1 .bib-top-bar-content h4 a{
  display: inline-block;
}
.bib-top-bar-col-2 .bib-top-bar-phone a{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    line-height: 22px;
}
.bib-top-bar-col-2 .bib-top-bar-social-icons,
.bib-top-bar-col-2 .bib-top-bar-social-icons li{
    margin-bottom: 0;
}
.bib-top-bar-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.bib-top-bar-col-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} 
.bib-top-bar-col-2 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 1;
}
.bib-top-bar-section .et_pb_row.et_pb_row_0_tb_header{
  padding-bottom: 10px !important;
}
@media screen and (max-width: 1024px){
  .bib-top-bar-col-1{
    left: 40%;
    transform: translateX(-40%);
  }
}
@media screen and (max-width: 992px){
  .bib-top-bar-col-1{
    left: 22%;;
  }
}
@media screen and (max-width: 767px){
  .bib-top-bar-row{
    flex-wrap: wrap;
    margin: 0;
  }
  .bib-top-bar-col-1{
    width: 100%;
    position: static;
    transform: translateX(0%);
    text-align: center;
    padding-bottom: 10px;
  }
  .bib-top-bar-col-2{
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .bib-top-bar-col-2 .bib-top-bar-phone a{
    font-size: 18px;
  }
}