body{
	font-family: 'Poppins';
}
header{
	background: #80808021;
}
header .header-left{
	display:flex;
	align-items: center;
}
header .header-left h3{
	font-weight: 500;
    font-style: normal;
    font-family: 'Poppins';
    color:#444;
}

header .header-left p{
	font-weight: 400;
    font-style: normal;
    font-family: 'Poppins';
    color:#444;
    margin:0;
}
.contact{
	padding: 29px 10px;
	display: flex;
    flex-direction: row;
    align-items: right;
    text-align: right;
    justify-content: flex-end;
}
.contact .phone{
	margin-left: 10px;
}
.contact .phone a{
	text-decoration: none;
}
.contact .phone a{
	color:#444;
}
.logo img{
	width:82px;
}
section{
	padding:50px 0;
}
section a{
	    background-color: #FFFFFF;
    border-color: #8B87FF;
    transition-duration: 0.1s;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-radius: calc(9px + 2px);
    padding: 10px 20px;
    color: background-color: #FFFFFF;
    border-color: #8B87FF;
    transition-duration: 0.1s;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-radius: calc(9px + 2px);
    color: #8B87FF;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 30px;
    margin-right:15px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    min-height: 150px;
    justify-content: center;
}
section .row{
	justify-content: space-around;
}