This commit is contained in:
SBD
2023-11-28 17:27:23 +03:00
parent 395d3af968
commit 174c6847cf
4 changed files with 107 additions and 6 deletions

View File

@@ -728,3 +728,68 @@ body,html{
padding-bottom: 5px;
}
/* how dev*/
.block_how_dev{
width: 100%;
}
.block_how_dev_title{
width: 100%;
text-align: center;
margin-bottom: 50px;
}
.how_dev_container_widgets{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.how_dev_widget{
width: calc(25% - 25px);
margin-right: 25px;
margin-bottom: 100px;
}
.how_dev_widget_description{
width: 90%;
font-weight: 400;
font-size: 16px;
color: #000000;
margin-top: 15px;
margin-bottom: 25px;
text-transform: unset;
}
.img_how_arrow{
width: 35px;
}
.how_dev_arrow_container{
width: 35px;
height: 35px;
}
.how_dev_widget_txt{
width: calc(100% - 55px);
margin-right: 20px;
}
.first_line_widget_how_dev{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.widget_how_dev_characters{
width: 100%;
}
.widget_how_dev_characters_title{
font-weight: 700;
color: #000000;
}
.list_characters_widget_how_dev > li{
color: #000000;
}