.gogreen_renewable{
    padding: 10%;
    text-align: justify;
    margin-right: 400px;
}
.gogreen_worldclass{
    text-align: justify;
    margin-right: 160px;
}
.gogreen_testimg{
    position: absolute;
    bottom: -35px;
    right: -30%;
}
.gogreen_latesttech{
    text-align: justify;
    margin-left: 100px;
}
.gogreen_greenplatform{
    padding: 5%;
    text-align: justify;
    margin-left: 300px;
}
@media(max-width: 800px) {
    .gogreen_renewable{
    padding: unset;
    text-align: justify;
    margin-right: unset;
}
.gogreen_worldclass{
    text-align: justify;
    margin-right: unset;
}
.gogreen_testimg{
    position: relative;
    bottom: unset;
    right: unset;
}
.gogreen_latesttech{
    text-align: justify;
    margin-left: unset;
}
.gogreen_greenplatform{
    padding: unset;
    text-align: justify;
    margin-left: unset;
}
}