/* banner stars */
.relative{
    position: relative;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient{
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #003865 2.96%, #19BAE0 42.46%, rgba(169, 209, 219, 0.25) 81.96%);
    position: absolute;
    left: 0;
    top: 0;
}

.gradient2{
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00558c 2.96%, #0DE3FF 42.46%, rgba(169, 209, 219, 0.25) 81.96%);
    position: absolute;
    left: 0;
    top: 0;
}

.banner img{
    width: 65%;
    margin-left: 40%;
}

.text{
    position: absolute;
    left: 10%;
    top: 40%;
    width: 30%;
    color: white;
}

.text h1{
    text-transform: uppercase;
    font-size: 4vw;
    margin-bottom: 20px;
    letter-spacing: -1.44px;
    line-height: 100%;
}

.text h4{
    font-size: 1.5vw;
    letter-spacing: -0.24px;
}

.images{
    position: absolute;
    bottom: 20px;
    left: 45%;
    height: 15%;
}

.images img{
    margin-right: 10px;
    height: 70%;
}

/* banner ends */


@media (max-width: 600px) {
    .text h1{
        margin-bottom: 5px;
    }
}