.bg_img .get_ready::after {
    position: absolute;
    content: "";
    background-image: url(/images/get-ready-women.png);
    width: 30%;
    height: 620px;
    background-repeat: no-repeat;
    right: 0;
    bottom: -80px;
}
.bg_img .get_ready::before {
    position: absolute;
    content: "";
    background-image: url(/images/get-ready-man.png);
    width: 30%;
    height: 620px;
    background-repeat: no-repeat;
    left: 0;
    bottom: -80px;
}