@media(min-width:768px) {

    .text-wrapper h1,
    .text-image-wrapper h1 {
        font-size: 36px;
    }

    .text-wrapper h2,
    .text-image-wrapper h2 {
        font-size: 32px;
    }

    .text-wrapper h3,
    .text-image-wrapper h3 {
        font-size: 26px;
    }

    .text-wrapper h4,
    .text-image-wrapper h4 {
        font-size: 22px;
    }
}

@media(max-width:767px) {

    .text-wrapper h1,
    .text-image-wrapper h1 {
        font-size: 32px;
    }

    .text-wrapper h2,
    .text-image-wrapper h2 {
        font-size: 28px;
    }

    .text-wrapper h3,
    .text-image-wrapper h3 {
        font-size: 22px;
    }

    .text-wrapper h4,
    .text-image-wrapper h4 {
        font-size: 22px;
    }
}

.text-wrapper ul>li,
.text-image-wrapper ul>li {
    list-style: disc !important;
}

.text-wrapper ol>li,
.text-image-wrapper ol>li {
    list-style: decimal !important;
}

.text-wrapper li,
.text-image-wrapper li {
    margin: 0 0 0 18px !important;
}

.text-wrapper p,
.text-image-wrapper p,
.text-wrapper li,
.text-image-wrapper li {
    font-size: 16px;
    line-height: 22px;
}

@media screen and (min-width: 1440px) {
    .maincontent>.section.text-v1 {
        width: 1328px;
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }
}

@media screen and (max-width: 1439px) {
    .maincontent>.section.text-v1 {
        width: 100%;
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media screen and (max-width: 767px) {
    .maincontent>.section.text-v1 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.text-wrapper ul,
.text-wrapper ol {
    padding-left: 0;
}

.hidein-mob {
    display: none;
}

@media screen and (min-width: 769px) {
    .hidein-mob {
        display: block;
    }
}

.withoutbullets .text-wrapper ul li,
.withbullets .text-image-wrapper ul li {
    list-style: none !important;
    margin: 0 0 0 0 !important;
}

.text-v1 p a[target=_blank] {
    position: relative;
    margin-right: 24px;
}

.text-v1 p a[target=_blank]:after {
    background: url("../images/Global/Common/new_window_icon.svg") no-repeat 0 5px;
    position: absolute;
    display: inline;
    content: "";
    width: 16px;
    height: 20px;
    margin-left: 5px;
    white-space: nowrap;
}

.txt-grey p a:hover {
    color: #337ab7;
}

.txt-black p a:hover {
    color: #337ab7;
}