/* banner complete */
.bannercomplete{
    width: 100%;
    height: 550px;
    position: relative;
}
.bannercomplete::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #032385a0;
    z-index: 1000;
    margin: 0;
    top:0;
}
.bannercomplete img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner__content{
    position: absolute;
    z-index: 1500;
    width: 90%;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner__content {
    text-align: center;
    line-height: 1.5;
}
.banner__content h1{
    font-size: 49pt;
    text-align: center;
}

.banner__content p{
    font-size: 13pt;
}