header {
  background-color: #182434;
}

.situation {
  padding: 50px 0 0;
}

.situation__inner {
  width: 80%;
  margin: 0 auto;
}

.situation__inner > h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #182434;
}

.situation__inner-content {
  display: flex;
  justify-content: space-between;
}

.inner-left {
  width: 50%;
}

.inner-left > p {
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
  color: #182434;
}

.inner-right {
  width: 45%;
}

.inner-right > img {
  width: 100%;
  height: auto;
}

.law-problems {
  background-color: white;
  margin: 50px 0 0;
}

.law-problems__inner {
  width: 80%;
  margin: 0 auto;
}

.law-problems__inner > h2 {
  font-size: 2rem;
  font-weight: 700;
}

.law-problems__inner-content {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.law-problems__inner-content-item {
  padding: 10px;
  max-width: 49%;
  transition: background-color ease-out 0.3s !important;
}

.law-problems__inner-content-item:hover {
  cursor: pointer;
  background-color: #be8c27;
}

.law-problems__inner-content-item > h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.law-problems__inner-content-item > p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}

.vekil-yardimi {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.vekil-yardimi__content {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.vekil-yardimi__item {
  width: 49%;
  padding: 20px 15px;
  border: 1px solid #e0e0e0;
  transition: all 0.2s;
  background-color: white;
}

.vekil-yardimi__item:hover {
  border: 1px solid #be8c27;
  cursor: pointer;
  background-color: #be8c27;
}

.vekil-yardimi__item > h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #333;
  line-height: 1.2;
}

.vekil-yardimi__item > p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: auto;
}

.vekil-yardimi__item > img {
  width: 35px;
  height: 35px;
}

/*! Məhkəmə mübahisələri */
.problem__slove {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.problem__solve-inner {
  width: 80%;
  margin: 50px auto;
}

.problem__solve-inner > h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #182434;
}

.problem__solve-container {
  display: flex;
  margin-top: 40px;
}

/*? Tabs and contents */
.tab__box {
  width: 25%;
}

.tab__box > .box__item {
  padding: 10px;
  border: 1px solid #e0e0e0;
  background-color: white;
  margin-bottom: 10px;
  transition: background-color ease-in-out 0.3s !important;
}

.tab__box > .box__item:hover {
  cursor: pointer;
  border: 1px solid #be8c27;
  background-color: #be8c27;
}

.box__item > h3 {
  font-size: 17px;
  font-weight: 700;
  color: #333;
}

.content__box {
  width: 75%;
  padding-left: 20px;
}

.content__box > .content__item {
  padding: 0 10px;
  display: none;
}

.content__box > .content__item.active {
  display: block;
}

.content__item > h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.content__item > p {
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
  /* font-family: Karla; */
  line-height: 1.5;
  font-size: 17px;
}

.law-problems__inner-content-item {
  transition: ease 0.5s;
}

@media (max-width: 576px) {
  .situation {
    margin-top: 30px;
  }

  .vekil-yardimi__content {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }

  .vekil-yardimi__item {
    width: 100%;
  }

  .problem__solve-container {
    display: block;
  }

  .law-problems {
    margin-top: 80px;
  }

  .tab__box {
    width: 100%;
  }

  .law-problems__inner-content {
    display: block !important;
  }

  .law-problems__inner-content-item {
    max-width: 100%;
  }

  .situation__inner-content {
    display: block;
  }

  .inner-left {
    width: 100%;
  }

  .inner-right {
    width: 100%;
  }

  .problem__solve-inner,
  .law-problems__inner {
    width: 90% !important;
  }

  .content__box {
    width: 100%;
    padding: 0;
  }

  .law-problems__inner > h2 {
    font-size: 1.5rem !important;
  }
}

@media ((min-width: 577px) and (max-width: 768px)) {
  .vekil-yardimi__content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .vekil-yardimi__item {
    width: 100%;
  }

  .law-problems__inner-content {
    display: block !important;
  }

  .law-problems__inner-content-item {
    max-width: 100%;
  }
}

@media ((min-width: 767px) and (max-width: 992px)) {
  .vekil-yardimi__content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .situation {
    margin-top: 30px;
  }

  .vekil-yardimi__item {
    width: 100%;
  }

  .law-problems__inner-content {
    display: block !important;
  }

  .law-problems__inner-content-item {
    max-width: 100%;
  }

  .law-problems {
    margin-top: 90px;
  }
}
