This commit is contained in:
SBD
2023-11-27 12:57:56 +03:00
parent b0a56e40e6
commit 838313ea02
4 changed files with 40 additions and 5 deletions

View File

@@ -104,6 +104,15 @@ body,html{
line-height: normal;
}
.semi_large_light{
color: #000000;
font-family: -apple-system, 'Raleway-Regular', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.medium_txt{
color: #000000;
font-family: -apple-system, 'Raleway-Regular', sans-serif;
@@ -233,13 +242,20 @@ body,html{
}
.left_part_service{
width: 30%;
width: 60px;
float: left;
}
.service_img{
object-fit: cover;
width: 60px;
height: 60px;
}
.right_part_service{
width: 65%;
width: calc(100% - 80px);
float: right;
padding-left: 20px;
}
.right_part_service.w_100{