.pp-container {
    width: 500px;
    height: 500px;
    margin-top: 73px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #333;
}

.pp-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 100px;
}

.icons-container i{
    color: #faf4d3;
}
.icons-menu {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    text-decoration: none;
    transition: transform .18s ease, background .18s;
}

.icons-menu:hover {
    transform: translateY(-6px) scale(1.05);
    
}

.promotion-text{
    margin-top: 75px;
}
