.research-section {background: #f8f8f8;text-align: center;}.research-section .heading {font-size: 40px;font-weight: 700;margin-bottom: 16px;color: #212121;line-height: 1;}.research-section .subheading {font-size: 16px;color: #000;max-width: 780px;margin: 0 auto 48px;line-height: 1.5;}.research-section .cards-wrapper {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 28px;padding: 0 10px;}.research-section .card {background: #fff;border-radius: 12px;padding: 40px 24px 32px;box-shadow: #ddd 0 0 10px;border: 1px solid #d2d2d2;}.research-section .icon-container {height: 90px;display: flex;align-items: center;justify-content: center;margin-bottom: 24px;}.research-section .icon {width: 80px;height: 80px;}.research-section .card-title {font-size: 18px;font-weight: 700;margin-bottom: 12px;color: #212529;}.research-section .card-subtitle {font-size:16px;color: #757575;margin-bottom: 28px;min-height: 48px;}.research-section .btn-explore {display: inline-block;padding: 5px 24px;background: #f58220;color: white;font-weight: 600;border-radius: 40px;text-decoration: none;font-size: 14px;border: none;cursor: pointer;text-transform: uppercase;}.research-section .btn-explore:hover {background: #043B72;}@media (max-width: 768px) {.research-section .heading {font-size: 1.8rem;}.research-section .subheading {font-size: 1.05rem;}.research-section .card {padding: 36px 20px 28px;}.research-section .icon {width: 70px;height: 70px;}}@media (max-width: 480px) {.research-section {padding: 50px 15px;}.research-section .heading {font-size: 1.65rem;}.research-section .btn-explore {padding: 11px 28px;font-size: 0.95rem;}}