add 2 sections

This commit is contained in:
2026-07-15 17:15:07 +03:00
parent 910921fb85
commit c0746de3fa
10 changed files with 268 additions and 65 deletions
+77
View File
@@ -0,0 +1,77 @@
.about {
&_title {
text-transform: uppercase;
font: {
size: 35px;
weight: 500;
}
margin-top: 60px;
margin-bottom: 14px;
color:#E9E9E9;
}
p {
font: {
size: 20px;
}
color: white;
padding-right: 40px;
}
&_image {
background: {
image: url(../assets/about/img.png);
size: cover;
position: center;
repeat: no-repeat;
}
height: 730px;
}
&_text {
font: {
size: 20px;
}
color: #7E7E7E;
}
button {
width: 100%;
border: 1px solid #D9D9D9;
border-radius: 4px;
background-color: #212121;
&:hover {
background-color: #D9D9D9;
}
color: #fff;
}
&-feature {
position: relative;
top: -200px;
margin-bottom: -200px;
&_title {
border-bottom: 1px solid #fff;
color: #fff;
font: {
size: 30px;
weight: 400;
}
grid-gap:0px;
span {
float: left;
font: {
size: 109px;
weight: 400;
}
}
.col {
display: inline-block;
vertical-align: middle;
}
}
&_text {
margin-top: 34px;
color: #7E7E7E;
font: {
size: 18px;
weight: 500;
}
}
}
}