CSS
- 2 ответа
- 0 вопросов
2
Вклад в тег
.wrapper-1{
display: flex;
justify-content:space-between;
padding-top: 98px;
}
.safity,
.ref,
.support{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.safity-img{
left: 300px;
}
.safity-p{
font-family: 'Rubik';
font-size: 18px;
font-weight: 400;
line-height: 30px;
}
.ref-h2{
margin-bottom: 10px;
}
.ref-p{
font-family: 'Rubik';
font-size: 18px;
font-weight: 400;
line-height: 30px;
}
.support-p{
font-family: 'Rubik';
font-size: 18px;
font-weight: 400;
line-height: 30px;
}