@charset "utf-8";
/* CSS Document */
body{
}

.content-title {
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: normal;
    word-spacing: 10px;
    text-align: center;
    display: inline-block;
    max-width: 47ch;
}
#section1 {
    color: undefined;
    text-align: center;



}
li {
    font-size: 1.5rem;
    text-decoration: none;
	

}
#section1 .content-wrap ul {
    text-align: center;
    padding-top: 1.25em;
    background-color: rgba(230,227,224,1.00);
    height: auto;
    width: 100%;
    max-width: 497px;
    padding-right: 0px;
    padding-bottom: 3px;
}
ul .card1 li {
    text-decoration: none;
    color: rgba(112,110,110,1.00);
    margin-bottom: 4px;

}

ul .card2 li {
    text-decoration: none;
    color: rgba(112,110,110,1.00);
    margin-bottom: 4px;

}
.wrapper #section1 .content-wrap {
    background-color: rgba(253,242,230,1.00);
    padding-right: 30px;
	padding-left: 30;
}


.wrapper div img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper #section2 p {
    display: block;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    margin-top: 25px;
}





@media (min-width:400px){
	
.content-wrap {
    background-color: rgba(252,231,207,0.70);
    height: 150px;
    padding-left: auto;
    padding-right: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1.5em;
    font-size: medium;
    text-align: center;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;

   
		}
ul{
		list-style-type:none;
	
	}
}
@media (min-width:768px)
{
	
}

@media (min-width:1024px)
{
}
