body > content > section:first-child > content::after {
    position: absolute;
    left: 50vw;
    top: -120px;
    height: 200%;
    width: 200vw;
    transform-origin: top left;
    background: rgba(5, 71, 116, 1);
    content: '';
    transform: rotate(6deg);
}