@import "styles/_mixins.scss";
@import "components/Sections/FAQ/styles.scss";
.faq-page {
&-title {
h1 {
margin: 50px 0 24px;
}
.body1 {
opacity: 0.6;
margin-bottom: 104px;
}
}
&-items {
margin-bottom: 44px;
width: 100%;
.body1 {
opacity: 0.6;
margin-bottom: 20px;
}
}
&__stills {
position: sticky;
top: 96px;
border-radius: 4px;
background-color: var(--Light-Grey);
padding: 11px 20px;
width: 100%;
.description2 {
margin-bottom: 8px;
}
.body2 {
opacity: 0.6;
margin-bottom: 24px;
}
.button-text {
display: flex;
cursor: pointer;
gap: 8px;
justify-content: center;
align-items: center;
color: var(--Blue-purple);
border-radius: 4px;
border: 1px solid rgba(85, 71, 235, 0.3);
height: 48px;
width: 100%;
}
}
}