/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-colleagues .container-wrapper {
  background: linear-gradient(252deg, #184182, #4a9dc4, #23407d, #4088a7);
  background-size: 240% 240%;
  animation: gradient-animation 30s ease infinite;
  padding: 2.5rem 2rem; }
  #section-colleagues .container-wrapper .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem; }
    @media (min-width: 981px) {
      #section-colleagues .container-wrapper .top .content {
        flex: 1; } }
    #section-colleagues .container-wrapper .top .content .subtitle {
      color: #fff; }
    #section-colleagues .container-wrapper .top .content .title {
      color: #fff;
      margin: 0.5rem 0 2rem; }
    #section-colleagues .container-wrapper .top .image {
      height: auto;
      width: 300px; }
  #section-colleagues .container-wrapper .btn {
    border: 3px solid #fff;
    color: #fff;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1); }
    @media (max-width: 980px) {
      #section-colleagues .container-wrapper .btn {
        margin-top: 2rem; } }
    #section-colleagues .container-wrapper .btn:hover {
      background-color: #fff;
      color: #162321; }

/*# sourceMappingURL=colleagues.css.map */
