.about__partners {
    font-size: 12px;
}

p {
    text-indent: 30px;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.container_img {
    height: 100%;
    /*width: 100%;*/
    object-fit: cover;
}