.contact-section {
    background: #784494;
    display: flex;
    align-items: center;
}

.contact-section .container .section-item.text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.contact-section .container .section-item.text-section h3 {
    color: #FFF;
}

.contact-section .container .section-item.text-section p {
    color: #FFF;
}

.contact-section .container .section-item.text-section .buttons-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

.contact-section .container .section-item.text-section .buttons-container .button {
    background: #3F296E;
}

.contact-section .container .section-item.text-section .buttons-container .button:hover {
    background: #2E1C55;
}