.header-bg{
    background: linear-gradient(180deg, rgba(118, 151, 199, 0.9) 0%, rgba(155, 181, 217, 0.8) 90%),url(../img/process-herobg.png);
    background-position: center center ;
    background-size: cover;
}
.singleprocess{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 1080px;
    margin: auto;
    border-bottom: 1px #e9e9e9 solid;
}

.singleprocess p{
    margin-bottom: 0;
}
.process-title{
    width: 150px;
    margin-right: 10px;
}

.process-title p{
    color: #F698BA;
    font-weight: 600; 
}
.process-title h4{
    color: #23569d;
    font-weight: 600;
}
.process-text{
  width:60%;
  /* padding-left: 10%; */
  
}
.process-img img{
    width: 200px;
    margin-left: 15px;
}

.process-notice{
    display: flex;
    color: #23569d;
    width: 90%;
    max-width: 900px;
    border: #23569d 1px solid;
    border-radius: 8px;
    justify-content:space-around;
    align-items: center;
    margin: auto;
    padding:5px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.process-notice p{
    margin-bottom: 0;
}

@media screen and (max-width: 768px){
    .header-bg{
        background: linear-gradient(180deg, rgba(118, 151, 199) 0%, rgba(155, 181, 217, 0.85) 100%);
    }
}


@media screen and (max-width: 576px){
   
    .header-title p{
      padding-left: 15px;
      margin-bottom: 0;
    }

    .singleprocess{
        flex-direction: column;
    }
    .process-title{
        margin-right: 0;
        margin-top: 20px;
    }
    .process-title, .process-text{
        width: 90%; 
        padding-left: 0;
        /* border: 1px #23569d solid; */
    }
    .process-img img{
        margin-left: 0;
    }
    .process-notice{
        padding: 15px;
    }
    .process-notice img{
        margin-right: 5px;
    }
    
}