
.header {
  background-color: #007bff;
  padding: 25px 0;
  text-align: center;
  border-radius: 35px 35px 0 0;
}
.header h1 {
  font-size: 4em;
  color: #FFF;
  font-weight: 600;
}
.content {
  margin: 50px 25px;
}
.header-2 {
  text-align: center;
  padding: 0 25px;
  font-size: 1.5em;
  line-height: 1.7em;
}
.btn-container{
	text-align: center;
	margin: 15px auto;
}
.full-wrapper {
  border-radius: 35px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.5);
  padding: 0 0 50px;
}
.section-wrapper{
	height: 100vh;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
.section-wrapper{
	height:100%;	
}
.header, .full-wrapper{
	border-radius: unset;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}