/* 
    Created on : 08.11.2023, 18:04:22
    Author     : cathexis
*/

.contact23 {
  padding: 34px 0;
}

.contact23 .contact23__content .label {
  -webkit-transform: rotate(180deg) translateX(-50%);
  transform: rotate(180deg) translateX(-50%);
  color: var(--highlight-color);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 9px;
}

.contact23 .contact23__content h3 {
  margin-bottom: 20px;
  margin-top: 9px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 200;
  padding-left: 34px;
}

.contact23 .contact23__content .job_title,
.contact23 .contact23__content .company,
.contact23 .contact23__content .phone,
.contact23 .contact23__content .email {
  font-size: 16px;
  line-height: 28px;
  padding-left: 34px;
}

.contact23.contact23-left .contact23__image {
  float: right;
}

.contact23 .contact23__image {
  width: 201px;
  height: 201px;
  -webkit-box-shadow: 20px 20px 20px 0 rgba(0,0,0,.45);
  box-shadow: 20px 20px 20px 0 rgba(0,0,0,.45);
}