.light-yellow {background-color:#ffffb3;}
.header-color{background-color:#e2ece9;}
.green {background-color:#fff1e6;}
.blue {background-color:#eef;}

.normal_wrapper{margin: auto;width: 65%; display:flex; flex-direction:column;padding:3em 2em 2em 2em;justify-content: center; font-weight: 350;}
.medium_wrapper{margin: auto;width: 75%; display:flex; flex-direction:column;padding:3em 2em 2em 2em;justify-content: center; font-weight: 350;}
.large_wrapper{margin: auto;width: 85%; display:flex; flex-direction:column;padding:3em 2em 2em 2em;justify-content: center; font-weight: 350;}

.blog-content h1{font-size:30px; text-align: center;}
.blog-content h2{font-size:25px; color: #e16677;margin-top: 25px;}


@media screen and (min-device-width: 350px) and (max-device-width: 600px)
{
.normal_wrapper{margin: auto;width: 85%; display:flex; flex-direction:column;padding:1em 0em 2em 0em;justify-content: center; font-weight: 350;}
.medium_wrapper{margin: auto;width: 90%; display:flex; flex-direction:column;padding:1em 0em 2em 0em;justify-content: center; font-weight: 350;}
.large_wrapper{margin: auto;width: 95%; display:flex; flex-direction:column;padding:1em 0em 2em 0em;justify-content: center; font-weight: 350;}
.blog-content h1 {
    font-size: 25px;
    text-align: center;
}
.blog-content h2 {font-size: 20px}
}

@media screen and (min-device-width: 1500px) and (max-device-width: 2000px)
{
.normal_wrapper{margin: auto;width: 45%; display:flex; flex-direction:column;padding:1em 0em 2em 0em;justify-content: center; font-weight: 350;}
.medium_wrapper{margin: auto;width: 55; display:flex; flex-direction:column;padding:1em 0em 2em 0em;justify-content: center; font-weight: 350;}
.large_wrapper{margin: auto;width: 60%; display:flex; flex-direction:column;padding:1em 0em 2em 0em;justify-content: center; font-weight: 350;}

.blog-content h1{font-size:40px; text-align: center;}
.blog-content h2{font-size:30px; margin-top: 25px;}

#feedback-box{padding: 4em 0em 2em 0em;}
}


