@media screen and (max-width: 769px) {
    .in_rs{
        flex-direction: column !important;
    }

    .rs_btn{
        width: 50px !important;
        height: 50px !important;
        margin: 0 !important;
    }
}

#cont h1{
    margin: 10px;
}

.in_rs{
    display: flex;
    justify-content: center;
    align-items: center;
}

.rs_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;

    margin: 15px;
    padding: 10px;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    border: solid transparent;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

    transition: 0.5s;
}

.rs_btn:hover{ background-color: #b1f5c97b; }

.twitter{
    background-image: url("../img/RS/twitter.png");
}

.linkedin{
    background-image: url("../img/RS/linkedin.png");
}

.mail{
    background-image: url("../img/RS/mail.png");
}