#section4 {
    /* height: 340px; */
}

#be_bfiber_mesh .section-4 {
    height: 100%;
}

#be_bfiber_mesh .section-4 .wrapper {
    height: 100%;
    width: 100%;
    /* background-image: url(../img/child-play-320.jpg); */
    background-size: cover;
    position: relative;
    background-position: center;
}

#be_bfiber_mesh .section-4 .text-box {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: rgba(22, 37, 79, 0.6);
    padding: 12px 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
    width: 320px;
}

/* Arrows */

#be_bfiber_mesh .section-4 .arrow {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-190px) rotate(90deg);
}

#be_bfiber_mesh .section-4 .arrow span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin: -8px;
    animation: animate 2s infinite;
    /* border-radius: 5px; */
    transform: scale(1.5);
}

#be_bfiber_mesh .section-4 .arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

#be_bfiber_mesh .section-4 .arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@media (min-width: 768px) {
    #be_bfiber_mesh .section-4 .wrapper {
        /* background-image: url(../img/child-play-768.jpg); */
    }

    #be_bfiber_mesh .section-4 .text-box {
        width: 300px;
        padding: 12px 20px;
        font-size: 26px;
        line-height: 1.08;
    }

    #section4 {
        /*height: 400px;*/
    }
}

@media (min-width: 992px) {
    #be_bfiber_mesh .section-4 .wrapper {
        /* background-image: url(../img/child-play-992.jpg); */
    }

    #be_bfiber_mesh .section-4 .text-box {
        bottom: 50px;
        text-align: right;
    }

    #section4 {
        /*height: 400px;*/
    }
}

@media (min-width: 1200px) {
    #be_bfiber_mesh .section-4 .arrow {
        top: 370px;
        transform: translateX(-205px) rotate(90deg);
    }

    #be_bfiber_mesh .section-4 .arrow span {
        width: 24px;
        height: 24px;
    }

    #be_bfiber_mesh .section-4 .wrapper {
        /* background-image: url(../img/child-play-1200.jpg); */
    }

    #be_bfiber_mesh .section-4 .text-box {
        bottom: 73px;
    }

    #section4 {
        /*height: 500px;*/
    }
}

@media (min-width: 1600px) {
    #be_bfiber_mesh .section-4 .arrow {
        top: 455px;
        transform: translateX(-535px) rotate(90deg);
    }

    #be_bfiber_mesh .section-4 .arrow span {
        width: 32px;
        height: 32px;
    }

    #be_bfiber_mesh .section-4 .wrapper {
        /* background-image: url(../img/child-play-1600.jpg); */
        /* background-position: right; */
    }

    #be_bfiber_mesh .section-4 .text-box {
        bottom: 167px;
        transform: translateX(-152%);
        width: 302px;
        padding: 18px 20px;
    }

    #section4 {
        /*height: 700px;*/
    }
}