.our-work .banner {
  background-image: url(/themes/custom/ipcig/images/our_work-banner.jpg);
}

.our-work .first-section {
  margin-top: -5rem;
}

.our-work .thematic-areas {
  background: var(--main-gray-color);
}

.pillars-block .icon {
  padding: 3rem;
  max-width: 180px;
  margin: auto;
}

.pillars-block .description h3 {
  text-transform: uppercase;
}

.thematic-areas-block .description {
  margin-bottom: 5rem;
}

.thematic-areas-block .thematic-area-type {
  margin: 3rem 1rem;
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
  min-height: calc(100% - 4rem);
  background: white;
}

.thematic-areas-block .thematic-area-type .icon {
  min-width: 100px;
  height: 100px;
  padding: 1.5rem;
  margin: 0rem 1rem 0rem 2rem;
  border-radius: 50%;
  border: 5px solid var(--main-green-color);
}

.thematic-areas-block .thematic-area-type .thematic-area-description {
  flex: 1;
  text-align: left;
  margin: 1.5rem 2rem;
}
.thematic-areas-block .thematic-area-type h3 {
  font-weight: bold;
  text-align: right;
  padding: 2rem 2rem 0;
  min-height: 7rem;
}

.thematic-areas-block .thematic-area-type a.btn {
  width: auto;
  padding: .4rem 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.taxonomy-term.vocabulary-ipcig-thematic-areas {
  padding: 4rem 0 2rem 0;
}

.our-work.pillar-item {
  margin: 10rem 0;
}

.our-work.pillar-item .pillar-title h2,
.our-work.pillar-item .pillar-title h1 {
  position: relative;
  font-size: 3rem;
  border-bottom: 1px solid var(--main-blue-color);
  padding: 0 6rem;
  margin: 0 0 6rem 0;
}
.our-work.pillar-item .pillar-title h2:before,
.our-work.pillar-item .pillar-title h1:before {
  content: "";
  background: url(/themes/custom/ipcig/images/knowledge_production.svg) no-repeat;
  position: absolute;
  width: 5rem;
  height: 5rem;
  left: 0;
  bottom: 0.8rem;
}

.our-work.pillar-item.project-page .pillar-title h1 {
  padding: 0 10rem 0 6rem;
}

.our-work.pillar-item .pillar-title h2:after,
.our-work.pillar-item .pillar-title h1:after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
  right: 0;
  bottom: -48px;
  background: url(/themes/custom/ipcig/images/pillars_icon.svg) no-repeat;
  background-size: contain;
  background-color: white;
}
.our-work.pillar-item .pillar-title h2 a {
  pointer-events: none;
  cursor: default;
  font-size: inherit;
  color: inherit;
}
.our-work.pillar-item .pillar-title h2 ~ div.content {
  display: none;
}

.our-work.pillar-item .knowledge_sharing .pillar-title h2 {
  border-bottom: 1px solid var(--main-orange-color);
  color: var(--main-orange-color);
}
.our-work.pillar-item .knowledge_sharing .pillar-title h2:after {
  transform: rotate(-119deg);
  bottom: -52px;
}
.our-work.pillar-item .knowledge_sharing .pillar-title h2:before {
  background: url(/themes/custom/ipcig/images/knowledge-sharing.svg) no-repeat;
}

.our-work.pillar-item .capacity_strengthening .pillar-title h2 {
  border-bottom: 1px solid var(--main-green-color);
  color: var(--main-green-color);
}
.our-work.pillar-item .capacity_strengthening .pillar-title h2:after {
  transform: rotate(130deg);
  bottom: -52px;
}
.our-work.pillar-item .capacity_strengthening .pillar-title h2:before {
  background: url(/themes/custom/ipcig/images/capacity-strengthening_and_advisory_services.svg) no-repeat;
}

.our-work.pillar-item .content ul {
  text-align: left !important;
  margin-bottom: 3rem;
}
.our-work.pillar-item .content h3 {
  font-size: 2.5rem;
  text-align: left !important;
}

.our-work.pillar-item .content section {
  padding: 0;
}
