.list-suppliers-update{
}

    .list-suppliers-update .head{
        text-align: center;
        margin: auto auto 40px auto;
    }

        .list-suppliers-update .head h1{
            margin-bottom: 20px;
        }

    .list-suppliers-update .list{
        margin: auto;
        padding: 0 20px 0 20px;
    }

        .list-suppliers-update .list .supplier-update{
            border-bottom: 2px solid #e7ebec;
            margin: auto auto 40px auto;
            padding: 0 0 40px 0;
            display: flex;
            align-items: center;
        }

            .list-suppliers-update .list .supplier-update:last-child{
                border-bottom: 0;
            }

            .list-suppliers-update .list .supplier-update .logo-block{
                width: 180px;
            }

            .list-suppliers-update .list .supplier-update .logo{
                display: block;
                margin: 10px 10px 20px 10px;
                width: 160px;
            }

                .list-suppliers-update .list .supplier-update .logo img{
                    display: block;
                    width: 100%;
                    border-radius: 90%;
                    border: 3px solid white;
                    box-shadow: 0 0 0 5px #e7ebec;
                }

            .list-suppliers-update .list .supplier-update .date-published{
                text-align: center;
                font-size: 14px;
                margin: 0 0 20px 0;
            }

            .list-suppliers-update .list .supplier-update .body{
                justify-content: center;
                margin: 0 40px 0px 40px;
                align-items: center;
                width: 600px;
                text-align: center;
            }

                .list-suppliers-update .list .supplier-update .body .name{
                    font-size: 24px;
                    font-weight: bold;
                    margin: 0 0 20px 0;
                }

                .list-suppliers-update .list .supplier-update .body .location{
                    font-size: 20px;
                    font-weight: bold;
                    margin: 0 0 10px 0;
                }

                .list-suppliers-update .list .supplier-update .body .opening-date{
                    margin: 0 0 10px 0;
                }

                .list-suppliers-update .list .supplier-update .body .star-rating{
                    margin: 0 0 10px 0;
                }

                .list-suppliers-update .list .supplier-update .body .description{
                    margin: 0 0 10px 0;
                }

                .list-suppliers-update .list .supplier-update .body .links{
                    display: flex;
                    justify-content: center;
                }

                    .list-suppliers-update .list .supplier-update .body .links a{
                        margin: 0 20px;
                    }

            .list-suppliers-update .list .supplier-update .images{
                display: flex;
                justify-content: center;
            }

                .list-suppliers-update .list .supplier-update .images a{
                    max-width: 160px;
                    margin: 5px;
                }

                    .list-suppliers-update .list .supplier-update .images a:nth-child(n+4){
                        display: none;
                    }

                    .list-suppliers-update .list .supplier-update .images a img{
                        width: 100%;
                    }