/**********************************************
 * 
 * Тут лежат все стандартные блоки с описанием
 * Блоки отдельно, селекторы свойств отдельно
 * При составлении свойств дописываются селекторы
 *
 *********************************************/


/* Базовый блок с тенью */
.content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #e0dad5;
	margin: 25px;
	padding: 25px;
}

.content-wrapper img {
	width: 100%;
	height: auto;
}


/* Блоки вложения */
.content-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.content-block img {
	width: auto;
	height: auto;
}





@media (max-width: 640px) {
	
	/* Базовый блок */
	.content-wrapper {
		width: 100%;
		border-radius: 0;
		margin: 0;
		padding: 0;
	}
	
	/* Блоки вложения */
	.content-block {
		gap: 0;
	}

}






/* НЕРАЗОБРАННЫЕ БЛОКИ */
/********* Блок Фото с текстом и заголовком *********/

/* Настроить стили ссылок для блока */
/* Настроить стили всех заголовков для блока h1, h2, h3, h4 и тд */

.block-text-title {
	width: 100%;
	padding: 50px;
}

.block-text-title img {
	width: 100%;
	padding-bottom: 30px;
}

.block-text-title h1 {
	font-family: 'Manrope';
	font-weight: 400;
	font-size: 25px;
	color: #444;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}

.block-text-title h3 {
	font-family: 'Manrope';
	font-weight: 600;
	font-size: 20px;
	color: #444;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}

.block-text-title p {
	font-family: 'Manrope';
	font-weight: 400;
	font-size: 18px;
	color: #444;
	line-height: 30px;
	margin: 1em 0;
	text-indent: 3ch;
}

.block-text-title b {} /* Настроить */

.block-text-title strong {
	font-family: 'Manrope';
	font-weight: 600;
	font-size: 18px;
	color: inherit;
} 

.block-text-title ul {
	font-family: 'Manrope';
	font-weight: 400;
	font-size: 16px;
	padding-left: 50px;
}

.block-text-title li {
	list-style-type: circle;
}
