This commit is contained in:
SBD
2023-11-29 12:10:18 +03:00
parent 199a119fe9
commit 98b4e5fbf6
4 changed files with 71 additions and 18 deletions

View File

@@ -75,6 +75,24 @@ body,html{
padding-right: 90px;
}
.description_page{
margin-top: 60px;
display: block;
font-size: 24px;
font-weight: 500;
color: #000000;
}
.title_page{
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
color: #000000;
margin-top: 10px;
display: block;
margin-bottom: 60px;
}
.standart_txt{
color: #ffffff;
/*font-family: Spline Sans;*/
@@ -800,4 +818,35 @@ body,html{
.list_characters_widget_how_dev > li{
color: #000000;
text-transform: unset;
}
/*block present technology*/
.txt_block_present_technology{
width: 100%;
display: block;
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
}
.content_block_present_technology{
width: calc(100% - 170px);
margin-left: 170px;
text-align: -webkit-right;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.left_part_block_present_technology{
width: calc(100% - 230px);
}
.right_part_block_present_technology{
width: 130px;
}
.img_block_present_technology{
width: 130px;
}