form#buyer-search{
    display: block;
}

.select-profile-d{
    margin: auto;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 40px 0 80px 0;
    border-radius: 3px;
}

    .select-profile-d h1{
        text-align: center;
        margin: 20px 0 40px 0;
        font-size: 38px;
    }

        .select-profile-d ul{
            max-width: 550px;
            margin: auto;
            overflow: hidden;
            width: 100%;
            box-sizing: border-box;
            font-size: 18px;
            padding: 0;
            background-color: white;
            box-shadow: 0 16px 40px rgba(0,0,0,0.12) !important;
            border-radius: 4px !important;
        }

            .select-profile-d ul li{
                border-bottom: 1px solid #e9ebee;
            }

                .select-profile-d ul li:last-child{
                    border-bottom: none;
                }

                .select-profile-d ul li a{
                    padding: 12px 20px;
                    display: block;
                    font-size: 22px;
                    font-weight: 400;
                }

                    .select-profile-d ul li a:hover{
                        text-decoration: none!important;
                    }

.list-buyers{
    margin: 60px auto auto auto;
    display: flex;
    flex-wrap: wrap;
}

    .list-buyers .buyer{
    }

        .list-buyers .buyer a{
            display: block;
            border-radius: 6px;
            overflow: hidden;
            background-color: #f2f2f2;
            position: relative;
            width: 380px;
            height: 210px;
            margin: 0 0 20px 0;
        }

        .list-buyers .buyer:nth-child(3n+2){
            margin-left: 25px;
            margin-right: 25px;
        }

        .list-buyers .buyer .cover{
        }

            .list-buyers .buyer .cover img{
                width: 100%;
            }

        .list-buyers .buyer .logo{
            position: absolute;
            left: 20px;
            bottom: 10px;
        }

            .list-buyers .buyer .logo img{
                width: 70px;
                height: 70px;
                border: 5px solid #FFF;
                border-radius: 100%;
                background-color: #FFFFFF;
            }

        .list-buyers .buyer .title{
            position: absolute;
            right: 20px;
            bottom: 10px;
            font-size: 24px;
            font-weight: 600;
        }