.btn--dark {
  margin-top: 1rem;
}
.btn--dark.pcustom {
  width: fit-content;
}
.pcustom h2{
    margin-inline: 25px;
}

.grid.pcustom{
    margin: -6px auto 0;
}

section.block.pcustom{
    padding: 0;
}
.customblok{
    flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.callout--inverse__content.pcustom{
    display: flex;
}

.header_subtitle.pcustom{
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vert-cut-inv{
    margin-bottom: 3rem;
}
.block.pcustom{
    padding: 0;
}
.imgLeft.callout--inverse{
    margin-right: 75px;
}
.imgRight.callout--inverse{
    margin-left: 75px;
}
section:has(.header_subtitle.pcustom) {
  padding-top: 1rem;
}
@media screen and (min-width: 769px) { 
    .callout--inverse__img.pcustom{
        padding-bottom: 25%;
    }
}
@media screen and (max-width: 768px) {    
    .imgLeft.callout--inverse,
    .imgRight.callout--inverse{
        margin: 0;        
    }    
    .items-mov-marg{
        margin-left: 85px;
        margin-right: 85px;
    }
    .grid.pcustom{
        margin: 0px auto 0;
    }
    section.block.pcustom{
        padding-bottom: 2rem;
    }
    
}