.fixed-bottom{
	position: fixed;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.blog-body{
	font-size: 16px !important;
    line-height: 22px !important;
    max-width: 600px;
}
.blog-summary{
    background-color: #fff;
    padding: 20px 40px;
    width: 400px !important;
    border-radius: 10px;
    margin: 20px !important;
    height: 340px;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.blog-section{
    padding: 20px 40px;
    border-radius: 10px;
    margin-bottom: 100px !important;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.blog-h2{
	font-size: 22px !important;
	line-height: 28px;
}
.blog-main{
	padding: 20px;
    max-width: unset !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-bottom: 100px;
}
.blog-h1{
	font-size: 34px;
	line-height: 38px;
    margin: 10px;
    max-width: 720px;
}