li.list-item-without-link  {
  width: 100%
}
.ba-icon-list-wrapper ul li  {
  width: 100%
}
.ba-item-icon-list ul li a:hover {
    color: #EFDBA7 !important;
}

.sectionAdress:after {
    content: "";
    display: flex;
    width: 40%;
    height: 10px;
    background: #EFDBA7;
    position: relative;
    bottom: -100px;
    margin: 0 auto;

}

@media (max-width: 420px){
  .sectionAdress:after {
    content: "";
    display: flex;
    width: 80%;
    height: 10px;
    background: #EFDBA7;
    position: relative;
    bottom: -25px;
    margin: 0 auto;
  z-index: 1;
}
}
.icoPhone {
  margin-right:10px;