﻿@charset "utf-8";

ul, ol {
	line-height: 1.8;
}
.feature-title {
	margin: 1em 0 0.5em 0;
	border-bottom: 3px solid #2965b6;
	padding:0 0 0 0.5em;
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 2;
}
h3.item-title {
	margin: 1em 0;
	color: #1A78BF;
	font-weight: 700;
	font-size: 16px;
}

h4.sub-item-title {
	margin: 0.5em 0;
	font-size: 15px;
	font-weight: 700; 
}
h5.supersub-item-title {
	margin: 0.5em 0;
	font-size: 14px;
	font-weight: 700; 
}
.blue-words {
	color: #0169b8;
	font-weight: 700;
}
.privacy-intro-desc {
	display: flex;
	flex-flow: row nowrap;
}
.p-mark {
	flex: 0 0 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 575.98px) {
	.privacy-intro-desc {
		flex-flow: column nowrap;
	}
	.content-indentation {
		margin-left: 0.2em;

		&>h4, &>h5 {
			&+p, &+ul, &+ol {
				margin-left: 0.2em;
			}
		}
	}
}
@media (min-width: 575.98px) {
	.privacy-intro-desc {
		flex-flow: row nowrap;
	}
	.content-indentation {
		margin-left: 1em;

		&>h4, &>h5 {
			&+p, &+ul, &+ol {
				margin-left: 1em;
			}
		}
	}
}