.wp-content {
    padding: 10pc 0 3pc 5%;
}
.social-top > div{
	float: left;
	width: 50%;
	padding-right: 10%;
}
.social-top > div > div {
    float: left;
    width: 100%;
}
.social-top .title-page-new {
    display: table;
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.social-top .title-page-new > div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.social-top .title-page-new h3,.social-top .title-page-new .text-title h3 {
    margin: 0;
}
.social-top .button-title {
    text-align: right;
}
.social-top .button-title iframe{
	position: absolute !important;
    right: 0;
    opacity: 0;
}
.social-top .title-page-new p {
    /* width: auto; */
    display: inline-block;
    margin: auto 0 0 auto;
    color: #1da1f2;
    position: relative;
}
.social-top .title-page-new p:before {
    content: '';
    background-image: url('../images/twitter-icon.png');
    width: 23px;
    height: 24px;
    display: block;
    position: absolute;
    left: -35px;
}

.tf-container li.tf-tweet {
    border-bottom: 1px solid #4d4f7e;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.tf-container li:last-child{
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}


@media(max-width:1690px){
	.social-top .title-page-new h3, 
	.social-top .title-page-new .text-title h3 {
	    margin: 0;
	    font-size: 20px;
	}
}
@media(max-width:1440px){
	.social-top > div {
	    padding-right: 5%;
	}
}
@media(max-width : 1100px){
	.social-top .title-page-new > div {
    	width: 100%;
		display: block;
    }
	.social-top .button-title {
	    text-align: left;
	    padding-left: 35px;
	    padding: 20px 20px 0 35px;
	}
}
@media(max-width : 990px){
	.wp-content {
	    padding: 5pc;
	}
}
@media(max-width : 880px){
	.social-top > div {
	    width: 100%;
	    padding: 0;
	}
	.social-top .right-top {
	    padding-top: 50px;
	}
}
@media(max-width: 580px){
	.wp-content {
	    padding: 40px;
	}
}