This commit is contained in:
SBD
2023-12-09 14:54:28 +03:00
parent cfd649b21b
commit 0ce1b0986d
4 changed files with 48 additions and 5 deletions

View File

@@ -331,7 +331,7 @@ body.n_scroll{
margin: auto;
display: flex;
width: 95%;
flex-wrap: unset;
flex-wrap: wrap;
}
.block_service.two_cols{
@@ -1131,4 +1131,25 @@ body.n_scroll{
object-fit: scale-down;
object-position: top;
max-height: 50vh;
}
/* project request*/
.first_title_project_request{
width: 100%;
text-align: left;
font-weight: 400;
font-size: 20px;
margin-bottom: 40px;
}
.second_title_project_request{
font-size: 24px;
font-weight: 600;
width: 100%;
text-align: center;
}
.form_project_request{
margin-top: 40px;
}