.footer-box {
  background: #0b1c2c;
  padding: 50px 0;
}

.footer-box .logoT2 {
  max-width: 160px;
  height: auto;
}

.footer_blog h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #179154;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.footer_blog ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: #ffffff;
}

.footer_blog ul li img {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

.footer_blog ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer_blog ul li a:hover {
  color: #179154;
}

.footer_bottom {
  background: #095a83;
  padding: 15px 0;
  width: 100%;
}

.footer_bottom p.crp {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
