.card-services-type-01 {
background-color: var(--tg-color-white-default);
border: 1px solid var(--tg-color-yellow-light-4);
border-radius: 15px;
margin-bottom: 30px;
padding: 30px;
text-align: center;
transition-duration: .2s;
min-height: 275px;
}

.tgmenu__navbar-wrap > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 60px;
  padding:0;
}

.tgmenu__navbar-wrap > ul > li {
  display: block;
  list-style:
none;
  margin-inline-end: 25px;
  position: relative;
}

.fw-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}

.footer-info-list .list-wrap li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.footer__content-two > p {
  color: var(--tg-body-color);
  font-weight: 700;
  margin-bottom: 15px;
}

.widget-information .footer-info-two .list-wrap li .content {
  color: var(--tg-body-color);
  font-weight: 700;
}

.brand__content .title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: none;
}