/* Add custom CSS styles below */ 
.footer-address-block{
display:flex;
flex-direction:column;
margin-top:20px;
text-align:center;
}

.footer-address-title{
font-size:16px;
font-weight:600;
margin-bottom:10px;
}

.footer-address-text{
font-size:14px;
line-height:1.8;
max-width:260px;
margin:auto;
}