section.with-tail {
    padding-bottom: 0;
}

section.with-tail::after {
    content: '';
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    height: 30px;
    background-image: url(/images/svg/icon-tail.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.has-bg-consultancy {
    padding-right: 10%;
    background-image:
        linear-gradient(0deg, hsla(217, 28%, 9%, 0.55) 0%, hsla(221, 19%, 19%, 0.55) 100%), url(/images/step-up.png);
    /* background-color: #0f2340; */
    background-repeat: no-repeat;
    background-position: right bottom 10%;
    background-size: contain, 10%;
}

section.has-bg-security {
    padding-right: 10%;
    background-image:
        linear-gradient(0deg, hsla(217, 28%, 9%, 0.55) 0%, hsla(221, 19%, 19%, 0.55) 100%), url(/images/padlock.png);
    /* background-color: #0f2340; */
    background-repeat: no-repeat;
    background-position: right bottom 10%;
    background-size: contain, 10%;
}