.section-2 {
    background-color: #0A0E1b;
    background-image: url(../img/bg2.jpg);
    height: 825px;
    z-index: 10;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
}

.blue-pillow {
    position: absolute;
    bottom: 100px;
    width: 100%;
    padding: .5em 0;
    background: linear-gradient(to right, transparent 0, #265A7E99 33%, #265A7E99 66%, transparent 100%);
    font-size: 50px;
}

@media all and (max-width: 1690px) { }

@media all and (max-width: 1280px) {
    .section-2 {
        height: 600px;
        border-top-width: 6px;
        border-bottom-width: 6px;
    }
    
    .blue-pillow {
        font-size: 42px;
    }
}

@media all and (max-width: 980px) { }

@media all and (max-width: 736px) {
    .section-2 {
        height: 450px;
        font-size: 36px;
        border-top-width: 4px;
        border-bottom-width: 4px;
    }

    .blue-pillow {
        font-size: 36px;
    }
}

@media all and (max-width: 480px) {
    .section-2 {
        height: 250px;
    }

    .blue-pillow {
        font-size: 24px;
        bottom: 50px;
    }
}