* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Inter', sans-serif;
  min-width: 1300px;
}

.center {
  width: 1280px;
}

.header {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.header .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .center img {
  width: 230px;
  height: 46px;
}

.header .center a {
  width: 147.88px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #FFF;
  background-color: #EA2843;
}

.hero {
  display: flex;
  justify-content: center;
  padding: 100px 0px;
  overflow: hidden;
}

.hero .center {
  display: flex;
  align-items: center;
}

.hero .center div {
  width: 630px;
  flex-shrink: 0;
}

.hero .center div p:nth-of-type(1) {
  color: #001D47;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.hero .center div p:nth-of-type(2) {
  color: #162D39;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 22px;
}

.hero .center img {
  height: 302.59px;
  flex-shrink: 0;
}

.services {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.services .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.services .center > div {
  width: 100%;
}

.services .center > div:nth-of-type(2) {
  position: absolute;
}

.services .center > div:nth-of-type(2) > p {
  color: #001D47;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.services .center > div:nth-of-type(2) > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}

.services .center > div:nth-of-type(2) > div div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services .center > div:nth-of-type(2) > div div img {
  width: 100px;
}

.services .center > div:nth-of-type(2) > div div p:nth-of-type(1) {
  width: 221px;
  color: #001D47;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
}

.services .center > div:nth-of-type(2) > div div p:nth-of-type(2) {
  width: 323px;
  color: #162D39;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
  text-align: center;
}

.ad {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.ad .center > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad .center > div img {
  width: 50%;
}

.ad .center > div div {
  width: 494px;
}

.ad .center > div div p:nth-of-type(1) {
  width: 400px;
  color: #001D47;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.ad .center > div div p:nth-of-type(2) {
  color: #162D39;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 22px;
}

.companies {
  display: flex;
  justify-content: center;
}

.companies .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.companies .center > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.companies .center > div > div {
  width: 100%;
}

.companies .center > div img {
  position: absolute;
  width: 100%;
}

.companies .center p {
  flex: 1;
  margin-left: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #001D47;
  line-height: 40px;
}

.companies .center p span {
  color: #EA2843;
}

.join {
  display: flex;
  justify-content: center;
}

.join .center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.join .center div {
  width: 100%;
}

.join .center div:nth-of-type(2) {
  width: 813px;
  position: absolute;
  padding: 40px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 10px 40px 0px rgba(36, 84, 144, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.join .center div:nth-of-type(2) p:nth-of-type(1) {
  color: #001D47;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.join .center div:nth-of-type(2) p:nth-of-type(2) {
  width: 482px;
  color: #162D39;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 22px;
  text-align: center;
}

.join .center div:nth-of-type(2) img {
  width: 100%;
}

.contact {
  display: flex;
  justify-content: center;
  padding: 100px 0;
  gap: 40px;
}

.contact .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .center > div:nth-of-type(1) img {
  width: 230px;
  height: 46px;
}

.contact .center > div:nth-of-type(1) p {
  width: 470px;
  color: #001D47;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.contact .center > div:nth-of-type(2) {
  display: flex;
  gap: 40px;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(1) {
  display: flex;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(1) img {
  width: 13.827px;
  height: 17.969px;
  margin-right: 10px;
  margin-top: 6px;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(1) p {
  color: #001D47;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(2) {
  display: flex;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(2) img {
  width: 16px;
  height: 13px;
  margin-right: 10px;
  margin-top: 10px;
}

.contact .center > div:nth-of-type(2) > div:nth-of-type(2) a {
  color: #001D47;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
