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

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

.header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background-color: white;
}

.header img {
  height: 43px;
}

.header a {
  border-radius: 7px;
  background: #2386EE;
  padding: 9px 18px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.hero {
  width: 100%;
  height: 800px;
  background-image: url("../img/hero-bg.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero p:nth-of-type(1) {
  color: #212125;
  font-size: 40px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0.5px;
  margin-left: 300px;
}

.hero p:nth-of-type(2) {
  color: #212125;
  font-size: 55px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0.5px;
  margin-left: 300px;
}

.hero p:nth-of-type(3) {
  color: #0067D3;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 300px;
  margin-top: 55px;
}

.service {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service > p {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 135px;
}

.service > div {
  margin-top: 73px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.service > div > div {
  width: 620px;
  height: 220px;
  padding: 38px 0 38px 40px;
  display: flex;
  align-items: center;
}

.service > div > div div {
  margin-right: 14px;
}

.service > div > div div p:nth-of-type(1) {
  color: #031C49;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.service > div > div div p:nth-of-type(2) {
  width: 375px;
  color: #687792;
  font-size: 14px;
  font-weight: 400;
  margin-top: 33px;
}

.service > div > div img {
  width: 88px;
  height: 88px;
}

.about-us {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-us > p {
  width: 1138px;
  color: #000;
  font-size: 38.125px;
  font-weight: 400;
  margin-top: 113px;
}

.about-us > div {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.about-us > div img {
  width: 786px;
  height: 584px;
  margin-right: -50px;
}

.about-us > div > div {
  width: 627px;
}

.about-us > div > div div {
  border-bottom: #9DA1AA 1px solid;
}

.about-us > div > div div p:nth-of-type(1) {
  color: #222;
  font-size: 38px;
  font-weight: 400;
  line-height: 60px;
  margin-top: 20px;
}

.about-us > div > div div p:nth-of-type(2) {
  color: #222;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 30px;
}

.partners {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners > p {
  color: #0F1A2A;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 135px;
}

.partners > div {
  margin-top: 73px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
  margin-bottom: 235px;
}

.partners > div > div img {
  border-radius: 8px;
  width: 283px;
  border: #CBD4E1 1px solid;
}

.join-us {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/join-us-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 138px 0;
}

.join-us p {
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

.join-us p span {
  color: #07A8FF;
}

.contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #18193F;
  height: 352px;
}

.contact-us > div:nth-of-type(1) {
  padding-right: 31px;
  border-right: #FFF 1px solid;
  margin-right: 46px;
}

.contact-us > div:nth-of-type(1) img {
  height: 43px;
}

.contact-us > div:nth-of-type(1) p {
  width: 470px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 32px;
}

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

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

.contact-us > div:nth-of-type(2) > div:nth-of-type(1) img {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  margin-top: 5px;
}

.contact-us > div:nth-of-type(2) > div:nth-of-type(1) p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 42px;
}

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

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

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