* {
  font-family: kanit, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
}

header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding: 12px 28px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
header h3 {
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  color: #2e2e2e;
}
header .text-company {
  background-color: #fff;
}
header a {
  width: 72px;
  border: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #5060b5;
}

.title-subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 0 28px;
}
.title-subtitle h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2e2e2e;
  line-height: 24px;
}
.title-subtitle .audit-span {
  display: flex;
  justify-content: end;
  color: #2e2e2e;
}
.title-subtitle span {
  font-size: 48px;
  font-weight: 600;
  margin-right: 24px;
  color: #5060b5;
}
.title-subtitle .consulting-span {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #2e2e2e;
}
.title-subtitle .subtitle-button {
  display: flex;
  align-items: center;
  margin-top: 22px;
  gap: 34px;
  color: #939393;
  font-size: 12px;
}
.title-subtitle a {
  background-color: #5060b5;
  padding: 15px 25px;
  position: relative;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.title-subtitle button {
  font-size: 16px;
  text-align: center;
  color: #fff;
  height: 54px;
  border: none;
  background: none;
}
.title-subtitle .arrow-up-img {
  background: none;
  position: absolute;
  top: 2px;
  right: 2px;
}

ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-weight: 500;
  font-size: 12px;
  color: #2e2e2e;
  list-style: none;
  margin-top: 32px;
}

h3 {
  margin-top: 62px;
  font-size: 32px;
  padding-left: 28px;
}

.final-point {
  font-size: 64px;
  color: #5060b5;
}

.andre-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  margin-top: 42px;
  gap: 16px;
}
.andre-img .andre-summary {
  font-size: 12px;
  font-weight: 100;
  text-align: justify;
  color: #939393;
}
.andre-img img {
  width: 120px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.certificates ul {
  display: flex;
  flex-direction: column;
  margin-top: 42px;
  padding: 0 32px;
}
.certificates li {
  list-style: inside;
  font-size: 12px;
  font-weight: 300;
  color: #939393;
  line-height: 75%;
}

.footer-test {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 120px;
  color: #fff;
  background: #2e2e2e;
}

.footer-test p {
  background: none;
}

.adresses {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-items: center;
  width: 100%;
  background-color: #2e2e2e;
  padding: 12px 12px;
  font-size: 12px;
}

.adresses p {
  padding: 0 12px;
}

.local-adress {
  background: none;
  display: flex;
  align-items: center;
}

.text-adress {
  background: none;
  line-height: 14px;
}

.city-text {
  font-weight: 300;
  font-size: 12px;
}

img {
  background: none;
}

.phone-adress {
  display: flex;
  align-items: center;
  margin-top: 15px;
  background: none;
}

.phone-text {
  background: none;
}

.mail-adress {
  display: flex;
  align-items: center;
  margin-top: 15px;
  background: none;
}

.mail-text {
  color: #5060b5;
}

.about-company {
  font-size: 12px;
  background-color: #2e2e2e;
  width: 100%;
  padding: 12px 12px;
  margin-top: 12px;
}

.summary-text {
  color: #939393;
  font-size: 10px;
  margin-top: 12px;
  line-height: 12px;
}

.social-medias {
  display: flex;
  justify-content: space-around;
  padding-left: 12px;
  background: none;
  padding: 12px 0;
}

.social-medias a {
  background: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  header div {
    padding: 0px 56px;
  }
  header a {
    font-size: 14px;
  }
  .title-subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 64px;
    margin-top: 96px;
  }
  .title-subtitle span {
    font-size: 84px;
    background: none;
    line-height: 60px;
  }
  .title-subtitle a {
    display: flex;
    justify-content: center;
    width: 175px;
  }
  .title-subtitle .subtitle-button {
    display: flex;
    align-items: center;
    margin-top: 88px;
    font-size: 16px;
  }
  ul {
    margin-top: 88px;
  }
  ul li {
    font-size: 16px;
    font-weight: 500;
  }
  h3 {
    margin-top: 96px;
    font-size: 48px;
    padding-left: 64px;
  }
  .final-point {
    font-size: 96px;
  }
  .andre-img {
    padding: 0 64px;
    gap: 52px;
  }
  .andre-img .andre-summary {
    font-size: 16px;
  }
  .andre-img img {
    width: 160px;
  }
  .certificates ul {
    display: flex;
    flex-direction: column;
    margin-top: 42px;
    padding: 0 64px;
  }
  .certificates li {
    list-style: inside;
    font-size: 16px;
    font-weight: 300;
    color: #939393;
    line-height: 75%;
  }
  .adresses {
    display: flex;
    justify-content: center;
    padding: 24px 24px;
    font-size: 16px;
  }
  .about-company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 24px;
    padding: 24px;
  }
  .summary-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
  }
  .social-medias img {
    width: 32px;
    display: flex;
    align-items: center;
  }
  .footer-test {
    margin-top: 120px;
  }
}
@media (min-width: 1280px) {
  header div {
    padding: 0 180px;
    height: 65px;
  }
  header img {
    width: 60px;
  }
  header a {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
  }
  .title-subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 180px;
  }
  .title-subtitle .subtitle-button {
    margin-top: 96px;
    display: flex;
    justify-content: center;
    width: 920px;
    font-size: 20px;
  }
  .title-subtitle p {
    padding-right: 120px;
  }
  .title-subtitle a {
    width: 30%;
  }
  .title-subtitle button {
    height: 80px;
    cursor: pointer;
  }
  .title-subtitle span {
    margin-right: 50px;
    margin-left: 100px;
  }
  h3 {
    width: 920px;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .about {
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 180px;
  }
  .andre-img {
    padding: 0px;
    display: flex;
    align-items: center;
    width: 920px;
  }
  .certificates h3 {
    margin-bottom: 44px;
  }
  .certificates ul {
    display: flex;
    flex-direction: column;
    width: 920px;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .certificates li {
    list-style: inside;
    font-size: 16px;
    font-weight: 300;
    color: #939393;
    line-height: 75%;
  }
  .footer-test {
    height: 230px;
  }
  .adresses {
    padding-left: 180px;
    gap: 24px;
  }
  .about-company {
    padding-right: 180px;
    gap: 12px;
  }
  .social-medias {
    gap: 24px;
  }
}

/*# sourceMappingURL=styles.css.map */
