.phone-us-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../../../images/photos/history-image.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0;


}

.phone-us-section h2{
    color: white;
}

.phone-us-section .phone-us-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    margin: 0;
    width: 100%;
}
.phone-us-section button{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;

}
.phone-us-section button:hover{
    background-color: var(--secondary-color);
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
    color: white;
}

.phone-us-section button a{
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    color: unset;
}

.phone-us-section button img{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    padding: 0;
}