/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-feb-2020, 19.18.38
    Author     : am2002
*/

*{box-sizing:border-box}

body,html{
    font-family:Montserrat,sans-serif;
    font-weight:400;background:white}
body>.container{margin-left:auto;margin-right:auto;text-align:center}
.row{border:1px solid black;display:inline-block;height:100%;width:auto;padding:13px;}
.col{background-color:#eee;display: table-cell;vertical-align:middle;padding:11px;}
img{max-width:640px;width:100%}.container>h1{margin-top:0}.container>p{font-weight:lighter}

.container>ul{list-style-position: inside; list-style-type: circle; font: inherit; font-size: 25px !important; text-align: left;}


@media (min-width:769px){.container{max-width:768px;padding:15px 0}.container>h1{margin-bottom:15px;font-size:38px}.container>p{font-size:25px}}

@media (max-width:768px){.container{max-width:768px;padding:15px}.container>h1{margin-bottom:50px;font-size:30px}.container>p{font-size:20px}}


