You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
747 B
43 lines
747 B
.panel {
|
|
margin-top: 59px;
|
|
|
|
text-align: center;
|
|
|
|
color: #131720;
|
|
|
|
h2 {
|
|
font-size: bq(36);
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.panel__desc {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
.panel__desc__word {
|
|
font-size: bq(18);
|
|
position: relative;
|
|
|
|
&::before {
|
|
content: "";
|
|
position: absolute;
|
|
left: -75%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: bq(83);
|
|
height: 1px;
|
|
background-color: #b5b5b5;
|
|
}
|
|
&::after {
|
|
content: "";
|
|
position: absolute;
|
|
right: -75%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: bq(83);
|
|
height: 1px;
|
|
background-color: #b5b5b5;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|