*
{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  list-style: none;
}

::-webkit-scrollbar
{
  width: 5px;
}

main
{
  width: 100vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.paragraph
{
  font-size: 1.6rem;
}

section
{
  margin-top: 8rem;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about .container
{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-heading
{
  font-size: 4rem;
  margin-bottom: 2rem;
}

.sub-heading
{
  font-size: 2rem;
  margin-bottom: 2rem;
}

.about .container h2
{
  text-align: left;
}

.about-sch
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.about-dtls
{
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.about-img
{
  max-width: 500px;
  width: 100%;
}

.about-ul
{
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.about-ul h3
{
  font-size: 2rem;
}

.about-ul li
{
  font-size: 1.5rem;
  padding: .5rem 1rem;
}

.hs-ct
{
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.hs-bx
{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bx-wrp
{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.bx
{
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
}

.bx:nth-child(even)
{
  flex-direction: row-reverse;
}

.box-content,
.box-dtl
{
  max-width: 500px;
  width: 100%;
  height: 100%;
  border: 1px solid blueviolet;
}

.box-line-icon
{
  max-width: 100px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bx-ic
{
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: blueviolet;
}

.bx-l
{
  width: 2px;
  height: 100%;
  background-color: blueviolet;
}

.box-dtl
{
  border: unset;
}

.box-dtl h2
{
  font-size: 4rem;
}

.box-dtl h3
{
  font-size: 3rem;
}

.box-dtl h3
{
  font-size: 3rem;
}

.bxs-container .bx
{
  max-width: 340px;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background-color: #091382;
  margin: 1rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  height: 300px;
  justify-content: center;
}

.bx .bx-dtls
{
  align-items: center;
}

.bx .bx-dtls .paragraph
{
  text-align: center;
}