.hs-web-interactives-top-banner-open .annoucement-bar-section{
  margin-top:52px;
}
.annoucement-bar-section .container {
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.annoucement-bar-section .container p{
  margin: 0;
}
.annoucement-bar-section .container a {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  line-height: 18px;
  padding: 12px 0;
}
.annoucement-bar-section .container a .number{
  margin-left: 22px;
  position:relative;  
}
.annoucement-bar-section .container a .number:before {
  background-image: url(https://www.sohomd.com/hubfs/Phone-White.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 18px;
  left: -22px;
  position: absolute;
  width: 18px;
}
@media screen and (max-width:877px){
.hs-web-interactives-top-banner-open .annoucement-bar-section {
    margin-top: 70px;
}
  @media screen and (max-width:488px){
.hs-web-interactives-top-banner-open .annoucement-bar-section {
    margin-top: 89px;
}
@media screen and (max-width:350px){
  .annoucement-bar-section .container a .number:before {
    height: 15px;
    left: -14px;
    width: 15px;
    top: 2px;
  }
  .annoucement-bar-section .container a .number {
    margin-left: 9px;
  }
}