* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
body {
  overflow-x: hidden;
}
.header {
  height: 16vh;
}

.logo {
  width: 40%;
}

.head-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-image: url(assets/coverImage.svg);
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.subtitle-one {
  color: white;
  font-weight: 600;
  font-size: 3em;
  overflow: hidden;
}

.title {
  text-align: center;
  color: #4f9efb;
  margin-top: 5em;
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 3em;
}
.mini-title {
  text-align: center;
  color: #4f9efb;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.section-one-container {
  margin-top: 200px;
}

.fa-check {
  color: #ffb30b;
  margin-top: 0.5rem;
}

.lines {
  display: flex;
  margin: 20px;
}

.aline {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.aline-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}

.icon {
  width: 7%;
  margin-bottom: 10px;
}

.icon.group-widget {
  border-radius: 5px;
}

.buttonicon {
  width: 2.5%;
  cursor: pointer;
  float: right;
}
.minuss-icon {
  background-image: url(assets/fig8.svg) no-repeat;
}

iframe {
  border-radius: 30px !important;
}
.row {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 10em;
  padding: 70px 40px;
  box-shadow: 0 10px 20px 0 #c0c0c0;
  border-radius: 2em;
}
.logoo {
  margin-top: 5em;
  margin-bottom: 5em;
  width: 20%;
}
.subtitle {
  color: white;
  font-weight: 400;
  font-size: 1.5em;
}

@media screen and (max-width: 768px) {
  * {
    overflow-x: hidden;
  }

  .logo {
    width: 40%;
  }
  .position {
    font-size: calc(0.525rem + 1vw);
  }
  .title {
    margin-top: -5rem;
    font-size: 2em;
  }

  .section-two {
    margin: 1em 1em;
    align-items: center;
  }
  .box {
    width: 25em;
    height: 20em;
    padding: 40px 20px;
  }
  .logoo {
    width: 30%;
  }

  .buttonicon {
    width: 5%;
    margin-left: 5px;
  }

  .inverse-mobile {
    flex-direction: reverse;
  }
  #col-switch {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* collapse*/

.collapsible {
  background-color: #f7f7f7;
  color: #333;
  cursor: pointer;
  padding: 22px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  font-size: 17px;
  margin-top: 2px;
  border-radius: 5px;
}

.active,
.collapsible:hover {
  background-color: #f6f5f5;
}

.content {
  transition: all 0.5s ease-in-out;
  padding: 30px 18px;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
}

.container {
  margin-top: 100px;
}
