.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/contact1.webp) center center no-repeat;
    background-size: cover;
}

#callPart .part {
    border: 1px solid #ccccccc7;
    border-radius: 20px;
    box-shadow: 0 0 15px #eee;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

#callPart .part i {
    background: rgb(165, 165, 165);
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

#callPart .part:hover a i {
    background: var(--company-color);
}
