.firm-description{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1em;
}



img {
    max-width: 600px;
    width: auto;
    height: auto;
}


.logo-container{
    text-align: center;
    display: block;
}


@media screen and (max-width: 600px) {
img {
    max-width: 350px;
    width: auto;
    height: auto;
}
}
