/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.cover-contact-info{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.cover-contact-info a{
    color:#ffffff;
}
@media screen and (max-width:768px){
.cover-contact-info{
    flex-direction:column;    
}
}