.aboutcontainer {
    display: grid;
    padding: 2rem;
    grid-template-columns: 300px 1fr;
    gap: 1rem;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    font: 500 100%/1.5 system-ui;
    position: relative;
    top: 45px;
}
.aboutimg {
    max-width: 100%;
    height: auto;
}
.abouttest{
    top:83px;
    width: 100%;
    height: 224px;
    background-image: linear-gradient(to bottom right, #125604e1, rgba(0, 0, 0, 0.822)),
    url('/secret/images/nav/main.jpg');
    background-size:cover;
    color: white;
    text-align: center;
    position: relative;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.abouttestamony{
    flex-direction:row;
    padding:10px;
    flex-wrap:wrap;
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:1550px;
    margin-top: 120px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.testamony{
    width:375px;
    height:170px;
    border: rgb(5, 3, 3) 4px solid;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 10px 10px 5px rgb(97, 95, 95);
}
.testamony:hover{
    width:380px;
    height:175px;
    margin: 17px;
    border-radius: 5px;
    box-shadow: 10px 10px 5px 6px rgb(97, 95, 95);
    bottom: 6px;
    position: relative;
}
.testamonyname{
    padding: 10px;
    color: black;
    font-weight: bold;
    font-style: italic;
} 
.testamonytext{
    width:355px;
    padding: 10px;
    color: black;
    font-style: italic;
}
.testheader{
    font-size: 22px;
    color: black;
    top:92px;
    position: relative;
    text-align: center;
}
.hrline{
    width:55px;
    top:100px;
    position: relative;
    color: #333; 
    background-color: #333; 
    height: 4px;
    border: none;
}