.pilpres-box{
    width: 100%;
    height: auto;
    
}
.share-svg{
    width: 100%;
    height: auto;
    background-color: #000;
    padding: 0 0 7px 25px;
}
.svg-mobile{
    max-width: 172px;
    width: 20%;
    min-width: 100px;
}
.icon-share{
    fill: #ffffff;
    transition: 0.3s;
}
.link-share:hover > path:nth-child(1){
    fill: #303030;
    transition: 0.3s;
}
.share-svg-01{
    width: 100%;
    height: auto;
    background-color: #FFF8E6;
    padding: 0 0 7px 25px;
}
.share-svg-02{
    width: 100%;
    height: auto;
    background-color: #E6F1F9;
    padding: 0 0 7px 25px;
}
.bg_link{
    width: 100%;
    height: 120px;
    background-image: linear-gradient(to right, #480001 , #460000);
    margin-top: 15px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
}
.bg_link > span:nth-child(1){
    color: #fff;
    font-family: "Roboto-Medium" !important;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    padding-top: 10px;
}
.capres_name{
    width: 100%;
    max-width: 150px !important;
    display: inline-block;
    background-color: #FFF500;
    border-radius: 30px;
    height: 30px;
    margin: 12px 0px 0px 5px;
    text-align: center;
    font-family: "Roboto-Bold" !important;
    font-size: 14px;
    padding-top: 6.5px;
    box-shadow: 0px 3px #2b0303;
    cursor: pointer;
}
.capres_name a{
    color: #000;
    text-decoration: none;
    padding: 5px 20px;
}
@font-face {
	font-family: "Roboto-Regular";
	src: url("../fonts/Roboto-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto-Medium";
	src: url("../fonts/Roboto-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto-Bold";
	src: url("../fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@media (min-width: 320px) and (max-width: 360px) {
    .capres_name {
        max-width: 120px !important;
        height: 27px;
        font-size: 12px;
        padding-top: 6px;
    }
    .bg_link > span:nth-child(1){
        font-size: 12px;
    }
}