body{
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0;
	margin: 0;
background-image: linear-gradient(to right, #563c00 , #bb9b01)}
	
a {
  color:#fff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;  
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}





#box-wrap{
	padding:7% 20px;
	
	height: 100%;
}


.sub-box{
	width: 50%;
	margin: auto;
	float: none;
	display: block;
	
}


.content-outer{
	padding: 20px;
	background: #ffff;
	border-radius: 10px;
	margin-bottom: 20px;
	min-height: 200px;
}


.image-box{
	
    padding: 0px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: .5s;
}

.image-box img{
	margin: auto;
	display: block;
	border: 4px solid rgb(143 127 10 / 50%);
    border-radius: 50%;
    padding: 5px;
}

.image-box img:hover{
	border: 4px solid #000;
}



.content-box{
	padding: 0px;
	float: left;
	width: 100%;
}


.content-box h2{
	color:#b89001;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}


.content-box-btn{
	font-size: 15px;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    background:#716d08;
    border-radius: 10px;
    padding: 7px 25px;
    text-decoration: none;
    margin-top: 20px;
    float: none;
    margin: auto;
    display: table;
    width: auto;
}


.content-box-btn:hover{ 
	color: #fff;
	background: #000;}


.header {
  padding-top: 0px;
  padding-bottom: 0px;
}
.first-column {
    background: green;
    color: white;
    font-size: 2rem;
    border-width:2px;
    border-color:#000;  
    background: #5851ff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    align-items: center;

}
.second-column {

  border-style: dotted;
  border-width: 2px;
}

@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 767px) {
	.sub-box{
		width: 100%;
	}
	
	.content-box h2{
		font-size: 15px;
	}
	
	.content-outer{
		min-height: 220px;
	}
}

@media only screen and (max-width: 320px) {
	.sub-box{
		width: 100%;
	}
}