.posterSection01 {
    position: relative;
    padding: 20px 0 5px;
    background: url(../images/bg/1.png) no-repeat center center/cover #fff;
}

@media (min-width: 1440px)
{
.container .posterContainer {
    max-width: 1248px;
}
}
@media (max-width: 776px)
{
.subTitlep {
    font-size: 16px !important;
}
}


.subTitlep {
    font-weight: 500;
    font-size: 25px;
    line-height: .9;
    color: var(--theme-color);
    margin: 15px;
    text-align: justify;
    padding: 50px 5px 5px 5px;
}
/* .posterContainer {
    border-top: 0.5px solid #030303;
} */
