
.header{
    
    position: relative;
    background-image: url("../img/about-header-bg.png"); /* The image used */
    background-color: transparent; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80vh;
    position: relative;
    overflow: hidden;
    z-index: -1;
  }
  
  .header h2{
    color: var(--white);
    font-size: 60px;
    text-align: center;
  }
  
  h2{
    color: var(--color3);
    font-size: 60px;
  }

.header p{
    color: var(--white);
    font-weight: 800;
}


.__contact-page{
    padding-top: 100px;
    padding: 10px;
}

h5{
    color: var(--color3);
}

.__list{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    min-height: 50px;
}

.__list p {
    margin: 0px;
    padding-left: 20px;
}

.__contact-page{
    padding-top: 3rem;
}