.pageTop{
    position: relative;
    margin-bottom: 30px;
}
.pageTop img{
    width: 100%; border-radius: 15px;    min-height: 150px;
    object-fit: cover;
}

.pageTopContent h1 {
    font-size: 27px;font-weight: 700;
    text-align: center;
    line-height: 45px;
}
.pageTopContent{
    position: absolute;
    top: 50%;    z-index: 9;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}