This commit is contained in:
SBD
2023-11-28 16:38:01 +03:00
parent ba1d796e88
commit d567866dba
5 changed files with 51 additions and 5 deletions

View File

@@ -290,6 +290,11 @@ body,html{
margin: 80px 25px;
display: flex;
width: calc(100% - 50px);
flex-wrap: unset;
}
.block_service.two_cols{
flex-wrap: wrap;
}
.service_block_container{
@@ -297,6 +302,12 @@ body,html{
margin-right: 70px;
}
.service_block_container.two_cols{
width: calc(50% - 70px);
margin-right: 70px;
margin-bottom: 25px;
}
.childs_service_container{
border-left: 1px solid #9CDDF7;
padding-left: 20px;
@@ -323,6 +334,11 @@ body,html{
float: right;
padding-left: 20px;
font-weight: 700;
color: #000000;
}
.right_part_service.two_cols{
font-weight: 500;
}
.right_part_service.child{