a:hover {
  transition: color calc(300 * 1ms) cubic-bezier(0.42, 0.01, 0.58, 1),
    background-color calc(300 * 1ms) cubic-bezier(0.42, 0.01, 0.58, 1);
}

.contact-page-header {
  width: 100%;
  background-color: rgb(242, 243, 245);
}

.contact-wrapper {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.contact-content {
  width: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.4;
  border-radius: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-content h1 {
  font-size: 54px;
  color: rgb(33, 41, 52);
  padding: 10px 0;
}

.contact-nav-link-home a {
  color: rgb(33, 41, 52);
}

.contact-nav-link-home a:hover {
  color: #ff9900;
}

.contact-nav-link-contact {
  font-weight: bold;
}

.contact-page-body {
  background-color: #f5f5f5;
  padding: 80px 30px;
}

.contact-page-body-wrapper {
  width: 76%;
  margin: 0 auto;
}

.contact-page-container {
  display: flex;
  gap: 60px;
}

#contact-page .contact-locations {
  background-color: #fff;
  box-shadow: none;
}

#contact-page .contact-locations .address-area,
#contact-page .contact-locations .email-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

#contact-page .contact-locations .address-area h2,
#contact-page .contact-locations .email-area h2,
#contact-page .contact-locations .email-area h2 a {
  display: block;
  color: rgb(33, 41, 52);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.contact-page-container .contact-touch h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgb(251, 133, 0);
  margin-top: 10px;
}

.contact-page-container .contact-touch h2 {
  font-size: 40px;
  color: rgb(68, 68, 68);
  font-weight: 700;
  margin-bottom: 35px;
}

.contact-page-container .contact-touch p {
  font-size: 16px;
  color: rgb(68, 68, 68);
  margin-bottom: -10px;
}

.contact-nav {
  margin: 5px;
}

div.text .head-title {
  font-size: 32px;
}

.contact-locations h2 a:hover {
  color: rgb(251, 133, 0) !important;
}
