.left-text {
    color: #141B56;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.right-text {
    color: #141B56;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

@media (max-width: 767px) {
    .left-text {
        margin-bottom: 40px;
        font-size: 32px;
    }

    .right-text{
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .left-text{
        margin-bottom: 40px;
    }
}