.aboutus__heading {
	text-transform: uppercase;
	padding: 10px 0 0;
}

/* Rzetelna firma */

div[class^='aboutus-'] .fa {
    font-size: 3.77778rem;
    color: #e6741e;
}
@media (max-width: 991px) {
    div[class^='aboutus-'] .fa {
        text-align: center;
        margin: 0 0 20px;
    }
}

.aboutus-rzetelna-wrap,
.aboutus-bezpieczenstwo-wrap,
.aboutus-technologia-wrap,
.aboutus-dbalosc-wrap-wrap,
.aboutus-satysfakcja-wrap {
	padding: 10px;  
	width: 100%;
	max-width: 1140px;
	margin: 40px auto;
background-color: #ffffff;
    padding: 30px 15px 30px 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15), 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;  
  display: flex;
  flex-wrap: wrap;
}

.aboutus-rzetelna-wrap {
  margin: 0 auto 40px;
}

.aboutus-satysfakcja-wrap {
    margin-bottom: 120px;
}

.aboutus-rzetelna,
.aboutus-bezpieczenstwo,
.aboutus-technologia,
.aboutus-dbalosc-wrap,
.aboutus-satysfakcja  {
    
  width: inherit;
}

@media (min-width: 992px) {
    .aboutus-rzetelna,
    .aboutus-bezpieczenstwo,
    .aboutus-technologia,
    .aboutus-dbalosc-wrap,
    .aboutus-satysfakcja  {
        width: 91%;
    }
    div[class^='aboutus-'] .fa {
        width: 9%;
    }
}
@media (max-width: 991px) {
    .aboutus-rzetelna,
    .aboutus-bezpieczenstwo,
    .aboutus-technologia,
    .aboutus-dbalosc-wrap,
    .aboutus-satysfakcja  {
        width: 100%;
    }
    div[class^='aboutus-'] .fa {
        width: 100%;
    }    
}

.aboutus-rzetelna__item {
	padding: 10px 0;
}
.aboutus-rzetelna-1-grid__item {}
.aboutus-rzetelna-2-grid {
	display: flex;
	flex-wrap: wrap;
}
.aboutus-rzetelna p {
	margin: 0;
}

@media (min-width: 992px) {
	.aboutus-rzetelna-2-grid__item:nth-child(1) {
		width: 71%;
		padding: 0 30px 0 0;
		text-align: justify;
	}
	.aboutus-rzetelna-2-grid__item:nth-child(2) {
		width: 29%;
	}
	.aboutus-rzetelna-2-grid__item:nth-child(2) img {
		width: 100%;
		height: auto;
	}
}


@media (max-width: 991px) {
	.aboutus-rzetelna-1-grid__item {
		padding: 10px 0;
	}
	.aboutus-rzetelna-2-grid__item {
		width: 100%;
		padding: 10px 0;
		text-align: justify;
	}
	.aboutus-rzetelna-2-grid__item img {
		display: block;
		width: 100%;
		max-width: 300px;
		height: auto;
		margin: 0 auto;
	}
	.aboutus-rzetelna-2-grid__item:nth-child(1) {
		order: 2;
	}
	.aboutus-rzetelna-2-grid__item:nth-child(2) {
		order: 1;
	}
}




/* Bezpieczeństwo */


.aboutus-bezpieczenstwo-2-grid {
	display: flex;
	flex-wrap: wrap;
}
.aboutus-bezpieczenstwo__item {
	padding: 10px 0;
  		text-align: justify;
}
.aboutus-bezpieczenstwo p {
	margin: 0;
}

@media (min-width: 992px) {
	.aboutus-bezpieczenstwo-2-grid__item:nth-of-type(1) {
		padding: 10px 30px 10px 0;
		width: 74%;
		text-align: justify;
	}
	.aboutus-bezpieczenstwo-2-grid__item:nth-of-type(2) {
		width: 26%;
	}
	.aboutus-bezpieczenstwo-2-grid__item:nth-of-type(2) img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 991px) {
	.aboutus-bezpieczenstwo-1-grid {
		padding: 10px 0;
	}
	.aboutus-bezpieczenstwo-2-grid__item {
		padding: 10px 0;
	}
	.aboutus-bezpieczenstwo-2-grid__item {
		width: 100%;
	}
	.aboutus-bezpieczenstwo-2-grid__item img {
		display: block;
		width: 100%;
		max-width: 300px;
		height: auto;
		margin: 0 auto;
	}
	.aboutus-bezpieczenstwo-2-grid__item:nth-of-type(1) {
		order: 2;
	}
	.aboutus-bezpieczenstwo-2-grid__item:nth-of-type(2) {
		order: 1;
	}
}


/* Technologia */

.aboutus-technologia__item {
  padding: 10px 0;
text-align: justify;
}

  .aboutus-technologia-1-grid {
    width: 100%;
  }
  .aboutus-technologia-2-grid__item  img {
    width: 100%;
    height: auto;
  }    
  .aboutus-technologia-2-grid__item {
    padding: 10px 0;
  }

@media (min-width: 992px) {
  
  .aboutus-technologia-2-grid {
    display: flex;
  }
  .aboutus-technologia-2-grid__item:nth-of-type(1) {
    display: flex;
    align-items: center;
    width: 74%;
    text-align: justify;
  }  
  .aboutus-technologia-2-grid__item:nth-of-type(2) {
    width: 26%;
  }   
  .aboutus-technologia-2-grid__item:nth-of-type(1) {
    padding: 10px 30px 0 0;
  }

  .aboutus-technologia-2-grid__item:nth-of-type(2) img {
    width: 100%;
    height: auto;
  }    
  
}


@media (max-width: 991px) {
  
  .aboutus-technologia-2-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .aboutus-technologia-2-grid__item {
    width: 100%;
  } 
  .aboutus-technologia-2-grid__item  img {
		display: block;
		max-width: 300px;
		height: auto;
		margin: 0 auto;
  }    
  .aboutus-technologia-2-grid__item:nth-of-type(1) {
    order: 2;
  }   
  .aboutus-technologia-2-grid__item:nth-of-type(2) {
    order: 1;
  }  
  
}

/* dbałość */


.aboutus-dbalosc {
  display: flex;
  flex-wrap: wrap;
}
.aboutus-dbalosc__item div {
  padding: 10px 0;
  text-align: justify;
}

@media (min-width: 992px) {
  
.aboutus-dbalosc__item:nth-of-type(1) {
  width: 71%;
}

.aboutus-dbalosc__item:nth-of-type(2) {
  width: 29%;
}
.aboutus-dbalosc__item:nth-of-type(2) img {
		display: block;
		max-width: 300px;
		height: auto;
		margin: 0 auto;
}

}

@media (max-width: 991px) {
  
.aboutus-dbalosc__item {
  width: 100%;
}  
 
  
.aboutus-dbalosc__item:nth-of-type(2) img {
		display: block;
		max-width: 300px;
		height: auto;
		margin: 0 auto 10px;
}  
}

/* satysfakcja  */


.aboutus-satysfakcja__item {
  padding: 10px 0;
  text-align: justify;
}
.aboutus-satysfakcja p {
	margin: 0;
}




.aboutus-rzetelna-wrap *,
.aboutus-bezpieczenstwo *,
.aboutus-technologia *,
.aboutus-dbalosc-wrap *,
.aboutus-satysfakcja * {
    box-sizing: border-box;
}
@media (max-width: 991px) {
    
    .aboutus-rzetelna-wrap *,
    .aboutus-bezpieczenstwo *,
    .aboutus-technologia *,
    .aboutus-dbalosc-wrap *,
    .aboutus-satysfakcja * {
        text-align: center;
    }    
}
