/* Put your custom css here */


h1 { font-size: 38px; }
h2 {
  font-size: 36px;
  font-weight: 700; /* same as h1 */
}
h3 { font-size: 32px; }
h4 { font-size: 28px; }
h5 { font-size: 22px; }
h6 { font-size: 19px; }
@media (min-width:768px){
  h1 {
    font-size: 48px;
  }
}

body {
    font-size: 16px;
}

.border-c1 {
    border: 1px solid #EDF2F3;
}

.border-c2 {
    border: 1px solid #46B0C3;
}

.border-c3 {
    border: 2px solid #676767;
}


.row{

}