@media screen and (max-width: 1440px) {
  .main-borders__bg {
    min-width: 20px;
  }
  #outline-svg {
    width: 1670px;
  }
  #why {
    padding: 0 0 200px;
  }
  #why::before {
    background-size: 705px;
  }
  .why-info::after {
    background-size: 535px;
  }
  .heading {
    font-size: 52px;
    line-height: 55px;
  }
  .who-info {
    padding: 254px 0 0;
  }
  .who-info .heading {
    left: 85px;
  }
  .list {
    max-width: 780px;
    margin: 0;
    padding: 295px 0 125px;
  }
  .list::before {
    right: 50px;
  }
  #approach {
    padding: 70px 0 0 600px;
  }
  .methods {
    padding: 20px 90px 15px 15px;
    margin-top: 97px;
  }
  .method__item {
    height: 265px;
    padding: 12px 10px;
  }
  .method__name {
    margin: 12px 0;
  }
  #approach .method__item p {
    margin: 0;
  }
  .experience__items {
    padding-left: 220px;
    margin-top: 140px;
    width: 870px;
  }
  .slider {
    width: 655px;
    height: 400px;
  }
  #exp__fumes {
    left: calc(100% - 180px);
    bottom: 305px;
  }
  #contact {
    padding: 205px 180px 85px 10px;
  }
  form {
    width: 238px;
    padding: 82px 0 0;
    left: 7px;
  }
  form input,
  textarea {
    margin: 0 auto 25px;
    width: calc(100% - 10px);
    display: block;
  }
  form p {
    font-size: 14px;
  }
  form button {
    right: calc(100% + 120px);
    bottom: -20px;
    width: 155px;
  }
  .foo-line {
    transform: translateY(-50px);
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --container-width: 965px;
  }
  #menu a {
    font-size: 16px;
  }
  #outline-svg {
    width: 1220px;
  }
  .heading {
    font-size: 36px;
    line-height: 42px;
  }
  p {
    font-size: 14px;
    line-height: 18px;
  }
  .why-info {
    width: 600px;
    height: 350px;
    padding: 60px 0 40px;
  }
  .why-info::after {
    background-size: 390px;
    top: -30px;
  }
  #why {
    padding: 0 0 150px;
  }
  #why::before {
    background-size: 525px;
  }
  .who-info {
    padding: 180px 0 0;
  }
  .who-info .heading {
    max-width: 170px;
    left: 44px;
  }
  .who-info p {
    font-size: 14px;
    line-height: 18px;
  }
  .list {
    padding: 220px 0 105px;
    grid-template-columns: 200px 1fr;
    gap: 15px 35px;
    max-width: 600px;
  }
  .list::before {
    background-position: center 210px;
  }
  .list__items {
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
  }
  .list__items:before {
    width: 10px;
    height: 15px;
  }
  #approach {
    padding: 70px 0 0 480px;
  }
  #approach .method__item p {
    text-align: left;
  }
  .methods {
    grid-template-columns: 1fr;
    margin-top: 48px;
    padding: 20px 110px 15px 15px;
  }
  .method__item {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .method__name {
    margin: 0 0 5px;
    text-align: left;
  }
  .method__item svg {
    width: 40px;
  }
  .method__item > div {
    width: calc(100% - 50px);
  }
  #experience {
    padding-top: 45px;
  }
  .experience__items {
    padding-left: 200px;
    margin-top: 125px;
    width: 685px;
    padding-bottom: 250px;
  }
  .slider {
    width: 485px;
    height: 297px;
  }
  #exp__fumes {
    left: calc(100% - 160px);
    bottom: 200px;
    width: 120px;
  }
  #contact {
    padding: 50px 175px 80px 10px;
  }
  form {
    width: 170px;
    padding: 123px 0 0;
    left: 0;
  }
  form input,
  textarea {
    margin-bottom: 12px;
    font-size: 14px;
    height: 27px;
  }
  textarea {
    margin-bottom: 0;
    height: 62px;
  }
  form p {
    font-size: 10px;
    text-align: center;
    margin: 0;
  }
  .contact-txt p {
    font-size: 16px;
    line-height: 22px;
  }
  form button {
    right: calc(100% + 87px);
    bottom: -36px;
    width: 115px;
    font-size: 15px;
    padding: 8px;
  }
  .foo-line {
    transform: translateY(-38px);
  }
}

@media screen and (max-width: 993px) {
  :root {
    --container-width: calc(100% - 30px);
  }

  .hidden-sm {
    display: none;
  }
  .hidden-lg {
    display: block;
  }

  .banner-info {
    top: calc(50% - 70px);
  }
  .mouse_scroll {
    margin-top: 15px;
    padding-top: 50px;
  }
  .mouse_scroll::before {
    height: 50px;
  }
  #menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 105;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffffeb;
    display: none;
    gap: 30px;
  }
  .menu-open #menu {
    display: flex;
  }
  .menu-open {
    overflow: hidden;
  }
  #menu a {
    font-size: 28px;
  }
  #outline-svg {
    display: none;
  }
  #outline-sm,
  #outline-svg-sm {
    display: block;
  }
  #outline-svg-sm {
    width: 870px;
  }
  #outline-sm {
    stroke-width: 2;
  }
  .heading {
    font-size: 85px;
    line-height: 90px;
  }
  p {
    font-size: 30px;
    line-height: 40px;
  }
  .main-borders__left {
    right: calc(50% + 7px);
  }
  .main-borders__right {
    width: calc(50% - 14px);
  }
  .main-borders__bg {
    min-width: 40px;
  }
  #why .heading {
    max-width: 100%;
    margin: 20px auto 150px;
  }
  #why p {
    max-width: 100%;
    margin: 0px auto 10px;
  }
  #why::before {
    background: url(../img/why-bg2-sm.png) no-repeat bottom center;
    background-size: 260px;
  }
  .why-info::after {
    background: url(../img/why-bg3-sm.png) no-repeat center center;
    background-size: 235px;
    height: 80px;
    top: -60px;
  }
  #why {
    padding: 0 0 395px;
  }
  .why-info {
    width: 100%;
    height: 670px;
    padding: 150px 50px 120px;
  }
  .why_nav {
    top: 325px;
  }
  #slider__prevy {
    left: 15px;
  }
  #slider__nexty {
    right: 15px;
  }
  .why_slider {
    height: auto;
  }
  #who {
    padding: 125px 0 65px;
    display: block;
  }
  .who-info {
    display: block;
    padding: 0 0;
    max-width: 510px;
    margin: 0 auto;
  }
  .who-info .heading {
    margin: 0 auto 60px;
    width: auto;
    max-width: 100%;
    left: auto;
  }
  .who-info p {
    max-width: 100%;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin: 0px auto 36px;
  }
  .list {
    max-width: 565px;
    margin: 0 auto;
    display: block;
    padding: 115px 0 240px;
  }
  .list:before {
    background: url(../img/who-sm.png) no-repeat bottom center;
    background-size: 460px;
    right: 0;
  }
  .list__items {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    padding-left: 48px;
  }
  .list__items:before {
    width: 25px;
    height: 35px;
  }
  #approach {
    padding: 35px 0 502px;
  }
  .approach__info {
    max-width: 600px;
    padding-left: 0;
    margin: 0 auto 50px;
  }
  #approach .heading,
  #approach p {
    text-align: center;
  }
  #approach p {
    margin: 40px auto 0px;
  }
  .methods {
    padding: 15px;
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }
  .method__item {
    height: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 20px 0;
  }
  .method__item:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 30px;
    border-bottom: 2px solid var(--color-secondary);
  }
  .method__name {
    font-size: 30px;
    color: #296fb6;
  }
  #approach .method__item p {
    font-size: 26px;
    line-height: 30px;
  }
  .method__item:hover {
    background-color: #ffffff;
    border: 1px solid transparent;
    box-shadow: none;
  }
  .method__name,
  #approach .method__item p {
    text-align: left;
  }
  .method__item svg {
    width: 80px;
  }
  .method__item > div {
    width: calc(100% - 120px);
  }
  #experience {
    padding: 120px 0 510px;
  }
  #experience .heading {
    margin: 0 auto 100px;
  }
  .experience__items {
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
    max-width: 630px;
    gap: 15px;
  }
  .exp__item {
    flex-basis: calc(33.33% - 15px);
  }
  #exp__fumes {
    left: calc(50% - 60px);
    bottom: 230px;
    width: 175px;
  }
  .slider {
    width: 100%;
    height: 680px;
  }
  #contact {
    padding: 175px 0 325px;
    display: block;
    position: relative;
  }
  .contact-txt .heading {
    position: relative;
  }
  .contact-txt .heading:before {
    content: "";
    position: absolute;
    background: url(../img/bird.png) no-repeat center center;
    background-size: 100%;
    width: 135px;
    height: 135px;
    right: calc(100% - 135px);
    bottom: 100%;
  }
  #contact:after {
    content: "";
    position: absolute;
    background: url(../img/conact-bg.png) no-repeat center center;
    background-size: 100%;
    bottom: 145px;
    left: 50%;
    width: 700px;
    height: 150px;
    transform: translateX(-50%);
    z-index: -1;
  }
  .contact-txt {
    max-width: 535px;
    margin: 0 auto 35px;
  }
  .contact-txt .heading,
  .contact-txt p {
    text-align: center;
  }
  .contact-txt p {
    font-size: 30px;
    line-height: 41px;
    font-weight: 500;
    margin: 60px 0 0;
  }
  form {
    width: 435px;
    margin: 0 auto;
    padding: 230px 0 0 0;
    position: relative;
    left: 25px;
  }
  form input,
  textarea {
    margin-bottom: 25px;
    font-size: 34px;
    padding: 15px;
    height: 70px;
  }
  textarea {
    margin-bottom: 0;
    height: 151px;
  }

  form p {
    font-size: 25px;
    text-align: center;
    margin: 0 0 120px;
  }
  form button {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 170px;
    right: 0;
    bottom: -132px;
    left: -18px;
    font-size: 24px;
  }
  .foo-line {
    transform: translateY(0);
    margin-bottom: 0;
    padding: 0 15px 75px;
    position: relative;
  }
  .foo-line:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 60px;
    background: url(../img/foo-bg-sm.png) no-repeat center center;
    background-size: cover;
  }
  .foo-line a {
    font-size: 22px;
  }
  footer {
    padding: 5px 0 20px;
    font-size: 16px;
    color: #7e7e7e;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .banner-info {
    top: calc(50% - 50px);
  }
  .hero-txt {
    font-size: 42px;
  }
  .hero-txt span {
    line-height: 48px;
  }
  .heading {
    font-size: 72px;
    line-height: 80px;
  }
  #outline-svg-sm {
    width: 720px;
  }

  .why-info::after {
    background-size: 190px;
  }
  .why-info {
    height: 480px;
    padding: 75px 25px 30px;
  }
  #why .heading {
    margin: 20px auto 80px;
  }
  .why_nav {
    top: 225px;
  }
  #why {
    padding: 0 0 405px;
  }
  #why::before {
    background-size: 265px;
  }
  .list__items {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
    padding-left: 48px;
  }
  #who {
    padding: 50px 0 70px;
  }
  .list {
    padding: 90px 0 195px;
    max-width: 525px;
  }
  .list:before {
    background-size: 375px;
  }
  #approach {
    padding: 35px 0 460px;
  }
  .approach__info {
    max-width: 490px;
  }
  .methods {
    max-width: 570px;
    padding: 0 15px 0 0;
  }
  .method__name {
    font-size: 22px;
  }
  .method__item {
    padding: 10px 0;
  }
  #approach .method__item p {
    font-size: 18px;
    line-height: 24px;
  }
  .method__item svg {
    width: 60px;
  }
  .method__item > div {
    width: calc(100% - 100px);
  }
  .experience__items {
    max-width: 530px;
  }
  #experience {
    padding: 120px 0 330px;
  }
  .slider {
    height: 570px;
  }
  #exp__fumes {
    left: calc(50% - 60px);
    bottom: 220px;
    height: 150px;
  }
  #contact {
    padding: 110px 0 200px;
  }
  #contact:after {
    width: 520px;
    bottom: 120px;
  }
  form {
    width: 365px;
  }
  form input,
  textarea {
    margin-bottom: 20px;
    font-size: 26px;
    padding: 10px;
    height: 52px;
  }
  textarea {
    margin-bottom: 0;
    height: 114px;
  }
  form p {
    font-size: 20px;
    margin: 0 0 100px;
  }
  form button {
    width: 142px;
    left: -18px;
    bottom: -123px;
    font-size: 20px;
  }
  #contact {
    padding: 110px 0 285px;
  }
  .foo-line a {
    font-size: 20px;
  }
}

@media screen and (max-width: 639px) {
  #outline-svg-sm {
    width: 595px;
  }

  #outline-sm {
    stroke-width: 2.5;
  }
  .heading {
    font-size: 56px;
    line-height: 62px;
  }
  p {
    font-size: 24px;
    line-height: 36px;
  }
  .why_nav {
    top: 135px;
  }
  .why_slider {
    height: 240px;
  }
  #why {
    padding: 0 0 268px;
  }
  #why::before {
    background-size: 176px;
  }
  #why .heading {
    margin: 10px auto 25px;
  }
  .why-info {
    height: 465px;
    padding: 40px 20px 25px;
  }
  .why-info::after {
    background-size: 160px;
    top: -50px;
  }
  .who-info {
    max-width: 430px;
  }
  .who-info .heading {
    margin: 0 auto 40px;
  }
  .who-info p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 28px;
  }
  .list {
    max-width: 430px;
    padding: 145px 0 155px;
  }
  .list:before {
    background-size: 310px;
  }
  .list__items {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 36px;
  }
  .list__items:before {
    width: 15px;
    height: 25px;
  }
  #who {
    padding: 50px 0 84px;
  }
  #approach {
    padding: 25px 0 330px;
  }
  #approach p {
    margin: 25px auto 0px;
  }
  .approach__info {
    max-width: 390px;
    margin: 0 auto 30px;
  }
  .methods {
    max-width: 475px;
    padding: 0 15px 0 0;
  }
  .method__name {
    font-size: 18px;
  }
  .method__item {
    padding: 10px 0 5px;
  }
  #approach .method__item p {
    font-size: 16px;
    line-height: 22px;
  }
  .method__item > div {
    width: calc(100% - 45px);
  }
  .experience__items {
    max-width: 440px;
  }
  #experience {
    padding: 120px 0 325px;
  }
  #experience .heading {
    margin: 0 auto 60px;
  }
  #exp__fumes {
    bottom: 170px;
  }
  .slider {
    height: 472px;
  }
  #contact {
    padding: 35px 0 220px;
  }
  #contact:after {
    width: 440px;
    bottom: 85px;
  }
  .contact-txt {
    max-width: 450px;
  }
  .contact-txt p {
    font-size: 24px;
    line-height: 36px;
    margin: 50px 0 0;
  }
  form {
    width: 310px;
    left: 15px;
    padding: 193px 0 0 0;
  }
  form input,
  textarea {
    font-size: 22px;
    height: 47px;
  }
  textarea {
    margin-bottom: 0;
    height: 99px;
  }
  form p {
    font-size: 18px;
    margin: 0 0 86px;
  }
  form button {
    width: 115px;
    left: -10px;
    bottom: -86px;
    font-size: 18px;
  }
  .foo-line a {
    font-size: 16px;
  }
  .foo-line:before {
    top: 25px;
  }
}

@media screen and (max-width: 519px) {
  #outline-svg-sm {
    width: 470px;
  }
  .main-borders__left {
    right: calc(50% + 2px);
  }
  .main-borders__right {
    width: calc(50% - 10px);
  }
  .main-borders__bg {
    min-width: 30px;
  }
  .why-info::after {
    background-size: 125px;
  }
  .heading {
    font-size: 48px;
    line-height: 56px;
  }
  p {
    font-size: 22px;
    line-height: 30px;
  }
  .why-info {
    height: 410px;
    padding: 20px 15px 15px;
  }
  .why_nav {
    top: 355px;
  }
  #slider__prevy {
    left: calc(50% - 60px);
  }
  #slider__nexty {
    right: calc(50% - 60px);
  }
  #why {
    padding: 0 0 172px;
  }
  #why::before {
    background-size: 115px;
  }
  #why .heading {
    margin: 10px auto 10px;
  }
  #why p {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  #who {
    padding: 28px 0 50px;
  }
  .who-info {
    max-width: 340px;
  }
  .who-info .heading {
    margin: 0 auto 15px;
  }
  .who-info p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto 18px;
  }
  .list {
    max-width: 320px;
    padding: 95px 0 120px;
  }
  .list:before {
    background-size: 250px;
  }
  .list__items {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  #approach {
    padding: 15px 0 245px;
  }
  .approach__info {
    max-width: 340px;
    margin: 0 auto 15px;
  }
  .method__item svg {
    display: none;
  }
  .method__item > div {
    width: 100%;
  }
  #approach p {
    margin: 12px auto 0px;
    font-size: 18px;
    line-height: 22px;
  }
  #approach .method__item p {
    font-size: 16px;
    line-height: 22px;
  }
  .methods {
    max-width: 375px;
    padding: 0 15px 0 0;
  }
  .method__item {
    padding: 3px 0 5px;
  }

  .method__item.active .method__name:after {
    transform: rotate(180deg);
  }
  .method__item:not(:last-child):after {
    left: 0;
    right: 0;
  }
  .method__item:not(:last-child):after {
    border-bottom-width: 1px;
  }
  #experience {
    padding: 20px 0 330px;
  }
  .experience__items {
    max-width: 335px;
  }
  #exp__fumes {
    bottom: 100px;
  }
  .slider {
    height: 358px;
  }
  #contact {
    padding: 35px 0 175px;
  }
  #contact:after {
    width: 355px;
    bottom: 55px;
  }
  .contact-txt .heading:before {
    width: 100px;
    height: 100px;
    right: calc(100% - 100px);
    bottom: calc(100% - 20px);
  }
  .contact-txt {
    max-width: 370px;
  }
  .contact-txt p {
    font-size: 22px;
    line-height: 30px;
    margin: 50px 0 0;
  }
  form {
    width: 240px;
    left: 15px;
    padding: 150px 0 0 0;
  }
  form input,
  textarea {
    font-size: 16px;
    margin-bottom: 15px;
    height: 39px;
  }
  textarea {
    margin-bottom: 0;
    height: 78px;
  }
  form p {
    font-size: 14px;
    margin: 0 0 58px;
  }
  form button {
    width: 95px;
    left: -10px;
    font-size: 16px;
    padding: 5px;
    bottom: -70px;
  }
  .foo-line:before {
    bottom: 0;
    top: auto;
  }
  .foo-line {
    padding: 0 15px 60px;
    font-size: 0;
  }
  .foo-line a {
    font-size: 14px;
    line-height: 24px;
    display: block;
  }
}

@media screen and (max-width: 424px) {
  #outline-svg-sm {
    width: 370px;
  }
  .heading {
    font-size: 32px;
    line-height: 42px;
  }
  p {
    font-size: 18px;
    line-height: 22px;
  }
  #why {
    padding: 0 0 112px;
  }
  #why::before {
    background-size: 75px;
  }
  .why-info {
    height: 350px;
    padding: 20px 10px 10px;
  }
  .why-info::after {
    background-size: 100px;
    top: -45px;
  }
  #why .heading {
    margin: 5px auto 15px;
  }
  .why_nav {
    top: 395px;
  }
  .who-info {
    max-width: 265px;
  }
  .who-info p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 10px;
  }
  .list {
    max-width: 265px;
    padding: 55px 0 92px;
  }
  .list:before {
    background-size: 185px;
  }
  .list__items {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 18px;
  }
  .list__items:before {
    width: 10px;
    height: 15px;
  }
  #who {
    padding: 28px 0 38px;
  }
  .approach__info {
    max-width: 285px;
    margin: 0 auto 15px;
  }
  .method__name {
    position: relative;
  }
  .method__name:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: var(--color-primary);
    border-top-width: 0;
    right: 10px;
    top: 7px;
    transform: rotate(0deg);
  }
  #approach {
    padding: 15px 0 250px;
  }
  #approach .method__item:not(.active) p {
    height: 0;
    opacity: 0;
  }
  #approach .method__item p {
    height: 90px;
    max-height: 90px;
    overflow: hidden;
    transition: 0.3s all ease;
  }
  .methods {
    max-width: 290px;
    padding: 10px 15px 0 0;
  }

  .experience__items {
    max-width: 265px;
  }
  #experience {
    padding: 20px 0 240px;
  }
  #experience .heading {
    margin: 0 auto 30px;
  }
  #exp__fumes {
    bottom: 120px;
    height: 130px;
    left: calc(50% - 70px);
  }
  .slider {
    height: 280px;
  }
  .slider__btn {
    width: 35px;
    height: 35px;
  }
  #contact:after {
    width: 290px;
    bottom: 45px;
    height: 100px;
  }
  .contact-txt {
    max-width: 280px;
  }
  .contact-txt p {
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0 0;
  }
  form {
    width: 190px;
    left: 10px;
    padding: 120px 0 0 0;
  }
  form input,
  textarea {
    font-size: 16px;
    margin-bottom: 12px;
    padding: 5px;
    height: 29px;
  }
  textarea {
    margin-bottom: 0;
    height: 68px;
  }
  form p {
    font-size: 11px;
    margin: 0 0 40px;
  }
  form button {
    width: 75px;
    left: -7px;
    bottom: -51px;
    font-size: 12px;
    padding: 5px;
  }
  #contact {
    padding: 35px 0 135px;
  }
  .foo-line {
    font-size: 0;
  }
  .foo-line a {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }
  .foo-line:before {
    top: auto;
    bottom: 0;
  }
  footer {
    font-size: 14px;
  }
}

@media screen and (max-width: 319px) {
  #outline-svg-sm {
    width: 320px;
  }
  #outline-sm {
    stroke-width: 3;
  }
  #menu-trigger {
    width: 45px;
    height: 45px;
    padding: 8px;
  }
  .heading {
    font-size: 24px;
    line-height: 32px;
  }
  p {
    font-size: 16px;
    line-height: 19px;
  }
  #why p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 5px;
    padding: 0 5px;
  }
  .why_nav {
    top: 345px;
  }
  #why {
    padding: 0 0 112px;
  }
  #why::before {
    background-size: 75px;
  }
  .why-info {
    height: 288px;
    padding: 10px 5px 5px;
  }
  .why-info::after {
    background-size: 100px;
    top: -45px;
  }
  #why .heading {
    margin: 5px auto 15px;
  }
  #who {
    padding: 16px 0 30px;
  }
  .who-info {
    max-width: 230px;
  }
  .who-info p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 10px;
  }
  .list {
    max-width: 230px;
    padding: 50px 0 85px;
  }
  .list:before {
    background-size: 165px;
  }
  .list__items {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 15px;
  }
  .list__items:before {
    width: 7px;
    height: 10px;
  }
  #approach p {
    margin: 10px auto 0px;
    font-size: 16px;
    line-height: 18px;
  }
  .approach__info {
    max-width: 285px;
    margin: 0 auto 15px;
  }
  .method__name {
    position: relative;
  }
  .method__name:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: var(--color-primary);
    border-top-width: 0;
    right: 10px;
    top: 7px;
    transform: rotate(0deg);
  }
  #approach {
    padding: 15px 0 190px;
  }
  #approach .method__item:not(.active) p {
    height: 0;
    opacity: 0;
  }
  #approach .method__item p {
    font-size: 14px;
    line-height: 18px;
    height: 80px;
    max-height: 80px;
  }
  .methods {
    max-width: 290px;
    padding: 5px 10px 0 0;
  }

  .experience__items {
    max-width: 230px;
  }
  #experience {
    padding: 20px 0 240px;
  }
  #experience .heading {
    margin: 0 auto 30px;
  }
  #exp__fumes {
    bottom: 112px;
    height: 110px;
    left: calc(50% - 75px);
  }
  .slider {
    height: 244px;
  }
  #contact:after {
    width: 250px;
    bottom: 45px;
    height: 100px;
  }
  .contact-txt {
    max-width: 240px;
    margin: 0 auto 25px;
  }
  .contact-txt p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 0;
  }
  form {
    width: 176px;
    left: 10px;
    padding: 84px 0 0 0;
  }
  form input,
  textarea {
    font-size: 14px;
    padding: 4px;
    height: 24px;
    margin-bottom: 8.5px;
  }
  textarea {
    margin-bottom: 0;
    height: 60px;
  }
  form p {
    font-size: 10px;
    margin: 0 0 40px;
  }
  form button {
    width: 75px;
    left: -7px;
    bottom: -55px;
    font-size: 12px;
    padding: 5px;
  }
  #contact {
    padding: 35px 0 120px;
  }
  .foo-line {
    font-size: 0;
  }
  .foo-line a {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }
  .foo-line:before {
    top: auto;
    bottom: 0;
  }
  footer {
    font-size: 14px;
  }
}
