
img{
    width: 50%;
}

.ro{
    padding-top: 8%;
}

h1,h2,h5{
    color:rgb(127, 181, 57);
}

h1{
    text-align: center;
    margin-top: 5% !important;
}

p{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: gray;
}
ul{
    list-style: none;
}
.commercial{
    padding: 0%;
}
@media only screen and (min-width: 780px) {
    .lefttext{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .righttext{
        display: flex;
        align-items: center;
    }
    img.rightimg{
        width: 30%;
        margin-left: 50px;   
    }
    img.leftimg{
        width: 40%; 
        margin-right: 50px;
    }
    .righttext,.right{
        text-align: right;
    }
}

@media only screen and (max-width: 780px){
    .container{
        text-align: center;
    }
}

footer{
    height: 100px;
    background-color: #494949;
    width: 100%;
    margin-top: 5%;
    box-shadow: 0px -5px 32px rgba(50, 50, 50, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
}