TRI-283: add benefits animate about

This commit is contained in:
2024-11-15 21:00:27 +03:00
parent ad25cc67ec
commit f58038ab90
14 changed files with 264 additions and 23 deletions

View File

@@ -27,17 +27,23 @@
--color-primary: #FF613A;
--color-white: #FFFFFF;
--color-black: #000000;
--color-black2: #272424;
--color-grey: #F1F1F1;
--color-grey2: #7A7979;
--color-orange: #FF613A;
--box-shadow-primary: -1px 4px 10px 0 rgba(198, 199, 203, 0.20),
0 -1px 10px 0 rgba(198, 199, 203, 0.20);
text-align: center;
color: var(--color-black2);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
h1, .title {
@@ -68,6 +74,10 @@ p {
margin-bottom: 20px;
}
b {
font-weight: 500;
}
.btn {
display: inline-flex;
@@ -99,6 +109,7 @@ p {
.subtitle {
margin-bottom: 81px;
line-height: 22px;
}
.hide {