.actions {max-width: 120rem;margin: 0 auto;padding: 5.5rem 0 7rem; } .actions > .container {max-width: 77.625rem; } .actions-title {margin: 0 0 0.5625rem;color: var(--black);font-size: 3rem;font-weight: 800;line-height: 1.25;text-align: center;letter-spacing: 0; } .actions-header {max-width: 40.4375rem;margin: 0 auto 4.5625rem;color: rgba(0, 0, 0, 0.6);font-size: 1.25rem;font-weight: 400;line-height: 1.25;text-align: center; } .actions-grid {display: grid;grid-template-columns: repeat(3, minmax(0, 25.625rem));align-items: stretch;justify-content: center;gap: 0.25rem; } .actions-column, .actions-brand {min-height: 30.875rem;overflow: hidden;border-radius: 0.5rem;background: var(--white); } .actions-column {display: flex;flex-direction: column;box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.06); } .actions-column-title {margin: 0;padding: 1.875rem 1.625rem 2.1875rem;color: var(--black);font-size: 1.5rem;font-weight: 700;line-height: 1.3; } .actions-list {flex: 1 1 auto;padding: 0 1.625rem; } .actions-item {display: flex;align-items: center;gap: 0.9375rem;min-height: 3.25rem;color: inherit;text-decoration: none; } .actions-item + .actions-item {margin-top: 1.5625rem;padding-top: 1.5rem;border-top: 0.0625rem solid rgba(0, 0, 0, 0.12); } .actions-item:hover, .actions-item:focus {color: inherit;text-decoration: none; } .actions-item:hover .actions-item-title, .actions-item:focus .actions-item-title {color: var(--primary); } .actions-item-image {flex: 0 0 3.875rem;width: 3.875rem;height: 3.875rem;overflow: hidden;border-radius: 50%;background: rgba(2, 64, 121, 0.08); } .actions-item-image .img-fluid {width: 100%;height: 100%;object-fit: cover; } .actions-item-body {display: block;min-width: 0; } .actions-item-title, .actions-item-text {display: block; } .actions-item-title {color: var(--black);font-size: 1rem;font-weight: 700;line-height: 1.55;transition: color 0.2s ease; } .actions-item-text {margin-top: 0.25rem;color: rgba(0, 0, 0, 0.55);font-size: 0.875rem;line-height: 1.42; } .actions-column .btn {align-self: stretch;margin: 1.875rem 1.625rem 2rem; } .actions-brand {display: flex;flex-direction: column;box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.04); } .actions-logo {display: flex;align-items: center;justify-content: center;min-height: 6.4375rem;padding: 1.5rem;background: var(--white); } .actions-logo .img-fluid {max-width: 15.625rem;max-height: 3.25rem;object-fit: contain; } .actions-image {flex: 1 1 auto;min-height: 24.1875rem;background: rgba(2, 64, 121, 0.06); } .actions-image .img-fluid {width: 100%;height: 100%;object-fit: cover; } @media (max-width: 1219.98px) {.actions-title {margin-bottom: 0.5625rem;}.actions-header {margin-bottom: 3.625rem;}.actions-grid {grid-template-columns: repeat(2, minmax(0, 25.625rem));gap: 1.25rem;}.actions-brand {grid-column: 1/-1;grid-row: 2;min-height: 22.5rem;}.actions-image {min-height: 16.0625rem;} } @media (max-width: 991.98px) {.actions {padding: 3.5rem 0 4rem;}.actions-title {margin-bottom: 0.5625rem;font-size: 2.375rem;}.actions-header {margin-bottom: 2.25rem;font-size: 1.125rem;}.actions-grid {grid-template-columns: minmax(0, 100%);gap: 1.125rem;}.actions-brand {grid-column: auto;grid-row: auto;}.actions-column,.actions-brand {min-height: auto;}.actions-column-title {padding-bottom: 1.75rem;}.actions-list {padding-bottom: 0.25rem;}.actions-column .btn {margin-top: 1.625rem;} } 