@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url('/media/oecdorg/about/fonts/oswald-300.woff2') format("woff2"), url('/media/oecdorg/about/fonts/oswald-300.woff') format("woff");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url('/media/oecdorg/about/fonts/oswald-400.woff2') format("woff2"), url('/media/oecdorg/about/fonts/oswald-400.woff') format("woff");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url('/media/oecdorg/about/fonts/oswald-700.woff2') format("woff2"), url('/media/oecdorg/about/fonts/oswald-700.woff') format("woff");
}
div.covid-19 {
	background-repeat: no-repeat;
    background-size: cover;
 	position: relative;
    top: -20px;
}

@media (min-width: 1200px) {
	div.covid-19__shade {
		width: 70%;
    	margin-top: 50px;
    	padding-bottom: 50px;
    	background-color: rgba(0, 0, 0, .4);
    	border-radius: 6px;
	}

	h1.covid-19__title {
		padding-top: 50px;
	}
}

@media (min-width: 992px) {
	div.covid-19__shade {
		width: 70%;
    	margin-top: 50px;
    	padding-bottom: 50px;
    	background-color: rgba(0, 0, 0, .4);
    	border-radius: 6px;
	}

	h1.covid-19__title {
		padding-top: 50px;
	}
}


@media (min-width: 768px) {
	div.covid-19__shade {
		width: 70%;
    	margin-top: 50px;
    	padding-bottom: 50px;
    	background-color: rgba(0, 0, 0, .4);
    	border-radius: 6px;
	}

	h1.covid-19__title {
		padding-top: 50px;
	}
}

h1.covid-19__title {
	color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-top: 100px;
    padding-left: 20px;
}

h2.covid-19__subtitle {
	color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 50px;
}

a.covid-19__cta {
    color: #000;
    border-color: #000;
    background-color: rgb(255, 194, 14);

    display: inline;
    border: 1px solid;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    margin: 0;
    margin-left: 20px;

    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    font-family: "Noto Sans Display", sans-serif;
    font-size: 14px;
    font-weight: 700;
    
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    text-decoration: none;
}

a.covid-19__cta:hover {
  background-color: white;
  border-color: black;
  color: black;

  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}