.discreet_sections {
    padding: 70px 0;
    background-color: #f9f9f9;
}


.discreet_sections h2 {
    color: #08224b;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 15px;
}

.discreet_img {
    position: relative;
}

.discreet_img p {
    position: absolute;
    right: 48px;
    bottom: 29px;
    font-size: 21px;
    line-height: 25px;
    color: #84808e;
    font-weight: 400;
}


@media screen and (max-width: 1199px) {
    .discreet_img p {
        right: -10px;
    }
}


@media screen and (max-width: 991px) {
    .discreet_img {
        position: relative;
        max-width: 322px;
        margin: 0 auto;
    }

    .discreet_img p {
        right: 23px;
        font-size: 16px;
        line-height: 18px;
        bottom: -31px;
    }


    .discreet_sections {
        padding: 50px 0 70px 0;
    }
}