|
@@ -13,6 +13,9 @@
|
|
@media(max-width: 891px){
|
|
@media(max-width: 891px){
|
|
font-size: 4rem;
|
|
font-size: 4rem;
|
|
}
|
|
}
|
|
|
|
+ @media(max-width: 520px){
|
|
|
|
+ font-size: 3rem;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
h5{
|
|
h5{
|
|
@@ -24,6 +27,10 @@
|
|
font-size: 4rem;
|
|
font-size: 4rem;
|
|
line-height: 0.9;
|
|
line-height: 0.9;
|
|
}
|
|
}
|
|
|
|
+ @media(max-width: 520px){
|
|
|
|
+ font-size: 3rem;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
.block-region-content{
|
|
.block-region-content{
|
|
@@ -45,7 +52,7 @@
|
|
.block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
|
|
.block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
|
|
grid-column: 1;
|
|
grid-column: 1;
|
|
grid-row: 2 /span 2;
|
|
grid-row: 2 /span 2;
|
|
- width: 85%;
|
|
|
|
|
|
+ width: 80%;
|
|
border: solid $yellow-puca 1px;
|
|
border: solid $yellow-puca 1px;
|
|
background-color: $white-button;
|
|
background-color: $white-button;
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
@@ -53,6 +60,7 @@
|
|
margin-right: 1rem;
|
|
margin-right: 1rem;
|
|
@media(max-width: 891px){
|
|
@media(max-width: 891px){
|
|
margin-bottom: 1rem;
|
|
margin-bottom: 1rem;
|
|
|
|
+ // margin: auto;
|
|
}
|
|
}
|
|
|
|
|
|
h2{
|
|
h2{
|
|
@@ -111,6 +119,9 @@
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
align-items: center;
|
|
@media(max-width: 891px){
|
|
@media(max-width: 891px){
|
|
|
|
+ width: 90%;
|
|
|
|
+ }
|
|
|
|
+ @media(max-width: 520px){
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
.field--type-file{
|
|
.field--type-file{
|
|
@@ -132,6 +143,9 @@
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
align-items: center;
|
|
@media(max-width: 891px){
|
|
@media(max-width: 891px){
|
|
|
|
+ width: 90%;
|
|
|
|
+ }
|
|
|
|
+ @media(max-width: 520px){
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
.field--type-file{
|
|
.field--type-file{
|