       
      .coscoHeader{
        display:flex;
        width:100%;
        height:691px;
        background-image: url('./imgs/cosco/coscoHeader.png');
        background-repeat: no-repeat;
        background-size:cover;
        background-position: center;
        background-color:grey;
        justify-content:center;
        align-items:center;
        text-align:center;
        gap:65px;
        padding:180px;
      }
      
      .coscoHeaderTitle{
        display:flex;
        font-family: 'acumin-pro-wide', sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing:0.15em;
        font-size:35px;
        color:white;
        max-width: 600px;
      }