/** Shopify CDN: Minification failed

Line 152:1 Expected "}" to go with "{"

**/
.ch-downloadable-tools_main{
    margin:0 0 64px;
}
.ch-downloadable-tools_wrapper{
    padding:0 24px;
}
.ch-downloadable-tools_header{
    margin: 0 0 28px;
}
.ch-downloadable-tools_header h2{
    color: #383C37;
    font-family: "Cormorant Garamond";
    font-size: 36px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.36px;
    margin: 0 0 8px;
    max-width: 280px;
}
.ch-downloadable-tools_header p{
    color: #383C37;
    font-family: "aktiv-grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.ch-downloadable-tools_content-list{
        display: flex;
    flex-direction: column;
    gap: 16px;
}
.ch-downloadable-tools_content-list-item{
        border-radius: 6px;
    background: linear-gradient(0deg, rgba(56, 60, 55, 0.05) 0%, rgba(56, 60, 55, 0.05) 100%), #FCFCF9;
    padding: 16px 24px;
}
.ch-downloadable-tools_content-list-item h3{
    color: #383C37;
font-family: "Cormorant Garamond";
font-size: 24px;
font-style: italic;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.24px;
margin:0 0 8px;
}
.ch-downloadable-tools_content-list-item p{
        color: #383C37;
    font-family: 'aktiv-grotesk';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin: 0 0 20px;
}
.ch-downloadable-tools_content-list-item a{
    border-radius: 40px;
    border: 1px solid #383C37;
    background: #FCFCF9;
    display: flex;
    width: 184px;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #383C37;
    font-family: 'aktiv-grotesk';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.16px;
}
.ch-downloadable-tools_header-content.text_align_center{
    text-align:center;
}
.ch-downloadable-tools_header-content.text_align_center h2, .ch-downloadable-tools_header-content.text_align_center p{
    max-width:100%;
}
@media (min-width:768px){
        .ch-downloadable-tools_main{
    margin:0 0 96px;
}
    .ch-downloadable-tools_header h2{
        max-width:100%;
font-size: 56px;
line-height: 64px;
letter-spacing: -0.56px;
margin:0 0 12px;
    }
    .ch-downloadable-tools_header p{
font-size: 20px;
line-height: 28px;
letter-spacing: -0.2px;
max-width:100%;
    }
    .ch-downloadable-tools_header{
        margin:0 0 40px;
    }
    .ch-downloadable-tools_content-list{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:20px;
            align-items: stretch;
    }
    .ch-downloadable-tools_content-list-item h3{
font-size: 32px;
line-height: 32px;
letter-spacing: -0.32px;
}
.ch-downloadable-tools_content-list-item p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 0 28px;
}
.ch-downloadable-tools_content-list-item a{
    width: 179px;
    padding:11px 20px;
}
.ch-downloadable-tools_content-list-item {
    border-radius: 8px;
    padding: 28px 24px 32px 27.89px;
    width: calc((100% / 2) - (10px));
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
}

@media (min-width:992px){
.ch-downloadable-tools_content-list-item {
    width: calc((100% / 3) - (13.33px));
}
}
@media (min-width:1512px){
   .ch-downloadable-tools_wrapper{
    max-width:1512px;
    margin:0 auto;
    padding:0 160px;
}