section.gt-block.files {
background: #f2f9fc;
}
section.gt-block.files .files__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(6rem, 8vw, 10rem) 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(3rem, 8vw, 8rem);
-ms-flex-item-align: stretch;
align-self: stretch;
}
section.gt-block.files .files__content-downloads {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: clamp(3rem, 6vw, 6rem);
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
section.gt-block.files .files__content-downloads .btn__secondary {
gap: 1.5rem;
}
section.gt-block.files .files__content-downloads .btn__secondary .btn__icon svg {
width: 100%;
max-width: 3rem;
height: 2.5rem;
}