.history{background-image:-webkit-gradient(linear,left top,right bottom,from(#8ac4eb),to(#00b38a));background-image:-webkit-linear-gradient(top left,#8ac4eb,#00b38a);background-image:-o-linear-gradient(top left,#8ac4eb,#00b38a);background-image:linear-gradient(to bottom right,#8ac4eb,#00b38a);color:#fff;padding:7rem 0}.history .container{display:-webkit-box;margin:0 auto;display:-ms-flexbox;max-width:1200px;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding:0 1rem 4rem}.history .container .history_heading{font-size:28px;color:#fff}.history .container p{max-width:800px;margin:0;width:100%}@media screen and (max-width:767px){.history .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:100%;padding:0 2rem 4rem}.history .container .history_heading{margin-bottom:2rem;text-align:center}.history .container p{text-align:center;font-size:16px}}