a:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}




@media (max-width: 1440px) {
    .container {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}


@media (max-width: 1200px) {
    .container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    
    .container > div:first-of-type {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}


@media (max-width: 992px) {
    
    .container > div:first-of-type {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    .container > div:first-of-type > div {
        padding: 28px !important;
    }
    
    .container > div:nth-of-type(2) {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}


@media (max-width: 768px) {
    section {
        padding: 50px 0 !important;
    }
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    section h1 {
        font-size: 32px !important;
        margin-bottom: 40px !important;
    }
    
    .container > div:first-of-type {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-bottom: 40px !important;
    }
    .container > div:first-of-type > div {
        padding: 24px !important;
    }
    .container > div:first-of-type > div h3 {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }
    
    .container > div:nth-of-type(2) {
        gap: 24px !important;
        margin-bottom: 40px !important;
    }
    .container > div:nth-of-type(2) > div:first-child {
        padding: 28px !important;
    }
    .container > div:nth-of-type(2) > div:first-child h3 {
        font-size: 20px !important;
    }
    .container > div:nth-of-type(2) > div:last-child {
        height: 300px !important;
    }
    
    .container > div:nth-of-type(3) {
        padding: 40px 24px !important;
    }
    .container > div:nth-of-type(3) h2 {
        font-size: 28px !important;
        margin-bottom: 12px !important;
    }
    .container > div:nth-of-type(3) p {
        font-size: 16px !important;
        margin-bottom: 28px !important;
    }
    .container > div:nth-of-type(3) > div:last-child {
        flex-direction: column !important;
        gap: 12px !important;
    }
    .container > div:nth-of-type(3) > div:last-child a {
        min-width: auto !important;
        width: 100% !important;
        padding: 14px 24px !important;
    }
    
    .container > div:last-child {
        padding: 40px 24px !important;
        margin-top: 40px !important;
    }
    .container > div:last-child h2 {
        font-size: 28px !important;
    }
    .container > div:last-child p {
        font-size: 16px !important;
    }
}


@media (max-width: 576px) {
    section h1 {
        font-size: 28px !important;
    }
    .container > div:first-of-type > div h3 {
        font-size: 18px !important;
    }
    .container > div:nth-of-type(3) h2,
    .container > div:last-child h2 {
        font-size: 24px !important;
    }
}


@media (max-width: 480px) {
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    section h1 {
        font-size: 24px !important;
    }
    .container > div:first-of-type > div {
        padding: 20px !important;
    }
    .container > div:nth-of-type(2) > div:last-child {
        height: 250px !important;
    }
}
