.hero-bg{
    width: 100%;
    height: 100%;
    /*background: #f3f3e5;*/
    /*background: url('../img/pwd-bg.png') top center no-repeat;*/
    background: url("../images/default-bg.jpg") top center no-repeat;
    background-size: cover;
}

.text-justify{
    text-align: justify;
}


.lexend-font {
     font-family: "Lexend", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
 }


@media (max-width: 768px) {
    .col-lg-1 img {
        width: 30% !important;
    }

    #search_logo{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search_title{
        font-size: 17pt;
        text-align: center;
    }

    #search_result_ctr{
        padding-top: 30px;
    }
}