| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .section {
- padding: 80px 0;
- }
- .section-title {
- margin-bottom: 70px;
- h2 {
- text-transform: uppercase;
- font-size: 28px;
- font-weight: 600;
- }
- p {
- color: #666;
- }
- }
- amp-accordion {
- .question {
- padding:15px;
- font-weight: 600;
- }
- .fa-angle-down {
- font-size: 24px;
- padding-right: 10px;
- }
- div {
- padding:15px;
- }
- div {
- .start {
- padding-top: 20px;
- }
- }
- }
- .title-size {
- font-size: 1.1rem;
- padding-bottom: 5px;
- }
- .brand-color {
- color: #78AD42;
- }
- .reservation {
- position: fixed;
- bottom: 25px;
- right: 15px;
- }
|