.content {
    background-size: 48% auto;
    padding-bottom: 10%;
    background-position: 14% top ;
    background-repeat:  no-repeat;
}

.text-title {
    margin-top: 20%;
    margin-left: 18%;
    margin-bottom: 4%;
}

.text-title img {
    width: 42%;
}

.inner-content {
    width: 64%;
    float: right;
}

.title {
    padding-bottom: 34px;
}

.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;
}

@media screen and (max-width: 1600px) {
    .text-title{
        margin-left: 36%;
    }
}

@media screen and (max-width: 768px) {
    .content{
        background-position: 14% -8%;
    }
    .inner-content{
        width: 100%;
        padding: 60px 20px 0 20px;
    }
    .title{
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 640px) {
    .text-title img{
        width: 50%;
    }
    .inner-content{
        padding: 30px 20px 0 20px;
    }
    .paragraph p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 540px) {
    .content{
        background: none !important;
        padding-bottom: 5%;
    }
    .text-title{
        text-align: center;
        width: 300px;
        margin: 10px auto 0
    }
}