.main-div{
    width: 100%;
    height: 800px;
    background-image: url(banner-bg.png);
    padding-top: 170px;
}
.text-on-main{
    width: max-content;
    height: 55px;
    background-color: #fe983d;
    color: black;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);

}
.main-image-div{
    height: auto;
    width: 100%;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 6%;
}
