.get-in-touch {
  margin: 115px 0 0;
  padding: 0 90px 0 0;
}
.get-in-touch .title-part {
  margin: 0 0 50px;
}
.get-in-touch .title-part h2 {
  font-family: Albert Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 70px;
  line-height: 78px;
  letter-spacing: -0.044em;
  padding: 0;
  margin: 0 0 10px;
  color: #000;
}
.get-in-touch .title-part article p {
  padding: 0;
  margin: 0;
  color: #000;
  font-family: Albert Sans;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
}

.get-in-touch .items .single-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 45px;
}
.get-in-touch .items .single-item:last-of-type {
  margin: 0;
}
.get-in-touch .items .single-item .left-part{ 
  padding: 0 60px 0 0;
  width: 28%;
}
.get-in-touch .items .single-item .left-part p{
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.042em;
  padding: 0;
  margin: 0;
  color: #000;
}
.get-in-touch .items .single-item .right-part{  
  width: 72%;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.get-in-touch .items .single-item .right-part .phone-no {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 10px;
}
.get-in-touch .items .single-item .right-part .phone-no a {
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.042em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #000;
}
.get-in-touch .items .single-item .right-part .phone-no a:hover{
  color: #242424;
}
.get-in-touch .items .single-item .right-part .phone-no p {
  font-family: Albert Sans;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: -0.042em;
  color: #000;
  padding: 0;
  margin: 0;
}

.get-in-touch .items .single-item .right-part p {
  font-family: Albert Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.042em;
  padding: 0;
  margin: 0;
  color: #000;
}
.get-in-touch .items .single-item.location .right-part a {
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.get-in-touch .items .single-item.location .right-part a:hover{
  color: #242424;
}
.get-in-touch .items .single-item .right-part a {
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03em;
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.get-in-touch .items .single-item .right-part a:hover {
  color: #242424;
}
.get-in-touch .items .single-item.email .right-part p {
  font-family: Albert Sans;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(0,0,0,0.7);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.get-in-touch .items .single-item.email .right-part p a {
  font-family: Albert Sans;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #000;
}
.get-in-touch .items .single-item.social .right-part a i {
  font-size: 25px;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.get-in-touch .items .single-item.social .right-part a:hover i {
  color: #242424;
}
