.pdf-card-grid{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:0;gap:36px;height:320px;flex:none;order:1;align-self:stretch;flex-grow:0;margin:25px}
@media screen and (max-width:1024px){.pdf-card-grid{display:grid;grid-template-columns:repeat(2,1fr);height:auto}
.pdf-card{width:290px}
}
@media screen and (max-width:450px){.pdf-card-grid{display:grid;grid-template-columns:repeat(1,1fr);height:auto}
}
.pdf-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:0;width:335px;height:320px;background:#fff;border:1px solid #e5e7e9;border-radius:3px;flex:none;order:0;flex-grow:0}
.pdf-img a{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 20px 0 0;width:auto;height:222px;background:#fafbfb;flex:none;order:0;align-self:stretch;flex-grow:1}
.pdf-thumbnail{width:163px;height:210px;background:url(site/css/image.png);filter:drop-shadow(3px 2px 4px rgba(0,0,0,0.1));flex:none;order:1;flex-grow:0}
.pdf-card-title{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:4px;width:auto;height:98px;flex:none;order:1;align-self:stretch;flex-grow:0}
.pdf-title{width:287px;height:50px;font-family:"Poppins";font-style:normal;font-weight:700;font-size:16px;line-height:24px;font-feature-settings:"tnum" on,"lnum" on;color:#0e0f10;flex:none;order:0;align-self:stretch;flex-grow:0}
.pdf-img{display:flex;flex-direction:column;align-items:flex-start;padding:0;width:auto;height:222px;flex:none;order:0;align-self:stretch;flex-grow:1}
#technical-charts-title{height:46px;font-family:"Roboto";font-style:normal;font-weight:700;font-size:31px;line-height:46px;text-align:center;font-feature-settings:"tnum" on,"lnum" on;color:#212429;flex:none;order:0;align-self:stretch;flex-grow:0;margin-top:50px;margin-bottom:25px}