* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f0f0f0;
}

h1 {
  font-size: 28px;
  font-weight: 500;
  color: #163469;
}

ul {
  list-style: square;
}

.hero {
  display: flex;
  flex-direction: row;
  gap: 5%;
  margin-top: 200px;
  position: relative;
  overflow: hidden;
}

.hero-left {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-block: 20px;
  gap: 20px;
  border: none;
  border-bottom: 1px solid #163469;
  height: 70px;
  position: relative;
  z-index: 2;
  background-color: #f0f0f0;
}

.hero-right {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.hero-right img {
  max-width: 1800px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.center {
  position: relative;
  text-align: center;
}

.company-history {
  margin-block-start: 15rem;
  position: relative;
}

.company-circle {
  width: 45%;
  /* margin-top: 100px; */
  position: absolute;
  z-index: 2;
}

.circle {
  position: absolute;
  width: 100px;
  border-radius: 50%;
  background-color: white;
  border: 50px solid rgb(98, 167, 247);
}

.right-circle-div {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 40%;
  min-width: 400px;
}

.left-circle-div {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5rem;
  width: 40%;
  min-width: 400px;
  /* margin-top: 50%; */
}

.company-origin {
  /* background-image: url(../images/); */
  position: relative;
  width: 100%;
  max-width: 96.8rem;
  margin-inline: auto;
  padding-inline: 11rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.company-origin p {
  color: #163469;
  line-height: 28px;
}

.company-story {
  margin-block-start: 8rem;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-content {
  width: 100%;
  max-width: 1155px;
  margin-inline: auto;
  display: flex;
  background-color: #163469;
  padding: 4.5rem 3.5rem;
  gap: 3.5rem;
  border-radius: 25px;
  box-shadow: 0px 5px 10px 2px #8f8e8e;
}
@media only screen and (max-width: 767px) {
  .story-content {
    padding: 3rem 1.5rem;
  }
}

.story-content > div:nth-of-type(1) {
  width: 18%;
}
@media only screen and (max-width: 767px) {
  .story-content > div:nth-of-type(1) {
    display: flex;
    align-items: end;
    width: 80%;
  }
}

.story-content > div:nth-of-type(2) {
  background-color: white;
  height: 80px;
  width: 1px;
  margin-block: auto;
}

.story-content h3 {
  color: #3876e2;
  font-size: 4.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .story-content h3 {
    font-size: 2.4rem;
  }
}

.story-content span {
  color: white;
  font-size: 100%;
}

.story-content p {
  color: white;
}

.story-content p:first-child {
  margin-bottom: 30px;
  font-size: 180%;
}
@media only screen and (max-width: 767px) {
  .story-content p:first-child {
    font-size: 1.7rem;
  }
}

.story-content p:last-child {
  font-size: 120%;
}
@media only screen and (max-width: 767px) {
  .story-content p:last-child {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.company-profile {
  margin-inline: auto;
}

.table {
  max-width: 1440px;
  margin-inline: auto;
  background-color: white;
  border-radius: 25px;
  padding-block: 50px;
  padding-inline: 67px;
}

.profile-content {
  display: flex;
  border: none;
  border-bottom: 1px solid #3876e2;
  padding-block: 45px;
  font-size: 25px;
}

.profile-content > div:first-child {
  width: 20%;
}

.img-group {
  margin-top: 70px;
  display: flex;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 130px;
  gap: 3%;
}

.img-group > img {
  width: 30%;
}

.initiative {
  background-color: white;
  padding: 110px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.initiative > div {
  display: flex;
  gap: 50px;
  margin-inline: auto;
}

.initiative h3 {
  color: #3876e2;
  font-weight: 500;
  font-size: 35px;
}

.initiative p {
  font-size: 22px;
  line-height: 35px;
}

img[alt="company"] {
  position: absolute;
  width: 400px;
}

img[alt="goal"] {
  width: 300px;
}

.mark-hidden {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-top: 50px;
}

.company-origin > p {
  font-size: 140%;
}

@media (max-width: 1200px) {
  .hero {
    gap: 3%;
  }
}

@media (max-width: 900px) {
  .hero {
    gap: 2%;
  }
}

@media (max-width: 700px) {
  .hero {
    gap: 1%;
  }
}

@media (max-width: 780px) {
  .hero {
    flex-direction: column;
    gap: 30px;
  }

  .hero-right {
    padding-left: 20%;
  }

  .parallelogram-shadow-text {
    font-size: 26px;
    font-size: 20px;
  }

  .company-origin {
    padding-inline: 40px;
  }

  .company-story {
    padding-inline: 35px;
  }

  .story-content {
    flex-direction: column;
  }

  .story-content > div:nth-of-type(1) {
    border: none;
    border-right: 1px solid white;
  }

  .story-content > div:nth-of-type(2) {
    display: none;
  }

  /* .story-content h3 {
    color: #3876e2;
    font-size: 120%;
  } */

  /* .story-content span {
    color: white;
    font-size: 60%;
  } */

  /* .story-content p:first-child {
    margin-bottom: 30px;
    font-size: 80%;
  } */

  /* .story-content p:last-child {
    font-size: 70%;
  } */

  .company-profile {
    padding-inline: 35px;
    position: relative;
  }

  .profile-content {
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
  }

  .company-profile > div:first-child {
    padding-inline: 40px;
  }

  .img-group {
    flex-direction: column;
    gap: 30px;
  }

  .img-group img {
    width: 100%;
  }

  .initiative {
    padding-inline: 40px;
  }

  .initiative div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  img[alt="goal"] {
    width: 60%;
  }

  .initiative p {
    font-size: 18px;
  }

  img[alt="company"] {
    width: 200px;
  }

  .table {
    margin-top: 350px;
  }

  /* .story-content > div:nth-of-type(1) {
    width: 50%;
    display: flex;
    align-items: end;
  } */

  .left-circle-div {
    margin-top: 600px;
    min-width: 300px;
    width: 300px;
  }

  .right-circle-div {
    width: 300px;
    min-width: 300px;
  }

  .company-origin > p {
    font-size: 100%;
  }
}

@media (max-width: 460px) {
  .story-content {
    flex-direction: column;
  }

  .story-content > div:nth-of-type(1) {
    border: none;
    border-right: 1px solid white;
  }

  .story-content > div:nth-of-type(2) {
    display: none;
  }

  /* .story-content h3 {
    color: #3876e2;
    font-size: 100%;
  } */

  /* .story-content span {
    color: white;
    font-size: 50%;
  } */

  /* .story-content p:first-child {
    margin-bottom: 30px;
    font-size: 60%;
  } */

  /* .story-content p:last-child {
    font-size: 50%;
  } */

  /* .story-content > div:nth-of-type(1) {
    width: 50%;
    display: flex;
    align-items: end;
  } */
}
