/* Desktop */
#policy {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 100px;
	margin-bottom: 50px;
}
#policy h1 {
	margin: 35px 0;
	margin-top: 50px;
	width: 85%;
    text-align: left;
    outline: none;
    box-sizing: inherit;
    font-style: normal;
    position:relative;
    color: black;
    top:0;
    left: 0;
    letter-spacing: 0.5px;
    text-shadow:none;
    font-family: 'Givonic-Bold', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: var(--w-700)!important;
    padding: 0 10px;
}
#policy h3 {
	margin: 35px 0;
}
.policy-container {
	width: 85%; 
    padding: 0px;
}
.scrollable-block {
	width: 100%;
	max-height: 200px;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	overflow: auto;
	box-sizing: border-box;
}
.scrollable-block p:last-of-type{
    margin-bottom: 0px;
}
/* Tablet */
/* Mobile */
@media screen and (max-width: 767px) {
	#policy {
		margin-top: 80px;
	}
	#policy h1 {
		
        font-size: 24px;
	}
    #policy h3 {
		width: 100%;
         font-size: 20px;
	}
}
