
.header-social {
	margin-left: 29px;
}
.header-social ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.header-social ul li {
	list-style: none;
	margin: 0 0 0 20px;
}
.header-social ul li:first-child{
	margin-left: 0;
}
.header-social ul li a {
	display: block;
	font-size: 17px;
	color: #FEFFFE;
}
.inner-box{
    text-align: center;
}
.icon-box img{
    width:250px;
    border-radius: 50%;
    margin: auto;
}
.partner-block{
    padding:10px 20px;
    border-radius: 14px;
    border: solid 1px #f2eee2;
    margin-bottom: 15px;
    height: 110px;
}
.partner-block img{
    object-fit: contain;
}
.dpre {
    white-space: pre-line;
    display: block;
}

.dpre img,
.dpre iframe {
    max-width: 100%;
}
.logo img{
    width:190px;
}
@media only screen and (max-width: 768px){
    .partner-block{
        height: unset;

    }
    .header-top{
        display: none;
    }
}