* {
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
    font-family: "Prompt", sans-serif !important;

}

.banner {
    position: relative;
    text-align: center;
    color: white;
}

.banner img {
    width: 100%;
    height: 168%;
}

.hero__demo {
    font-size: 30px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 175px;
    padding-inline: 10px;
    transform: skew(-5deg);
    color: white;
}

.hero__demo span {
    display: block;
    margin-top: -159px;
    margin-left: -222px;
    font-size: 41px;
}

.banner .banner-text {
    position: absolute;
    top: 69%;
    left: 24%;
    transform: translate(-50%, -50%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    border-radius: 10px;
}


.header-section{
    margin-top: -92px;
    margin-left: -309px;
    font-size: 29px;
    font-weight: bold;
    color: white;
}
.real {
    margin-left: -773px;
    color: #f0eaea;
    font-size: 45px;
  
}


#img-size {
    height: 300px !important;
    width: 300px !important;
}

#gall{
    color: #025e4b;
}



@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
    }

    .grid-cols-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-left: 20px;
        /* Change to 2 columns */
    }

    #img-size {
        max-width: 100%;
      
    }
    .abo{
        font-size: 20px;
    }
    .gronn
    {
        font-size: 24px;
        margin-left: -159px;
        margin-top: 62px;
        /* text-indent: 252px; */
        width: 2px;
    }
    .hero__demo {
        margin-left: 20px;
    }
    .hero__demo span{
        margin-top: -64px;
        margin-left: 20px;
        font-size: 29px;
    }
}