.header {

    background: url("../../../images/001.463b2e0a.png") !important;
 
}
  
.heading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.line {
    flex: 1;
    height: 2px;
    background-color: #60c5cc;
    margin: 0 10px;
    position: relative;
    top: 9px;
}

.heading {
    font-size: 3.5em;
    font-weight: bold;
    color: #60c5cc;
}