.custom-head{
    min-height:300px;
    background-color:red;
    margin-top:0px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust opacity as needed */
}

.custom-head-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff; /* Adjust text color as needed */
}

.page-title{
    font-size: 26px;
    font-family: arial;
    font-weight: bold;
}

.accord-title{
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}