.page_title {
  padding: 40px 0;
  background: var(--0b3948);
}
@media (max-width: 1199px) {
  .page_title {
    padding: 25px 0;
  }
}
@media (max-width: 599px) {
  .page_title {
    padding: 15px 0;
  }
}
.page_title .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 1199px) {
  .page_title .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .page_title .section_title {
    font-size: 24px;
  }
}

.our_values {
  padding: 80px 0 100px;
}
@media (max-width: 1199px) {
  .our_values {
    padding: 60px 0;
  }
}
.our_values .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .our_values .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .our_values .wrapper {
    align-items: start;
    padding: 0 30px;
  }
}
.our_values .section_subtitle {
  padding: 9px 15px;
  border-radius: 18px;
  background: var(--style);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--0b3948);
}
.our_values .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our_values .section_title {
  margin: 25px 0 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #2e3749;
}
@media (max-width: 1199px) {
  .our_values .section_title {
    margin-top: 24px;
    font-size: 38px;
    line-height: 121%;
  }
}
@media (max-width: 599px) {
  .our_values .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
.our_values .list {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .our_values .list {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
}
.our_values .list .item {
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  padding: 40px 42px 55px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .our_values .list .item {
    padding: 40px 46px;
  }
}
@media (max-width: 599px) {
  .our_values .list .item {
    padding: 40px 16px;
  }
}
.our_values .list .item .icon {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: var(--style);
}
.our_values .list .item .title {
  margin-top: 18px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #2e3749;
}
.our_values .list .item .text {
  margin-top: 18px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: #748289;
}
@media (max-width: 1199px) {
  .our_values .list .item .text {
    padding: 10px 0;
  }
}
@media (max-width: 599px) {
  .our_values .list .item .text {
    padding: 0;
  }
}

.benefit {
  padding: 120px 0;
  background: var(--style);
}
@media (max-width: 1199px) {
  .benefit {
    padding: 60px 0;
  }
}
.benefit .wrapper {
  display: grid;
  grid-template-columns: 650fr 700fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 1199px) {
  .benefit .wrapper {
    grid-template-columns: 455fr 215fr;
    gap: 20px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .benefit .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .benefit .wrapper {
    padding: 0 30px;
  }
}
.benefit .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.benefit .content .section_subtitle {
  padding: 9px 15px;
  border-radius: 18px;
  background: #f7f5f2;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--0b3948);
}
.benefit .content .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefit .content .section_title {
  margin: 24px 0 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #2e3749;
}
@media (max-width: 1199px) {
  .benefit .content .section_title {
    font-size: 32px;
    line-height: 131%;
  }
}
@media (max-width: 599px) {
  .benefit .content .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
  }
}
.benefit .content .text {
  margin-top: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #3E4552;
}
.benefit .content .info_label {
  width: 100%;
  margin: 24px 0 12px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px 6px;
  align-items: center;
}
.benefit .content .info_label .icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefit .content .info_label .text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 94%;
  color: #748289;
}
.benefit .content .info_label .text_2 {
  grid-column: span 2;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #2e3749;
}
.benefit .img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .benefit .img {
    max-width: 215px;
  }
}

.our_dep {
  padding: 100px 0;
}
@media (max-width: 599px) {
  .our_dep {
    padding: 60px 0;
  }
}
.our_dep .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .our_dep .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .our_dep .wrapper {
    padding: 0 30px;
  }
}
.our_dep .section_subtitle {
  padding: 9px 15px;
  border-radius: 18px;
  background: var(--style);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--0b3948);
}
.our_dep .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our_dep .section_title {
  margin: 24px 0 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #2e3749;
}
@media (max-width: 1199px) {
  .our_dep .section_title {
    margin-top: 20px;
    font-size: 38px;
    line-height: 121%;
  }
}
@media (max-width: 599px) {
  .our_dep .section_title {
    margin-top: 24px;
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
  }
}
.our_dep .list {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .our_dep .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .our_dep .list {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.our_dep .list .item {
  padding: 30px 30px 35px;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: var(--style);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.our_dep .list .item .icon {
  width: auto;
  height: 60px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our_dep .list .item .title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #2e3749;
}

.work {
  padding: 110px 0;
  background: var(--style);
}
@media (max-width: 1199px) {
  .work {
    padding: 60px 0;
  }
}
.work .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
}
@media (max-width: 1199px) {
  .work .wrapper {
    grid-template-columns: 215fr 455fr;
    align-items: start;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .work .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .work .wrapper {
    padding: 0 30px;
  }
}
.work .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.work .content .section_subtitle {
  padding: 9px 15px;
  border-radius: 18px;
  background: #f7f5f2;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--0b3948);
}
.work .content .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.work .content .section_title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #2e3749;
}
@media (max-width: 1199px) {
  .work .content .section_title {
    font-size: 32px;
    line-height: 131%;
  }
}
@media (max-width: 599px) {
  .work .content .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
  }
}
.work .content .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #3E4552;
}
.work .content .btn {
  height: 60px;
  padding: 0 34px 0 54px;
  border-radius: 8px;
  background: var(--0b3948);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 599px) {
  .work .content .btn {
    height: 42px;
    gap: 6px;
    font-size: 16px;
    width: 100%;
    max-width: 305px;
  }
}
.work .content .btn:hover {
  background: var(--f9a21b);
  color: var(--0b3948);
}
.work .content .btn svg {
  flex-shrink: 0;
  width: 27px;
  height: auto;
}
@media (max-width: 599px) {
  .work .content .btn svg {
    width: 20px;
  }
}
.work .img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .work .img {
    order: -1;
  }
}
@media (max-width: 767px) {
  .work .img {
    order: 1;
    max-width: 215px;
  }
}