/*----------------------------------
	PLIVACY POLICY
------------------------------------*/
.pp__item {
  margin-bottom: 1.5em !important;
}

.pp__item:last-of-type {
  margin-bottom: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: calc((-1em * 1.5 + 1em) / 2) ;
}
.p-pmark {
    display: flex;
    align-items: center;
    margin-top: -20px;
}
.p-pmark img {
    width: 100px;
    margin-left: 20px;
}
