.category-row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Laotooted page spacing tweaks:
   - more space above category icons row
   - less space between icons row and description block */
body.page-template-laotooted #finished-hero {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
body.page-template-laotooted #laotooted-hero-description {
  padding-top: 8px !important;
  padding-bottom: 28px !important;
}
body.page-template-laotooted #laotooted-hero-description .category-details {
  margin-top: 24px !important;
}

.category-row .col-md-4 {
  padding-left: 37px;
  padding-right: 37px;
}
.category-item {
  text-align: center;
  margin-bottom: 30px;
}
.category-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 10px;
  text-align: center;
}
.category-img {
  width: 200px;
  height: auto;
  border-radius: 8px;
}
.category-item h3 {
  margin-top: 10px;
  position: relative;
  font-family: "Hanken Grotesk" !important;
  color: #022b65;
  font-weight: 400;
  font-size: 15px;
}
.category-link.active-category h3::after {
  content: "";
  position: absolute;
  width: 84%;
  height: 1px;
  background-color: #08244c;
  bottom: -12px;
  left: 20px;
}
.category-link:hover {
  opacity: 0.8;
}
.category-details {
  display: flex;
  margin-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}
.category-name {
  width: 40%;
  font-size: 42px;
  font-weight: 700;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #022b65;
}
.category-name h3 {
  font-weight: 700;
}
.category-description {
  width: 60%;
  font-size: 14px;
  color: #777;
}
.category-details h3 {
  margin-bottom: 10px;
}
.category-details p {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .category-row .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .category-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .category-details {
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
  }
  .category-name,
  .category-description {
    width: 100%;
  }
  .category-name {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
#contact-section h3 {
  color: #022b65;
  font-size: 32px;
  font-weight: 700;
}
.contact-form h3 {
  text-align: center;
}
.contact-left img {
  height: auto;
  max-width: 100%;
}
.single-container {
  margin-top: 100px;
  display: flex;
}
.laotooted-tabs .nav-tabs {
  border-bottom: 1px solid #08244c;
}
