.top-container{
    text-align: center;
}
.top-container h1{
    background: #2e2e2e;
    border-radius: 20px;
    padding: 40px 10px;
    
}
.main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1300px;
    text-align: center;
}

.text {
    font-size: 22px;
    padding: 0px;
    width: 390px;
    margin: 0px 10px;
}


.image1 img {
    width: 36em;
    margin: 0px 10px;
}



/*Mobile View*/
@media screen and (max-width:600px){
    .image1 img{
        display: block;
        width:100%;
        margin: auto
    }
    
}