#pstblocktopcontact {
	float: right;
	margin: 0 30px;
}
.contact-icon-block {
    background-image: url(../img/call.png);
    background-repeat: no-repeat;
    height: 155px;
    width: 206px;
    margin-top: -80px;
}
.contact-details {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.pst-block-top-contact{
    position: relative;
}
.pst-contact-item {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}