.why-we .inside-wide {
  padding-left: calc(50vw - 731px);
}

@media only screen and (max-width: 1700px) {
  .inside {
    width: 1200px;
  }
  .main h1 {
    font-size: 80px;
  }
  .why-we .inside-wide {
    padding-left: calc(50vw - 600px);
  }

  .about-us .attorney-list {
    margin-right: 0;
  }
  .why-we:after {
    width: 86%;
  }

  .process .item {
    width: 370px;
  }
  .process .item:nth-child(2):before {
    width: 20px;
    height: 40px;
    left: -26px;
    margin-top: -20px;
    background-size: contain;
  }
  .process .item:nth-child(2):after {
    width: 20px;
    height: 40px;
    right: -28px;
    margin-top: -20px;
    background-size: contain;
  }
}
@media only screen and (max-width: 1600px) {
  .main h1 {
    font-size: 60px;
  }
  .main h2 {
    font-size: 28px;
  }
  .why-we .text h3,
  .about-us .text h3,
  .project .text h3 {
    line-height: 1.15;
    font-size: 42px;
  }

  .about-us .text img {
    max-width: 100%;
  }

  .why-we .text,
  .project .text {
    font-size: 20px;
  }
  .project .side-list .item {
    font-size: 20px;
  }
  .why-we .text {
    width: 500px;
  }


  .about-us .text {
    font-size: 20px;
  }
  .process .item .item-body {
    padding: 24px 22px;
  }
  .process .item .item-body {
    line-height: 1.35;
  }

  .process .item-heading {
    font-size: 22px;
  }
  .cpt h3 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1240px) {
  .inside {
    width: 960px;
  }
  .footer {
    font-size: 22px;
  }
  .project .text {
    width: 50%;
  }
  .project .text h3 {
    padding-right: 0;
  }
  .project .side-list {
    width: 400px;
    padding-top: 0;
  }
  .why-we .slider .item-inner h4 {
    margin-bottom: 20px;
  }
  .why-we:after {
    display: none;
  }
  .why-we {
    background: #376E6F;
    padding-top: 60px;
  }
  .why-we .inside-wide {
    padding-left: 12px;
    padding-right: 12px;
  }

  .why-we .text {
    padding-top: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .why-we .slider {
    width: 100%;
  }
  .why-we .text h3 {
    margin-bottom: 20px;
  }
  .why-we .text h3 br {
    display: none;
  }
  .why-we .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .process .item {
    width: 290px;
  }
  .process .item:nth-child(2):before {
    width: 14px;
    height: 30px;
    left: -22px;
  }
  .process .item:nth-child(2):after {
    width: 14px;
    height: 30px;
    right: -22px;
  }

  .process .item .item-body {
    font-size: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .main h1 {
    padding-right: 0;
    font-size: 42px;
  }
  .main h2 {
    font-size: 22px;
  }

  .project .text {
    width: 100%;
    margin-bottom: 40px;
  }
  .project .side-list {
    width: 100%;
  }
  .project {
    padding: 80px 0;
  }

  .about-us {
    padding: 80px 0;
  }
  .about-us .text h3 {
    margin-bottom: 30px;
  }
  .about-us .text {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-us .text h3 br {
    display: none;
  }
  .about-us .attorney-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
  }
  .about-us .attorney-list .item {
    max-width: 32%;
  }
  .about-us .attorney-list .item:not(:last-child) {
    margin-bottom: 0;
  }
  .cpt .content {
    justify-content: center;
  }
  .cpt h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }

  .process .item {
    width: 100%;
    margin-bottom: 20px;
    min-height: 0;
  }
  .process .item:nth-child(2):before,
  .process .item:nth-child(2):after {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  .about-us .attorney-list {
    flex-wrap: wrap;
    gap: 12px;
  }
  .about-us .attorney-list > .item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .why-we .slider .item-inner {
    max-width: calc(100vw - 24px);
  }
  .cpt h3 {
    font-size: 24px;
  }
  .footer .flex {
    gap: 26px;
  }

}
@media only screen and (max-width: 480px) {
  .project .text h3 {
    font-size: 32px;
  }
  .main h1 {
    font-size: 38px;
  }

  .button a {
    font-size: 20px;
  }
  .main h2 {
    margin-bottom: 20px;
    line-height: 1.35;
  }
  .why-we .text h3, .about-us .text h3, .project .text h3 {
    font-size: 36px;
    line-height: 1.1;
  }
  .why-we .slider .item-inner h4 {
    text-align: left;
    font-size: 24px;
  }
}
