| @@ -306,10 +306,8 @@ | ||
| 306 | 306 | /* Pro Features List */ |
| 307 | 307 | .frm-pro-features-list { |
| 308 | 308 | padding: var(--gap-xl) var(--gap-2xl); |
| 309 | 309 | position: relative; |
| 310 | - display: flex; | |
| 311 | - gap: var(--gap-2xl); | |
| 312 | 310 | } |
| 313 | 311 | |
| 314 | 312 | .frm-pro-features-list:before { |
| 315 | 313 | content: ''; |
| @@ -322,17 +320,13 @@ | ||
| 322 | 320 | border-top-right-radius: var(--small-radius); |
| 323 | 321 | border-top-left-radius: var(--small-radius); |
| 324 | 322 | } |
| 325 | 323 | |
| 326 | -.frm-pro-features-list-left { | |
| 327 | - flex: 0 0 55%; | |
| 328 | -} | |
| 329 | - | |
| 330 | -.frm-pro-features-list h2 { | |
| 331 | - font-size: 24px !important; | |
| 332 | - font-weight: 600 !important; | |
| 324 | +.frm_wrap .frm-dashboard-container .frm-pro-features-list h2 { | |
| 325 | + font-size: 24px; | |
| 326 | + font-weight: 600; | |
| 333 | 327 | max-width: 382px; |
| 334 | - margin-bottom: var(--gap-md) !important; | |
| 328 | + margin-bottom: var(--gap-md); | |
| 335 | 329 | } |
| 336 | 330 | |
| 337 | 331 | .frm-pro-features-list ul { |
| 338 | 332 | padding: 0; |
| @@ -342,71 +336,8 @@ | ||
| 342 | 336 | .frm-pro-features-list li { |
| 343 | 337 | display: flex; |
| 344 | 338 | align-items: center; |
| 345 | 339 | gap: var(--gap-xs); |
| 346 | -} | |
| 347 | - | |
| 348 | -.frm-testimonial { | |
| 349 | - border-radius: 16px; | |
| 350 | - border: 1px solid #EAECF0; | |
| 351 | - position: relative; | |
| 352 | - padding: 24px; | |
| 353 | -} | |
| 354 | - | |
| 355 | -.frm-testimonial:before { | |
| 356 | - content: ''; | |
| 357 | - display: block; | |
| 358 | - height: 12px; | |
| 359 | - width: calc(100% - 30px); | |
| 360 | - border-radius: 0 0 12px 12px; | |
| 361 | - border: 1px solid #EAECF0; | |
| 362 | - border-top: 0; | |
| 363 | - position: absolute; | |
| 364 | - left: 15px; | |
| 365 | - bottom: -13px; | |
| 366 | -} | |
| 367 | - | |
| 368 | -.frm-testimonial__content { | |
| 369 | - font-size: 16px; | |
| 370 | - line-height: 1.625; | |
| 371 | - margin-bottom: 24px; | |
| 372 | -} | |
| 373 | - | |
| 374 | -.frm-testimonial__author { | |
| 375 | - font-weight: 600; | |
| 376 | - font-size: 18px; | |
| 377 | - margin-bottom: 3px; | |
| 378 | -} | |
| 379 | - | |
| 380 | -.frm-testimonial__rating svg { | |
| 381 | - height: 18px; | |
| 382 | - width: 18px; | |
| 383 | -} | |
| 384 | - | |
| 385 | -.frm-testimonial__guarantee-icon img { | |
| 386 | - position: absolute; | |
| 387 | - bottom: -15px; | |
| 388 | - right: -27px; | |
| 389 | - height: 110px; | |
| 390 | - width: 110px; | |
| 391 | -} | |
| 392 | - | |
| 393 | -@media (max-width: 1280px) { | |
| 394 | - .frm-pro-features-list { | |
| 395 | - padding-left: var(--gap-lg); | |
| 396 | - padding-right: var(--gap-lg); | |
| 397 | - gap: var(--gap-lg); | |
| 398 | - } | |
| 399 | -} | |
| 400 | - | |
| 401 | -@media (max-width: 1025px) { | |
| 402 | - .frm-pro-features-list { | |
| 403 | - flex-direction: column; | |
| 404 | - } | |
| 405 | - | |
| 406 | - .frm-testimonial__guarantee-icon svg { | |
| 407 | - right: -10px; | |
| 408 | - } | |
| 409 | 340 | } |
| 410 | 341 | /* END Pro Features List */ |
| 411 | 342 | |
| 412 | 343 | /* Inbox */ |