@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.logzee-team-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1fbff), to(#f1fbff));
  background-image: linear-gradient(#f1fbff, #f1fbff 100%);
  background-size: 100% 150px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.logzee-team-section .logzee-team-info {
  text-align: center;
}

.logzee-team-section .logzee-team-info p {
  color: #828a9c;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

.logzee-team-section .logzee-team-info h1 {
  color: #ff3514;
  font-weight: bold;
}

.logzee-team-section .face-logzee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logzee-team-section .face-logzee .founder img,
.logzee-team-section .face-logzee .head-operational img,
.logzee-team-section .face-logzee .team-lead img {
  max-width: 300px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.logzee-team-section .face-logzee .founder h5,
.logzee-team-section .face-logzee .founder p,
.logzee-team-section .face-logzee .head-operational h5,
.logzee-team-section .face-logzee .head-operational p,
.logzee-team-section .face-logzee .team-lead h5,
.logzee-team-section .face-logzee .team-lead p {
  text-align: center;
}

.logzee-team-section .face-logzee .founder h5,
.logzee-team-section .face-logzee .head-operational h5,
.logzee-team-section .face-logzee .team-lead h5 {
  color: #ff3514;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media (max-width: 800px) and (min-height: 1000px) {
  .face-logzee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .face-logzee .founder img,
  .face-logzee .head-operational img,
  .face-logzee .team-lead img {
    max-width: 200px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 150px !important;
  }
}

@media (min-height: 1000px) and (min-width: 1000px) {
  .face-logzee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .face-logzee .founder img,
  .face-logzee .head-operational img,
  .face-logzee .team-lead img {
    max-width: 200px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 190px !important;
  }
}

@media (max-width: 735px) {
  .face-logzee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .face-logzee .founder,
  .face-logzee .head-operational,
  .face-logzee .team-lead {
    margin-top: 20px;
  }
  .face-logzee .founder img,
  .face-logzee .head-operational img,
  .face-logzee .team-lead img {
    max-width: 300px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .face-logzee .founder h5,
  .face-logzee .founder p,
  .face-logzee .head-operational h5,
  .face-logzee .head-operational p,
  .face-logzee .team-lead h5,
  .face-logzee .team-lead p {
    text-align: center;
  }
  .face-logzee .founder h5,
  .face-logzee .head-operational h5,
  .face-logzee .team-lead h5 {
    color: #ff3514;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=logzeeteam.css.map */