7 lines
114 B
CSS
7 lines
114 B
CSS
.questions-container-block {
|
|
@apply pb-12;
|
|
&__title {
|
|
@apply font-bold !text-black !text-4xl;
|
|
}
|
|
}
|