.lead,
.is-style-lead {
line-height: 1.4;
font-family: "Teko", sans-serif;
font-size: 22px;
font-size: 1.5rem;
font-weight: 400;
}
@media (min-width: 992px) {
.lead,
.is-style-lead {
font-size: 24px;
}
}.wp-block-details {
margin-bottom: 20px;
padding: 0 30px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 20px 0px rgba(33,2,98,0.0509803922);
box-shadow: 0px 2px 20px 0px rgba(33,2,98,0.0509803922);
border-radius: 20px;
}
.wp-block-details summary {
padding: 30px 0;
font-size: 1.1rem;
font-weight: bold;
color: #210262;
cursor: pointer;
}
.wp-block-details summary::marker,
.wp-block-details summary::-webkit-details-marker {
display: none !important;
content: none !important;
}
.wp-block-details summary::before {
display: inline-block;
vertical-align: middle;
content: '';
width: 25px;
height: 25px;
margin-right: 10px;
background-image: url(https://profinder.fi/wp-content/themes/Digitaali/images/icon-arrow-up.svg);
background-size: contain;
background-repeat: no-repeat;
transition: transform 0.3s ease;
}
.wp-block-details[open] summary {
border-bottom: 1px solid #ddd;
}
.wp-block-details[open] summary::before { 
transform: rotate(180deg);
}
.wp-block-details summary + * {
margin-top: 30px;
}
.wp-block-details > :last-child {
margin-bottom: 50px;
}
@media (min-width: 500px) {
.wp-block-details summary + * {
margin-top: 40px;
}
.wp-block-details > :last-child {
margin-bottom: 50px;
}
.wp-block-details summary ~ * {
margin-left: 30px;
margin-right: 30px;
}
}