.product-attachment-container {
    margin-top: 4px;
    margin-bottom: 7px;
    padding: 7px;
    display: flex;
    flex-direction: column;
}

.product-attachment-container .head {
    padding-bottom: 4px;
}

.downloads-item {
    margin-top: 0px;   
}
.downloads-item .item-inner{
    display: flex;    
    gap: 24px;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D8D9DF;
}
.downloads-item .item-title{
    max-width: 222px;
    width: 100%;
    color: #002242;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
}
.downloads-item .content {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #002242;
    background: #F7F7F8;

    color: #002242;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
 }
.downloads-item .item-icon, .downloads-item .item-link, .downloads-item .item-info {
    display: inline-block;
}

.product-attachment-container .downloads-item .item-icon {
    width: 20px;
    height: 16px;
    padding-top: 0px;
}

.product-attachment-container .downloads-item .item-description {
    padding-left: 25px;
}

.product-attachment-container .section-title {
    font-weight: bold;
}

.product-attachment-container .section-files {
    padding: 0 0 10px 10px;
}

.product-attachment-container span {
    padding-left: 5px;
    color: #EF5E2C;
    font-style: italic;
}

.product-attachment-container .block-title {
    margin-bottom: 20px;
}

.product-attachment-container .block-title strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
