.description .about-imgs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    img {
        width: 240px;
        height: 100%;
    }
}