.content {
    /*background:  90% 56% no-repeat;*/
    background-size: 35% auto;
    padding-top: 68px;
    padding-bottom: 230px;
    background-position: 90% 56% ;
    background-repeat:  no-repeat;
}

.inner-content {
    width: 68%;
}

.title {
    padding-bottom: 40px;
}

.title span {
    border-left: 3px solid #122a88;
    font-size: 24px;
    padding-left: 16px;
    color: #122a88;
}

.paragraph p {
    text-indent: 2rem;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
}

.paragraph-list{
    margin-bottom: 46px;
}

.paragraph-list h5{
    font-size: 18px;
    font-weight: bold;
}

.paragraph-list:last-child p{
    text-indent: 0;
}


@media screen and (max-width: 1200px) {
    .content{
        background-position: 95% 95%;
        background-size:42% auto;
    }
}

@media screen and (max-width: 992px) {
    .content{
        padding-top: 40px;
    }
    .inner-content{
        width: 100%;
    }
    .paragraph-list{
        margin-bottom: 30px;
    }
    .title{
        padding-bottom:28px
    }
}

@media screen and (max-width: 768px) {
    .content{
        background-position: center 95%;
        background-size:280px auto;
    }
}

@media screen and (max-width: 540px) {
    .content{
        padding-top: 10px;
    }
    .title{
        padding-bottom: 16px;

    }
    .title span{
        font-size: 22px;
    }
    .paragraph-list{
        margin-bottom: 20px;
    }
    .paragraph-list h5{
        font-size: 16px;
    }
    .paragraph p{
        font-size: 14px;
    }

}
@media screen and (max-width: 414px) {
    .content {
        padding-top: 20px;
    }
    .title {
        padding-bottom: 10px;
    }
    .paragraph-list h5 {
        font-size: 16px;
    }
    .paragraph p{
        line-height: 24px;
    }
    .paragraph-list {
        margin-bottom: 20px;
    }
}