/* <!-- banner style --> */

.banner_details {
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 500px) {
    .banner_details {
        height: 50vw;
    }

}

.banner_h1{
    color: var(--text2);
    font-family: "PT Serif";
    font-size: 6vw;
}
