.suq{
    max-width: 465px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #231f20;
    font-size: 14.4px;
    color: #231f20;
    margin: auto;
    line-height: 1.4;
    background-size: 100% auto;
    text-align: justify;
}
strong{
    font-weight: bold;
}
img{
    border: none;
    max-width: 100%
}

ul{
    margin: 0px 0 14px 0;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 24px;
    text-align: left;
    position: relative;
}
li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    background: #231f20;
}

a {
    color: inherit;
    text-decoration: none; 
}
h1{
	font-size: 16px;
	margin: -12px 0 3px;
	line-height: 1.3;
	font-weight: normal;
	color: #015b9e;
}
p{
    margin: 0px 0px 11px;
}
.nd{
    padding: 0px 10px 1px 67px;
}
h1 span{
    font-size: 23px;
}
h2{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
} 
h1 strong{
    
}

/*---------bootraps------------*/
div{
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-responsive{
    max-width: 100%;
    display: block;
}


body{
    margin: 8px 0px;
     background: #fff
}
img.img-4 {
    position: absolute;
    right: 8px;
    width: 88px;
    bottom: 12px;
}
img.img-2 {
    position: absolute;
    left: 6px;
    width: 118px;
    bottom: 11px;
}

.f {
    position: relative;
    padding: 6px 0 5px 156px;
    font-size: 15px;
    color: #fff;
    background: #015b9e;
}

.f p {
    margin: 0;
}


@media screen and (max-width: 465px){
    .suq{
        width: 100%;
        text-align: left;
    }
    .nd{
        padding: 5%
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a, .m_in{
        display: inline-block;
    }
	.f {
	    padding: 15px 15px 113px;
	    text-align: center;
	}
	img.img-4 {
	    max-width: 37%;
	}
	
	img.img-2 {
	    max-width: 50%;
	}
}