.mt_two_column_layout .mt_two_col .mt_col_content .mt_btn {
  align-self: center;
  background-color: #231F20;
  color: #ffffff;
  border: 1px solid #231F20; }
  .mt_two_column_layout .mt_two_col .mt_col_content .mt_btn:hover {
    background-color: transparent;
    color: #231F20;
    border: 1px solid #231F20; }

.retail-contact {
  background: #f5f5f5;
  padding: 20px 0; }

.retail-contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px; }

.retail-contact__text {
  flex: 1;
  font-size: 18px;
  color: #000101;
  padding-left: 30px; }

.retail-contact__list {
  display: flex;
  gap: 40px; }

.retail-contact__item {
  position: relative;
  padding-left: 40px; }

.retail-contact__item:first-child {
  padding-left: 0; }

.retail-contact__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ccc; }

.contact-name {
  font-size: 18px;
  color: #000101;
  margin-bottom: 5px; }

.contact-email {
  font-size: 18px;
  color: #000101;
  text-decoration: none; }

/*# sourceMappingURL=retail_2.css.map */
