.top_name{
            margin-top: 60px;
            font-size: 30px;
            font-weight: 900;
        }
        .title{
            text-align: center;
            margin-top: 40px;
            font-size: 30px;
            font-weight: 900;
            margin-bottom: 20px;
        }
        .con_body{
            /*background-color: #656565;*/

            margin: auto;
            width: 80%;
            /*min-height: 1100px;*/
            overflow: hidden;
            font-size: 14px;
        }
        .columns{
            background-color: #009ACD;
            font-size: 15px;
            font-weight: 900;
            line-height: 24px;
            border-radius: 5px;
            height: 24px;
            color: white;
            text-shadow: 2px 2px 3px #222222;
        }
        .con_one{
            line-height: 1.6;
            margin-top: 10px;

        }