This commit is contained in:
2023-11-24 16:09:38 +03:00
parent 176c84cf2d
commit 55eff16b9c
6 changed files with 54 additions and 26 deletions

View File

@@ -137,6 +137,7 @@ legend {
html, body{
height: 100%;
scroll-behavior: smooth;
}
.wrapper_content {
@@ -2087,7 +2088,7 @@ button#more_button{
}
.mid_block_static>.text_wrapper>span{
display: block;
width: 50%;
width: 55%;
padding-bottom: 20px;
}
.benefit_img{
@@ -2240,13 +2241,16 @@ button#more_button{
font-weight: 600;
line-height: 26px;
color: rgba(39, 36, 36, 0.60);
margin-left: 5px;
}
.benefit_img_item{
width: 30%
width: 30%;
text-align: center;
}
@@ -2300,8 +2304,8 @@ button#more_button{
border-radius: 10px;
border: 1px solid #FF613A;
width: 100%;
height: 130px;
min-width: 65px;
min-height: 130px;
padding: 10px 0 0 10px;
max-width: 100%;
min-width: 100%;