Помогите пожалуйста закрыть задание, я не понимаю, как правильно его выполнить, буду рад каждой идее
body {
width: 380px;
margin: 0;
padding: 0 10px;
font-family: ‘Times New Roman’, ‘Arial’, serif;
color: #242b24;
}
h1 {
color: #966939;
font-size: 60px;
line-height: 60px;
margin-bottom: 50px;
font-weight: normal;
}
h2 {
color: #966939;
font-size: 40px;
line-height: 40px;
padding-bottom: 5px;
margin-top: 33px;
font-weight: normal;
}
h3 {
color: #966939;
font-size: 25px;
line-height: 32px;
font-weight: normal;
margin-top:-4px;
margin-bottom:29px;
}
p {
font-size: 15px;
line-height: 20px;
font-family: ‘Arial’;
margin-bottom: 15px;
color: #2d451e;
}
ul {
padding: 10px;
font-size: 15px;
line-height: 15px;
font-family: ‘Arial’;
background-color: #d8d8d544;
background-image: url(‘img/challenge-8.svg’);
background-size: 60px;
background-position: right bottom;
list-style-type: none;
margin-bottom: 33px;
}
li {
margin-bottom: 8px;
position: relative;
color:#2d451e;
}
li:before {
content: “•”;
color: #2d451e;
position: absolute;
left: -16px;
font-weight: bold;
font-size: 20px;
}
b {
color: #242b24;
font-weight: bold;
}
i {
color: #242b24;
font-style: italic;
margin-top:-10px;
}