/* Globals */

.in-o-nas h1 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 60px;
}
.in-o-nas h4,
.in-o-nas h3,
.in-o-nas h2 {
  color: var(--color-primary);
  font-weight: 600;
}
.in-o-nas h3 {
  font-size: 24px;
}
.in-o-nas p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.fd-c {
  flex-direction: column;
}
.inverted {
  display: flex;
  flex-direction: column-reverse;
}
.heading {
  text-align: center;
  font-size: 40px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 8rem;
}
.aboutContainer {
  margin: 5rem 0;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.in-o-nas .row {
  display: flex;
  justify-content: center;
}
.in-o-nas .col-md-6 {
  max-width: 550px;
  height: 100%;
}
.image-resize {
  max-height: 570px;
  width: 100%;
}

.in-o-nas .content-inner {
  max-width: 100%;
}

/* Main */

.hero .col-md-6 {
  padding: 0 3rem;
}
.aboutText {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.in-o-nas img {
  margin-bottom: 1.9rem;
  transition: 0.3s;
}
img.img-responsive.image-resize:hover {
  transform: scale(1.1);
}

/*Flaticon*/

.flaticon-id-card-5::before,
.flaticon-map-location:before,
.flaticon-time:before,
.flaticon-smartphone-6:before,
.flaticon-smartphone-10:before {
  margin-left: 0 !important;
  margin-right: 1rem;
}

.flaticon-id-card-5::before {
  content: '\f19a';
}
.flaticon-map-location:before {
  content: '\f1bb';
}
.flaticon-time:before {
  content: '\f253';
}

/* Reference */

.reference {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.in-o-nas .reference h4 {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

/* Náš tym */
.in-o-nas .about-team .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.in-o-nas .about-team .about-profile {
  border-radius: 50%;
}
.in-o-nas .about-team h3 {
  margin-bottom: 0;
}
.in-o-nas .about-team h4 {
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1.8px;
  opacity: 0.8;
}
.in-o-nas .about-team ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.in-o-nas .about-team li {
  list-style: none;
  margin: 0.5rem 0;
  text-align: center;
}

.in-o-nas .about-contact {
  text-align: center;
}
.in-o-nas .about-contact span {
  font-weight: bolder;
}
.in-o-nas .about-contact .btn {
  padding: 1rem;
  margin-right: 1rem;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .in-o-nas .row {
    flex-direction: column;
    align-items: center;
  }
  .in-o-nas .about-contact .btn {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .in-o-nas .reference {
    text-align: center;
  }
}
