@media only screen and (max-width: 767px) {
    .plot_banner_content{
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .plot_banner_content h1{
        font-size: 25px;
        line-height: 25px;
        font-family: 'Roboto-Regular';
        color: var(--white);
    }
}