.elementor-kit-1789{--e-global-color-primary:#213D7C;--e-global-color-secondary:#5A595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-color-873e774:#FFFFFF;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;background-color:#5A595F;font-size:1.2rem;}.elementor-kit-1789 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1789 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cohtgw_frontend_attachments {
    display: grid;
    gap: 2rem;
}
@media screen and (min-width: 768px) {
    .cohtgw_frontend_attachments {
        grid-template-columns: 1fr 1fr;
    }
}

.cohtgw_frontend_attachment {
    background: rgba(0,0,0,.1);
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: 1rem;
}


.cohtgw_frontend_attachment_title {
    padding: 0 !important;
    margin: 0 !important;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
}
.cohtgw_frontend_attachment_text {
    flex-grow: 1;
    flex-direction: column;
    gap: 1rem;
}
.cohtgw_frontend_attachment_format a.button {
    background: var(--e-global-color-primary);
    color: #fff;
    font-family: var(--e-global-typography-primary-font-family);
    padding: .5rem 1rem;
    border-radius: .25rem;
}
.cohtgw_frontend_attachment_icon{
    display: flex;
    justify-content: center;

}
.cohtgw_frontend_attachment_format{
    display: flex;
    align-items: center;
    max-width: 85%;
    padding: 1rem;
    
}/* End custom CSS */