/**
 * 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-contact-person h2, #section-contact-person .h1, #section-contact-person .h4 {
  color: #1C3F85; }

@media (max-width: 980px) {
  #section-contact-person .title {
    text-align: center; } }

#section-contact-person .title h2 {
  margin-top: 0; }

#section-contact-person .container {
  max-width: 600px; }
  #section-contact-person .container .contact-person {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 100px 5px rgba(0, 0, 0, 0.15);
    padding: 2rem 3rem; }
    #section-contact-person .container .contact-person .title-person {
      margin-bottom: 2rem; }
      #section-contact-person .container .contact-person .title-person .h1 {
        margin: 0; }
      #section-contact-person .container .contact-person .title-person .h3 {
        margin-top: .3rem; }
    #section-contact-person .container .contact-person .person {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      margin-bottom: 2rem; }
      #section-contact-person .container .contact-person .person .thumbnail {
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        flex-basis: 100px; }
        #section-contact-person .container .contact-person .person .thumbnail img {
          position: absolute;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%;
          inset: 0; }
      #section-contact-person .container .contact-person .person .function {
        flex: 1; }
    #section-contact-person .container .contact-person .contact-info {
      display: flex;
      flex-direction: column;
      gap: 1.5rem; }
      #section-contact-person .container .contact-person .contact-info a {
        display: inline-flex;
        align-items: center;
        gap: 1rem;
        text-decoration: none;
        transition: color .3s ease-in-out; }
        #section-contact-person .container .contact-person .contact-info a span {
          color: #40c7e9; }
        #section-contact-person .container .contact-person .contact-info a:hover {
          color: #40c7e9; }

/*# sourceMappingURL=contact-person.css.map */
