.presence-container{

width:50%;

margin-left:25%;

padding-top:250px;

padding-bottom:200px;

}


.presence-container section{

margin-bottom:160px;

}



.presence-container h2{

font-size:28px;

font-weight:500;

margin-bottom:40px;

}



.presence-list{

display:flex;

flex-direction:column;

gap:22px;

font-size:20px;

line-height:1.7;

}



.presence-list a{

color:#000;

text-decoration:none;

transition:.4s;

}



.presence-list a:hover{

opacity:.5;

}



.presence-list div{

color:#000;

}


@media(max-width:768px){


.presence-container{

    width:80%;

    margin:0 auto;

    padding-top:180px;

    padding-bottom:120px;

}



.presence-container section{

    margin-bottom:100px;

}



.presence-container h2{

    font-size:22px;

    font-weight:500;

    margin-bottom:30px;

}



.presence-list{

    gap:18px;

    font-size:16px;

    line-height:1.8;

}



}