.core-txt p{
    font-size: 15px;
    font-family: var(--family-font-secondary);
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
    opacity: 0.9;
}
.core-txt span{
    font-size: 15px;
    font-family: var(--family-font-secondary);
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
    opacity: 0.9;
}

@media screen and (max-width: 992px) {
    .banner-right{
        width: 60%;
    }
    .banner-left h1{
        font-size: 19px;
    }
    .banner-left p{
        font-size: 11px;
    }
}