<body style="margin: 0; font-family: 'Arial', sans-serif;">
<div style="display: flex; width: 100%;">
<div style="background: #4158D0; flex: 1; height: 60px;"></div>
<div style="background: #C850C0; flex: 1; height: 60px;"></div>
<div style="background: #FFCC70; flex: 1; height: 60px;"></div>
</div>
<div style="background: #f0f0f0; width: 100%; height: 60px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #000; font-size: 24px; text-shadow: 2px 2px 4px black; color: white; letter-spacing: 5px;">
СЛАЙДЕР
</div>
<div style="padding: 20px;">
<p style="text-align: center; color: green; font-size: 30px; text-decoration: none; font-weight: 800;">Услуги</p>
<div style="display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px;">
<div style="border: 2px solid #000; flex: 1; height: 300px; padding: 10px; font-style: italic; text-indent: 25px;">
Здесь какой-то текст про услуги, который начинается с красной строки благодаря свойству text-indent.
</div>
<div style="border: 2px solid #000; flex: 1; height: 300px; padding: 10px; font-weight: bold;">
Этот текст очень жирный (font-weight: bold).
</div>
<div style="border: 2px solid #000; flex: 1; height: 300px; padding: 10px; text-align: right;">
Текст выровнен по правому краю (text-align: right).
</div>
</div>
<div style="display: flex; justify-content: space-between; gap: 20px;">
<div style="border: 2px solid #000; flex: 1; height: 300px;"></div>
<div style="border: 2px solid #000; flex: 1; height: 300px;"></div>
<div style="border: 2px solid #000; flex: 1; height: 300px;"></div>
</div>
<p style="text-align: left; margin-top: 30px; font-size: 20px; letter-spacing: 2px;"><b>ПАРТНЕРЫ</b></p>
<div style="display: flex; justify-content: space-between; align-items: center; gap: 15px; padding-bottom: 20px;">
<img src="assets/img/1.webp" alt="1" style="border: 1px solid #000; width: 18%; height: auto; min-height: 80px;">
<img src="assets/img/2.webp" alt="2" style="border: 1px solid #000; width: 18%; height: auto; min-height: 80px;">
<img src="assets/img/3.webp" alt="3" style="border: 1px solid #000; width: 18%; height: auto; min-height: 80px;">
<img src="assets/img/4.webp" alt="4" style="border: 1px solid #000; width: 18%; height: auto; min-height: 80px;">
<img src="assets/img/5.webp" alt="5" style="border: 1px solid #000; width: 18%; height: auto; min-height: 80px;">
</div>
</div>
</body>