/*=== Utility classes ===*/
.padding-large {
    padding: 15px;
}
.padding-medium {
    padding: 15px;
}
.padding-small {
    padding: 15px;
}
.no-spacing {
    padding: 0;
}
.no-margin {
    margin-bottom: 0;
}
.no-spacing-left {
    padding-left: 0 !important;
}
.no-spacing-top {
    padding-top: 0 !important;
}
.no-spacing-bottom {
    padding-bottom: 0 !important;
}

.spacing-top-and-bottom-large {
    padding-top: 25px;
    padding-bottom: 25px;
}
.spacing-top-large {
    padding-top: 25px;
}
.spacing-bottom-large {
    padding-bottom: 25px;
}
.spacing-top-and-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}
.spacing-top {
    padding-top: 15px;
}
.spacing-bottom {
    padding-bottom: 15px;
}

.static {
    position: static;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.text-caps {
    text-transform: uppercase;
}
.text-bold {
    font-weight: 700;
}

ul.show-dots li {
    list-style: circle;
    margin-left: 30px;
    font-size: 18px;
}

.py-5.board,
.py-5.Executive,
.py-5.Investment,
.py-5.Culture,
.py-5.goal,
.py-5.investors,
.py-5.governance {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-5.board .col-sm-12:first-of-type,
.py-5.Executive .col-sm-12:first-of-type,
.py-5.Investment .col-sm-12:first-of-type,
.py-5.Culture .col-sm-12:first-of-type {
    padding: 0 !important;
}

@media (min-width: 992px) {
    /*=== Utility classes ===*/
    .spacing-top-and-bottom-large {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .spacing-top-large {
        padding-top: 40px;
    }
    .spacing-bottom-large {
        padding-bottom: 40px;
    }
    .padding-large {
        padding: 40px;
    }
    .padding-medium {
        padding: 25px;
    }
    .sustain-landing-boxes {
        padding-left: 1.5rem;
    }
}

@media (min-width: 1200px) {
    /*=== Utility classes ===*/
    .spacing-top-and-bottom-large {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .spacing-top-large {
        padding-top: 60px;
    }
    .spacing-bottom-large {
        padding-bottom: 60px;
    }
    .padding-large {
        padding: 60px;
    }
    .padding-medium {
        padding: 30px;
    }

}