.contact-page-container {
    max-width: 1280px;
}

.text-details-container,
.contact-form {
  flex: 1;
}

.text-details-wrapper .text-detail i {
  width: 40px;
  display: block;
}

.text-details-wrapper .text-detail .text-content {
  flex: 1;
}

@media screen and (max-width: 828px) {
    .contact-ways {
        flex-direction: column;
    }

    .text-details-wrapper {
        font-size: var(--small);
    }
}