#construction {
    width: 28%;
    margin: 50px auto;
    text-align: left !important;
    font-family: sans-serif;
}

#construction img {
    display: block;
    margin: 0 auto;
}

#construction #info {
	padding: 15px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    margin-top: 10px;
}

#construction #info h2 {
    text-align: center;
    font-size: 22px;
    color: #05319B;
}

#construction #info p {
    padding-left: 20px;
}

#construction #info p#address {
    font-weight: bold;
    font-size: 14px;
}