This commit is contained in:
SBD
2023-12-08 18:07:54 +03:00
parent 413233cc16
commit 5bf743c98a
4 changed files with 77 additions and 13 deletions

View File

@@ -1057,4 +1057,58 @@ body.n_scroll{
.description_slide{
overflow-wrap: break-word;
}
/* presentation aerBim*/
.container_block_presentation_aerBim{
width: 100%;
display: block;
}
.w_one_present{
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 100px;
}
.w_one_present.odd{
flex-direction: row-reverse;
}
.w_one_present.even{
flex-direction: row;
}
.txt_part_w_one_present{
width: 45%;
}
.w_one_present.even .txt_part_w_one_present{
margin-right: 5%;
}
.w_one_present.odd .txt_part_w_one_present{
margin-left: 5%;
}
.title_w_one_present{
color: #000000;
text-transform: uppercase;
font-size: 36px;
font-weight: 600;
}
.splinner_w_one_present{
height: 1px;
margin: 30px 0;
width: 50%;
background: #9CDDF7;
}
.description_w_one_present{
color: #000000;
font-size: 16px;
font-weight: 400;
}
.img_container_part_w_one_present{
width: 50%;
}