@media only screen and (max-width: 950px){
    h6.seo-sub-head {
       font-size:1.3rem;
    }
    .seo-btn-container{
       margin-bottom:-2.5rem;
    }
    
}

@media only screen and (max-width: 600px){
    .seo-btn-container{
       margin-bottom:0rem;
    }
}

.paperTypesBlock .new-paper-badge{
	border-radius: 0.1rem !important;
}

.quick_tips {
    padding: 2.1rem 0;
    margin: 0;
}
.quick_tips ul{ 
    margin: 3rem 1rem 3rem 10rem;
    padding: 0;
    list-style: none;
}
.quick_tips ul li {
    padding: 0rem 1.5rem 0.5rem 1.5rem;
    position: relative;
    font-size: 1.4rem;
}
.quick_tips ul li:before{
    content: '';
    border-top: 0.4rem solid transparent;
    border-left: 0.8rem solid #555;
    border-bottom: 0.4rem solid transparent;
    position: absolute;
    left: 0;
    top:0.5rem;
}
.quick_tips_img {
    width: 12%;
    position: absolute;
    top: 3rem;
    left: -2rem;
}
.box {
    display: flex;
    flex-wrap: wrap;
}
.box > .child {
    flex: 1 1 10rem;
    margin:0 1rem 1rem 3rem;        
    background: #eef4fa;
    position: relative;
    border: 0;
}
.content-fixed .p-names {
    padding-top: 0.5rem !important;
}