@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

nav li a{
	font-size: 20px;
	font-family: 'Poppins-SemiBold';
	color: #021A6C !important;
}

h1{
	font-size: 52px;
	color: #021A6C;
	line-height: 38px;
	font-family: 'Poppins-Bold';
}

h2{
	font-size: 36px;
	color: #021A6C;
	line-height: 38px;
	font-family: 'Poppins-Bold';
}

h3{
	font-size: 30px;
	line-height: 28px;
	font-family: 'Poppins-Medium';
	color: #021A6C;
}

h4	{
	font-size: 29px;
	line-height: 36px;
	color: #021A6C;
	font-family: 'Poppins-SemiBold';
}

h5	{
	font-size: 29px;
	line-height: 36px;
	color: #021A6C;
	font-family: 'Poppins-Medium';
}

h6{
	font-size: 20px;
	font-family: 'Poppins-Bold';
	line-height: 26px;
}

p{
	font-size: 20px;
	font-family: 'Poppins-Medium';
	line-height: 28px;
	color: #021A6C;
}

footer a{
	font-size: 36px;
	font-family: 'Poppins-SemiBold';

}

button{
	background-color: #FD6601;
	width: 341px;
	height: 107px;
	border-radius: 37px;
	border-radius: 37px;
	border: 7px solid white
}

strong{
	font-family: 'Poppins-Bold';
}

section{
	float: left;
	width: 100%;
}

.container{
	width: 1320px;
}