.profile-buyer{
    max-width: 800px;
    margin: 60px auto auto auto;
}

    .profile-buyer .cover{
        margin: 0 -195px 10px -195px;
        position: relative;
        padding:  0 0 0px 0;
        height: 361px;
    }

        .profile-buyer .cover img{
            position: absolute;
            z-index: -100;
            width: 100%;
            border-radius: 4px;
        }

    .profile-buyer .logo{
        margin: auto auto 80px auto;
        width: 200px;
        height: 200px;
        display: block;
    }

        .profile-buyer .logo img{
            width: 200px;
            height: 200px;
            border: 5px solid #e7ebec;
            box-shadow: 10px 10px 42px 0 rgba(255, 255, 255, 0.75);
            border-radius: 100%;
            background-color: #FFFFFF;
        }

        .profile-buyer .logo.flaming{
            margin-top: 120px;
        }

        .profile-buyer .logo.has-cover{
            margin-top: -110px;
        }

    .profile-buyer .title{
        margin: auto;
        text-align: center;
        font-size: 38px;
    }

    .profile-buyer .location_country{
        margin: 20px auto auto auto;
        text-align: center;
        font-size: 24px;
    }

    .profile-buyer .description{
        margin: 40px 0 0 0;
        font-size: 18px;
        line-height: 150%;
        text-align: justify;
    }

    .profile-buyer .social{
        margin: 40px 0 0 0;
    }

        .profile-buyer .social .t{
            font-size: 28px;
            font-weight: 600;
        }

        .profile-buyer .social ul{
            list-style: none;
            margin: 20px 0 0 0;
            padding: 0;
        }

            .profile-buyer .social ul li{
                display: flex;
                align-items: center;
                padding: 0 0 10px 0;
            }

            .profile-buyer .social ul li img{
                height: 25px;
                display: block;
                margin: 0 20px 0 0;
            }

    .profile-buyer .company-contacts{
        margin: 40px 0 0 0;
    }

        .profile-buyer .company-contacts .t{
            font-size: 28px;
            font-weight: 600;
        }

        .profile-buyer .company-contacts ul{
            list-style: none;
            margin: 20px 0 0 0;
            padding: 0;
        }

            .profile-buyer .company-contacts ul li{
                display: flex;
                align-items: center;
                padding: 0 0 10px 0;
            }

            .profile-buyer .company-contacts ul li img{
                height: 25px;
                display: block;
                margin: 0 20px 0 0;
            }

    .profile-buyer .events-attended{
        margin: 40px 0 0 0;
    }

        .profile-buyer .events-attended .t{
            font-size: 28px;
            font-weight: 600;
        }

        .profile-buyer .events-attended ul{
            list-style: none;
            margin: 20px 0 0 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
        }

            .profile-buyer .events-attended ul li{
                align-items: center;
                background: #498392;
                padding: 6px 15px;
                width: fit-content;
                color: white;
                font-size: 15px;
                margin: 0 10px 10px 0;
            }

    .profile-buyer .gallery{
        margin: 40px 0 60px 0;
    }

        .profile-buyer .gallery .t{
            font-size: 28px;
            font-weight: 600;
        }

        .profile-buyer .gallery ul{
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .profile-buyer .gallery ul li{
                margin: 20px 20px 0 0;
                width: 180px;
                height: 180px;
                display: block;
            }

                .profile-buyer .gallery ul li a{
                    display: block;
                }

                    .profile-buyer .gallery ul li a img{
                        display: block;
                        border-radius: 6px;
                        width: 100%;
                    }

            .profile-buyer .gallery ul li.video{
                position: relative;
                background-color: #f2f2f2;
            }

                .profile-buyer .gallery ul li.video a{
                    height: 100%;
                }

                .profile-buyer .gallery ul li.video::before{
                    content: "▶️ VIDEO";
                    color: white;
                    background: #6b6b6a;
                    padding: 6px 8px;
                    display: flex;
                    align-items: center;
                    text-align: center;
                    margin: auto;
                    font-size: 20px;
                    position: absolute;
                    top: 0;
                    right: 0;
                }

    .profile-buyer .delegates{
        margin: 40px -195px 10px -195px;
        overflow: hidden;
        background-color: #f2f2f2;
        padding: 40px 0 80px 0;
        border-radius: 3px;
    }

        .profile-buyer .delegates .t{
            font-size: 38px;
            font-weight: 600;
            max-width: 800px;
            margin: auto;
        }

        .profile-buyer .delegates .delegate{
            margin: 40px auto 0 auto;
            padding: 40px;
            max-width: 800px;
            overflow: hidden;
            width: 100%;
            box-sizing: border-box;
            font-size: 18px;
            background-color: white;
            box-shadow: 0 16px 40px rgba(0,0,0,0.12) !important;
            border-radius: 4px !important;
        }

            .profile-buyer .delegates .delegate .events-attended{
            }

                .profile-buyer .delegates .delegate .events-attended .t{
                    font-size: 22px;
                }

            .profile-buyer .delegates .profile-image{
                display: block;
                margin: auto;
                width: 100px;
            }

                .profile-buyer .delegates .profile-image img{
                    display: block;
                    width: 100%;
                    border-radius: 90%;
                    border: 3px solid white;
                    box-shadow: 0 0 0 5px #e7ebec;
                }

            .profile-buyer .delegates .name{
                text-align: center;
                font-size: 38px;
                font-weight: 600;
                margin: 20px 0 0 0;
            }

            .profile-buyer .delegates .job-title{
                text-align: center;
                margin: 20px 0 0 0;
                font-size: 24px;
            }

            .profile-buyer .delegates .intro{
                text-align: center;
                margin: 20px 0 0 0;
                font-size: 18px;
            }

            .profile-buyer .delegates .personal-contacts{
                margin: 40px 0 0 0;
            }

                .profile-buyer .delegates .personal-contacts ul{
                    list-style: none;
                    margin: 20px 0 0 0;
                    padding: 0;
                }

                    .profile-buyer .delegates .personal-contacts ul li{
                        display: flex;
                        align-items: center;
                        padding: 0 0 10px 0;
                    }

                    .profile-buyer .delegates .personal-contacts ul li img{
                        height: 25px;
                        display: block;
                        margin: 0 20px 0 0;
                    }

            .profile-buyer .delegates{
            }

            .profile-buyer .delegates{
            }

            .profile-buyer .delegates{
            }

            .profile-buyer .delegates{
            }