.is-style-small-caption {
font-size: 1.2rem;
}.lead,
.is-style-lead {
line-height: 1.4;
font-family: "Teko", sans-serif;
font-size: 22px;
font-size: 1.5rem;
font-weight: 400;
}
@media (min-width: 992px) {
.lead,
.is-style-lead {
font-size: 24px;
}
}.dg-card {
position: relative;
margin-bottom: 20px;
padding: 20px;
background-color: #fff;
border-radius: 4px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: box-shadow 0.3s ease;
}
@media (min-width: 500px) {
.dg-card {
padding: 50px;
}
}
.dg-card >.gb-container,
.dg-card.gb-container >.gb-container {
padding: 0;
}
.dg-card {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.dg-card .dg-card-icon figure {
width: 80px;
height: 45px;
overflow: hidden;
margin: 0 auto 20px auto;
}
.dg-card .dg-card-icon figure img {
width: 100%;
height: 100%;
object-fit: contain;
}
.wp-block-columns.dg-cards .wp-block-column {
position: relative;
}
.wp-block-columns.dg-cards .wp-block-column .dg-card {
width: 100%;
height: 100%;
}
.wp-block-columns.is-layout-flex.dg-cards {
gap: 25px;
}
.wp-block-cover {
padding: 50px;
}figure.is-style-image-fullheight-cover {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
max-height: 100%;
}
figure.is-style-image-fullheight-cover img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.wp-block-image.is-style-dg-icon > figure,
figure.is-style-dg-icon {
margin-bottom: 10px !important;
}
figure.is-style-dg-icon,
.wp-block-image.is-style-dg-icon > figure {
display: block;
height: 100px;
margin-bottom: 20px;
overflow: hidden;    
}
figure.is-style-dg-icon img,
.wp-block-image.is-style-dg-icon > figure > img {
width: 100px !important;
height: 100px !important;
object-fit: contain;
object-position: left center;
}
.wp-block-image.is-style-dg-icon > figure > img {
height: auto;
}
.wp-block-image.is-style-dg-icon > figure.aligncenter {
text-align: center;
}
.wp-block-image.is-style-dg-icon > figure.aligncenter > img {
margin-left: auto;
margin-right: auto;
object-position: center;
}