.wpo-color-palette-section .office-info {
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 40px;
    /* background-color: #d9ba912c; */
    border-radius: 10px;
}

.wpo-color-palette-section ul {
    list-style: none;
}

.wpo-color-palette-section .footer-link ul li:first-child:before {
  display: none;
}

.wpo-color-palette-section .link-widget {
  overflow: hidden;
}

.wpo-color-palette-section .link-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wpo-color-palette-section .link-widget ul li {
  position: relative;
}

.wpo-color-palette-section .link-widget ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  background: #fff;
  color: #939580;
  font-size: 15px;
  border-radius: 50%;
}
.wpo-color-palette-section .link-widget ul li a {
  border: 2px solid #323232;
}

.wpo-color-palette-section .link-widget ul li a:hover {
  border: 3px solid #2120208d;
}

.wpo-color-palette-section .link-widget ul li + li {
  margin-left: 15px;
}

.wpo-color-palette-section .link-widget ul li a.one {
  background-color: #B6C5D5;
}

.wpo-color-palette-section .link-widget ul li a.two {
  background-color: #FFFFFF;
}

.wpo-color-palette-section .link-widget ul li a.three {
  background-color: #F9C3C8;
}

.wpo-color-palette-section .link-widget ul li a.four {
  background-color: #F1B7A9;
}

.wpo-color-palette-section .link-widget ul li a.five {
  background-color: #F9DDD1;
}

.wpo-color-palette-section .link-widget ul li a.six {
  background-color: #FFF0E6;
}
