body {
  background: var(--backgroundcolor);
}

.showdisplay {
  display: block !important ;
}

.hidedisplay {
  display: none !important ;
}

.heading__second {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
}

.ourwork {
  display: flex;
  margin: 80px 0px;
  gap: 40px;
  justify-content: center;
}

.ourwork__context {
  background: var(--white);
  padding: 20px 40px;
  width: 65%;
}

.ourwork__navigation {
  background: var(--white);
  width: auto;
}

.ourwork__navigation h1 {
  padding: 20px 60px;
}

.navigation {
  display: flex;
  flex-direction: column;
}

button {
  border: none;
  background: var(--white);
  padding: 12px 16px;
  cursor: pointer;
  border-top: 1px solid #ebebeb;
  transition: all 0.3s linear;
  text-align: start;
}

button:hover {
  color: var(--white);
  background: var(--maincolor);
}

@media (max-width: 979px) {
  .ourwork {
    display: flex;
    flex-direction: column;
  }
  .ourwork__context {
    width: auto;
  }
  .heading__main {
    font-size: 25px;
  }
}
