div#container
{
   width: 1203px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#TextArt1
{
   border-width: 0;
   vertical-align: top;
}
#Shape2
{
   border-width: 0;
   vertical-align: top;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#PageFooter2
{
   background-color: #F5F5F5;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
.site-footer {
  background: #111111;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}

.footer-container {
  max-width: 2200px;
  margin: 0 auto;
  padding: 55px 25px 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  gap: 45px;
}

.footer-column h3 {
  margin: 0 0 18px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff
 
}

.footer-column h4 {
  margin: 0 0 18px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff
}

.footer-column p {
  margin: 0 0 15px;
  font-size: 25px;
  line-height: 1.7;
  color: #ffffff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 9px;
}

.footer-column a {
  color: ffffff;
  text-decoration: none;
  font-size: 25px;
}

.footer-column a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-brand p {
  max-width: 330px;
}

.quote-button {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 24px;
  background: #ffffff;
  color: #111111 !important;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 3px;
}

.quote-button:hover {
  opacity: 0.85;
}

.footer-location {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align: center;
  padding: 18px 20px;
}

.footer-location p {
  margin: 0;
  color: #cccccc;
  font-size: 30px;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.footer-bottom p {
  margin: 0;
  color: #999999;
  font-size: 25px;
}

.footer-bottom a {
  color: #999999;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}

.footer-bottom span {
  margin: 0 8px;
}


/* Mobile */
@media (max-width: 850px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}


/* Small phones */
@media (max-width: 550px) {
  .footer-container {
    grid-template-columns: 1fr;
    padding: 40px 20px 30px;
  }

  .footer-brand p {
    max-width: none;
  }
}
