.ll-section {
	padding: 0;
	padding-inline: 2% !important;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 50px !important;
	height: auto !important;
	background-repeat: no-repeat;
}

.ll-container {
	max-width: 1240px;
	margin: 0 auto;
	min-height: 50px !important;
	width: 100%;
	background-repeat: no-repeat;
}

.ll-btn {
	min-width: min-content;
	max-width: 100%;
	width: max-content;
	min-height: min-content;
	text-decoration: none !important;
	background-color: blue;
	color: white;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	font-size: 16px;
	padding: 12px 40px;
	transition: box-shadow 0.15s ease-in-out;
}


.seniors-btn {
	color: #fff;
	background: #e06a8a;
	border-radius: 5px;
	font-weight: bold;
	padding: 12px 24px;
	font-size: 18px;
	border: none;
	transition: background 0.2s;
}

.seniors-3 {
	background: none;
	color: #888;
	padding: 32px 0 16px 0;
	text-align: center;
}

.seniors__title {
	font-size: 2.2em;
	font-weight: bold;
	/* margin-bottom: 16px; */
	color: #222;
}

.seniors__title--sm {
	font-size: 1.4em;
	font-weight: bold;
	/*margin-bottom: 12px;*/
	color: #222;
}

.seniors__img {
	width: 100%;
	/*max-width: 600px;*/
	height: auto;
	display: block;
	margin: 16px 0;
	border-radius: 8px;
}

.seniors__author {
	display: flex;
	align-items: center;
	gap: 12px;
	/* margin-bottom: 12px; */
}

.seniors-author__text {
	font-size: 1em;
	color: #555;
}

.seniors-3__links {
	display: flex;
	justify-content: center;
	gap: 32px;
	/*margin-bottom: 18px;*/
}

.seniors-3__links a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.08em;
	transition: color 0.2s;
}


.seniors-3__text-sm {
	font-size: 0.98em;
	color: #aaa;
	/*margin-bottom: 8px;*/
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.seniors-3__copyright {
	font-size: 0.93em;
	color: #ccc;
	margin-top: 0px;
	margin-bottom: 20px;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

:root {
	--primary-color: rgb(36, 36, 36);
	--text-color: rgb(97, 97, 97);
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}


ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	font-size: 19px;
	color: #3d3d3d;
}

/* SECTION 1 */
.seniors-1 .ll-container {
	display: flex;
	align-items: center;
	justify-content: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 180px;
	padding-right: 180px;
}

.seniors-1__img {
	height: 50px;
}

/* SECTION 2 */
.seniors-2 .ll-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 180px;
	padding-right: 180px;
}

.seniors-2 a {
	color: rgb(202, 2, 2);
	text-decoration: none;
}

.seniors-btn {
	background-color: rgb(202, 2, 2);
	width: 100%;
	padding: 20px;
	font-size: 19px;
}

.seniors__img {
	width: 100%;
}

.seniors__img--sm {
	height: 500px;
	margin-inline: auto;
}

.seniors__title {
	font-size: 60px;
	color: rgb(202, 2, 2);
	font-weight: bold;
}

.seniors__title--sm {
	font-size: 40px;
	color: #3d3d3d;
	font-weight: 600;
}

.seniors__author {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	color: gray;
}

.seniors__author img {
	border-radius: 300px;
	height: 45px;
	width: 45px;
}

.seniors-author__text b {
	color: blue;
}

.seniors__text-sm {
	font-size: 15px;
}

/* SECTION 3 */
.seniors-3 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.seniors-3 .ll-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding-left: 180px;
	padding-right: 180px;
}

.seniors-3__img {
	height: 30px;
}


.seniors-3__text-sm {
	color: #b3b3b3;
	font-size: 10px;
}

.seniors-3__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.seniors-3__links a {
	text-decoration: none;
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 500;
}


@media screen and (max-width: 992px) {

	.seniors-3 .ll-container,
	.seniors-2 .ll-container,
	.seniors-1 .ll-container {
		padding-left: 40px;
		padding-right: 40px;
		font-size: 17px;
	}


	.seniors__title {
		font-size: 35px;
	}

	.seniors__title--sm {
		font-size: 25px;
		font-weight: 500;
	}


}

@media screen and (max-width: 576px) {

	.seniors-3 .ll-container,
	.seniors-2 .ll-container,
	.seniors-1 .ll-container {
		padding-left: 0;
		padding-right: 0;
	}
}


.seniors__img,
.seniors__img--sm {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.seniors-1,
.seniors-2,
.seniors-3 {
	margin-bottom: 0px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.ll-btn,
.seniors-btn {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

ul,
ol {
	margin-top: 6px !important;
	margin-bottom: 6px !important;
}

.seniors-3 {
	padding-top: 20px !important;
	margin-top: 15px;
}