.social_icons{
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 40px;

}

@media (max-width: 767px) {
    .social_icons {
        font-size: 30px;
        bottom: 20px;
    }
}