body {
    background-color: #03028c;
}
.sec-1 {
    display: flex;
    align-items: center;
    /*height: 100vh;*/
    text-align: center;
    padding: 30px 0;
}
.sec-1 p {
    color: #ffe000;
    font-family: 'poppins';
    font-size: 18px;
    width: 85%;
    margin: auto;
    padding-top: 20px;
}
.sec-1 p a {
    color: #ffdf00;
}
.sec-1 h2, .sec-1 h3 {
    color: #fff;
    font-family: 'Poppins';
    margin: 30px 0 0 0;
    font-size: 36px;
}
.hidden{
    display: none;
}
@media only screen and (max-width: 991px) {
    .sec-1 p {
        font-size: 16px;
        width: 95%;
        padding-top: 20px;
        line-height: 1.3em;
    }
}
@media only screen and (max-width: 767px) {
    .sec-1 p {
        font-size: 15px;
        width: 100%;
        padding-top: 15px;
        line-height: 1.4em;
    }
    .sec-1 img {
        width: 100%;
    }
    .sec-1 h2, .sec-1 h3 {
        margin: 20px 0 0 0;
        font-size: 28px;
    }
}