/* If two consecutive sections share the same data-bg-color, remove padding-top on the second */
section[data-bg-color=bg-white] + section[data-bg-color=bg-white], section[data-bg-color=bg-buff] + section[data-bg-color=bg-buff] {
  padding-top: 0 !important;
}

/* repeat for each background color you use */
.p-20 {
  padding: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

/*
html .container, html .container-fluid {
    max-width: 100%;

    img {
        max-width: 100%;
    }
}
    */
/* If two consecutive sections share the same data-bg-color, remove padding-top on the second */
section[data-bg-color=bg-white] + section[data-bg-color=bg-white], section[data-bg-color=bg-buff] + section[data-bg-color=bg-buff] {
  padding-top: 0 !important;
}

/* repeat for each background color you use */
.p-20 {
  padding: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

/*
html .container, html .container-fluid {
    max-width: 100%;

    img {
        max-width: 100%;
    }
}
    */
body[data-template-alias=dtcorporatecardchecker] .accordions .accordion-button {
  font-size: 1.125rem;
}
body[data-template-alias=dtcorporatecardchecker] .accordions .accordion-body {
  font-size: 1rem;
}
body[data-template-alias=dtcorporatecardchecker] .col-lg-3 ul {
  list-style: none;
  padding: 0;
}
body[data-template-alias=dtcorporatecardchecker] .col-lg-3 ul h3 {
  margin-top: 0;
}
body[data-template-alias=dtcorporatecardchecker] .col-lg-3 ul li {
  margin-bottom: 20px;
  font-size: 1.125rem;
}