|
|
@ -92,10 +92,28 @@ a{ |
|
|
|
white-space: nowrap; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.breadcrumb{ |
|
|
|
|
|
|
|
padding: 15px 0px 40px; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
gap: 5px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
span, |
|
|
|
|
|
|
|
a{ |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
font-weight: 300; |
|
|
|
|
|
|
|
line-height: 16.8px; |
|
|
|
|
|
|
|
color: #878A90; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
span{ |
|
|
|
|
|
|
|
color: #000000; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Authors start */ |
|
|
|
/* Authors start */ |
|
|
|
.authors{ |
|
|
|
.authors{ |
|
|
|
padding: 40px 0px 100px; |
|
|
|
padding: 0px 0px 100px; |
|
|
|
} |
|
|
|
} |
|
|
|
.authors .authors_block{ |
|
|
|
.authors .authors_block{ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
@ -116,7 +134,7 @@ a{ |
|
|
|
.authors_block .authors_card{ |
|
|
|
.authors_block .authors_card{ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
gap: 25px; |
|
|
|
gap: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
.authors_card img{ |
|
|
|
.authors_card img{ |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
@ -127,13 +145,13 @@ a{ |
|
|
|
.authors_card h3{ |
|
|
|
.authors_card h3{ |
|
|
|
font-size: 32px; |
|
|
|
font-size: 32px; |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
line-height: 38.4px; |
|
|
|
line-height: 32px; |
|
|
|
color: #000000; |
|
|
|
color: #000000; |
|
|
|
} |
|
|
|
} |
|
|
|
.authors_card p{ |
|
|
|
.authors_card p{ |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
font-weight: 300; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 19.2px; |
|
|
|
line-height: 16px; |
|
|
|
color: #000000; |
|
|
|
color: #000000; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -173,7 +191,7 @@ a{ |
|
|
|
|
|
|
|
|
|
|
|
.authors_block .authors_items{ |
|
|
|
.authors_block .authors_items{ |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 31% 31% 31%; |
|
|
|
grid-template-columns: 32.2% 32.2% 32.2%; |
|
|
|
gap: 20px; |
|
|
|
gap: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
.authors_items .authors_item{ |
|
|
|
.authors_items .authors_item{ |
|
|
|