﻿div.a {
    position: relative;
    height: 75px;
    color: #2167ab;
    text-align: center;
    font-size: 30px;
}

div.b {
    position: absolute;
    left: auto;
    height: 60px;
}

div.c {
    position: absolute;
    left: 400px;
    height: 60px;
    margin: 15px;
}
.borstyle{
	border:1px solid black; 
	border-radius:10px;   
	margin: 0px 25px 0px 17px!important;
	padding: 12px;
}

.fsz {
    /* font: 400 14px/20px Roboto,Helvetica Neue,sans-serif; */
	color: #333333;
	font-family: ZurichSans,sans-serif!important;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
	div.a {
    position: relative;
    color: #2167ab;
    text-align: center;
    font-size: 30px;
    margin-bottom:20px;
}

div.b {
     position: absolute; 
}

div.c {
   position: absolute; 
  bottom: 0;
  left: 0;
  top: 40px;
  font-size: 20px;
}

.fsz {
    /* font: 400 13px/20px Roboto,Helvetica Neue,sans-serif; */
	color: #333333;
	font-family: ZurichSans,sans-serif!important;
}
	
}
