
.section-brochures {
    padding: 80px 0;
}

.container-brochures {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
    max-width: 1140px;
    margin: auto;
}

.brochures-item {
    width: 364px;
    border: 1px solid #E4E4E6;
    border-radius: 12px;
    overflow: hidden;
    height: inherit;
    display: flex;
    flex-direction: column;
}

.brochures-img-container img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 364 / 140;
    border-radius: 12px;
    width: 100%;
}

.brochures-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.brochures-item-download button {
    border: 2px solid #066BFC;
    background: none;
    border-radius: 100px;
    padding: 10px 34px;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #066BFC;
}

.brochures-item-download a {
    height: fit-content;
    width: fit-content;
    display: block;
}

.brochures-item-download svg {
    margin-left: 8px;
}

.brochures-item-title {
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 40px;
    color: #21272D;
}

@media (min-width: 601px) and (max-width: 1200px) {
    .banner-title {
        text-align: center!important;
    }

    .banner-subtitle {
        text-align: center!important;
    }

    .section-brochures {
        padding: 80px 60px;
    }
    
    .container-brochures {
        display: flex;
        flex-wrap: wrap;
        gap: 60px 24px;
    }
    
    .brochures-item {
        width: calc((100% - 24px) / 2);
        border: 1px solid #E4E4E6;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .brochures-img-container img {
        object-fit: cover;
        object-position: center;
        aspect-ratio: 300 / 140;
        border-radius: 12px;
        width: 100%;
    }
    
    .brochures-content {
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .brochures-item-download button {
        border: 2px solid #066BFC;
        background: none;
        border-radius: 100px;
        padding: 10px 34px;
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #066BFC;
    }
    
    .brochures-item-download svg {
        margin-left: 8px;
    }
    
    .brochures-item-title {
        font-family: Noto Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: #21272D;
    }
}

@media (max-width: 600px) {
    .banner-title {
        text-align: center!important;
    }

    .banner-subtitle {
        text-align: center!important;
    }

    .section-brochures {
        padding: 40px 16px;
    }
    
    .container-brochures {
        display: flex;
        flex-wrap: wrap;
        row-gap: 24px;
    }
    
    .brochures-item {
        width: 100%;
        border: 1px solid #E4E4E6;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .brochures-img-container img {
        object-fit: cover;
        object-position: center;
        aspect-ratio: 354 / 140;
        border-radius: 12px;
        width: 100%;
    }
    
    .brochures-content {
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .brochures-item-download button {
        border: 2px solid #066BFC;
        background: none;
        border-radius: 100px;
        padding: 6px 22px;
        font-family: Noto Sans;
        font-size: 14px;
        font-weight: 600;
        line-height: 19.6px;
        text-align: center;
        color: #066BFC;
    }
    
    .brochures-item-download svg {
        margin-left: 8px;
        width: 16px;
        height: 16px;
    }
    
    .brochures-item-title {
        font-family: Noto Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: #21272D;
    }
}