/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2025 | 11:10:36 */
body #page-container .et_pb_section a.et_pb_button.et_pb_button_0_tb_header.buttoncust.et_pb_bg_layout_light {
    color: transparent !important;
    padding: 7px 4px 7px 35px !important;
}
.headerop .et_pb_column.et_pb_column_1_5 {
    margin-right: 0.2%;
}
.headerop .et_pb_column.et_pb_column_3_5 {
    margin-right: 0px !important;
    width: 70%;
}
.headerop  .et_pb_column.et_pb_column_1_5.et_pb_column_2_tb_header.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    width: 20%;
}
.et_pb_column.et_pb_column_1_5.et_pb_column_1_tb_header.et_pb_css_mix_blend_mode_passthrough {
    width: 10%;
}

/* ---*/
.download-pdfs-wrapper{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:45px;
}
.download-pdfs-wrapper > div{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.download-pdfs-wrapper > div h4{
  font-weight:800;
  letter-spacing:-0.02em;
  margin-bottom:12px;
  color:#888;
  max-width:270px;
}
.download-pdfs-wrapper > div a{
  background:#0813D0;
  color:#fff!important;
  padding:12px 30px;
  border-radius:5px;
  font-weight:300;
  text-transform:uppercase;
  font-size:14px;
}
@media(max-width:767px){
  .download-pdfs-wrapper{
    grid-template-columns:1fr;
  }
	|