    footer.about-footer{
        width:100%;
        position:relative;
    }



.included-section{
    width:100%;
    max-width:1400px;
    position:absolute;
    top:15%;
    padding:1rem;
}

.title-container{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:40px;
    margin-top:3rem;
}

.title-container h2{
    color:black;
    font-size:3rem;
    margin:0;          
    white-space:nowrap;
}   

.title-line{
    height:2px;
    flex:1;
    background:black;
}

.cards{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    margin-top: 7rem;
}

.card{
    flex:1;
    width:240px;
    height:18rem;
    padding:25px;
    border:2px solid rgba(0,0,0,0.6);
    border-radius:20px;
    background:rgba(0,0,0,0.08);
    color:black;
    transition:0.3s ease;
}



.card:hover{
    background:rgba(255,255,255,0.08);
    border-color:rgba(255,255,255,0.6);
}

.activecard{
    background:rgba(0,0,0,0.12);
    border-color:rgba(0,0,0,0.7);
}

section.card-header{
    width:100%;
    height:20%;
    background:none;
    margin-bottom:1rem;
    display: flex;
}


div#card-header-logo{
    width:18%;
    height:100%;
    background:none;
}

div#card-header-title{
    width:80%;
    height: 100%;
    background:none;
    display:flex;
    align-items: center;
    padding-left:0.5rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

p.card-header-paragraph{
    word-spacing: 4px;
    line-height: 1.3;
    font-family: Arial, Helvetica, sans-serif;
}

p#footer-title{
    font-size:3rem;
    font-weight: bold;
    -webkit-text-stroke: 0.2px white;
}


img.card-header-logo-pc{display:block;}

img.card-header-logo-tablet{display:none;}


article#tablet-post-fixer{display:none}
article#pc-post-spacer{display: block;}


@media (max-width: 768px) {
   
p#footer-title{font-size:2rem;font-weight: bold;}

article#tablet-post-fixer{display:block}
article#pc-post-spacer{display: none;}


img.card-header-logo-pc{display:none;}

img.card-header-logo-tablet{display:block;}

.title-container{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:10px;
    margin-top:0rem;
}


.cards{
    gap:25px;
    margin-top: 4rem;
}


.card{
    
    min-width:15rem;
    height:18rem;
    padding:25px;
    border:2px solid rgba(0,0,0,0.6);
    border-radius:20px;
    background:rgba(0,0,0,0.7);
    color:white;
    transition:0.3s ease;
}


.card:hover{
    background:rgba(0,0,0,0.4);
    border-color:rgba(255,255,255,0.6);
}


.card{
    flex:1;
    width:240px;
    height:16rem;
    padding:25px;
    border:2px solid rgba(0,0,0,0.6);
    border-radius:20px;
    background:rgba(0,0,0,0.7);
    color:white;
    transition:0.3s ease;
}



section.card-header{
    width:100%;
    height:16%;
    background:none;
    margin-bottom:1rem;
    display: flex;
}


div#card-header-logo{
    width:18%;
    height:100%;
    background:none;
}

div#card-header-title{
    width:80%;
    height: 100%;
    background:none;
    display:flex;
    align-items: center;
    padding-left:0.5rem;
    font-weight: bold;
    font-size:0.9rem;
    font-family: Arial, Helvetica, sans-serif;
}

p.card-header-paragraph{
    word-spacing: 4px;
    line-height: 1.3;
    font-size:0.9rem;
    font-family: Arial, Helvetica, sans-serif;
}

}

