#mod-custom111 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1em;
}

#mod-custom111 img {
    height: 50px;
}

.container-header {
    z-index: 10;
    background-color: black;
    background-image: none;
}

.card {
    --card-border-width: 0px;
}
.intro-text{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
padding-top: 1em;
}
.intro-text div{

padding: 1em;
}
.footer .grid-child {

    padding: .5rem .5em;
}

.footer {
    color: #fff;
    background-color: black;
    background-image: none;

}
.footer img{
    height: 50px;
padding: .5em;
}

@media screen and (max-width: 900px) {
    #mod-custom111 img {
        height: 30px;
    }
    .intro-text{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    
    }
    .intro-text div{

        padding: 0em;
        }
}