.seo_banner_content {
    margin-top: 2rem;
}
.breadcrumb_area {
	/*background-image: -webkit-linear-gradient(180deg, #fff 0%, #fff 100%) !important;*/
	padding: 200px 0px 80px !important;
}
.breadcrumb_area h1,
.breadcrumb_area p {
    color: #fff;
}
.blog_grid_item {
    cursor: default;
}
.new_startup_banner_area {
	background: #fff;
}
.hosting_service_item{
	box-shadow: 0px 50px 100px 0px rgba(5, 1, 64, 0.1), 0px -5px 0px 0px rgba(95, 84, 253, 0.004);
	margin-bottom: 30px;
}
.hosting_service_item img{
	height: 60px;
}
.software_service_item p span {
	padding: 0 0;
}

.article-votes {
    border-top: 1px solid #ddd;
    /* border-bottom: 1px solid #ddd; */
    padding: 30px 0;
    text-align: center;
    margin-top: 100px;
}
.community-box-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}
.section h2 {
    margin-bottom: 10px;
    text-align: center;
}
.align-center {
    text-align: center;
}

@media (min-width: 768px)
.article [role="button"] {
    width: auto;
}

.article [role="button"] {
    flex-shrink: 0;
    width: 100%;
}
.submit-request-button {
    min-height: 35px;
    padding: 11px 30px;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 0;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: .075em;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    outline: 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    background-color: #0072ef;
    color: #fff;
    text-align: center;
    max-width: 190px;
}
.recent-activity-header{
    font-size: 28px;
    letter-spacing: 0;
    font-family: Open Sans,sans-serif;
    line-height: 62px;
    font-weight: 400;
    !important: ;
}
.recent-activity p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

p img{
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
p img:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
