header {
  height: 80px;
}
.header__container {
  display: flex;
  flex-direction: row-reverse;
  height: 60px;
}
.right__container {
  width: 40%;
}

.right__container .phone__container {
  display: none;
}
.logo img {
  width: 50px;
}
.text h1 {
  font-size: 3rem;
}
.text h4 {
  font-size: 1.5rem;
}

.menu__desktop {
  width: 90%;
  align-items: center;
}

/*phone*/
.phone-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.fa-phone {
  font-size: 1.5em;
  color: var(--sea);
}
/*slider*/

/* separator */
.separator {
  height: 20px;
  background-image: none;
}
/* separator end */
/* slider end */

/*about-us*/
.about-us {
  height: 900px;
}
.about__container h1 {
  font-size: 3.2rem;
}
.about__container p {
  padding: 0;
  font-size: 2.4rem;
}
.about_button p {
  font-size: 2.5rem;
}
.about__container img {
  width: 100%;
  height: 600px;
}
/*process*/
.process {
  height: 650px;
}
.process__container {
  height: 600px;
}
.process__card {
  max-width: 90%;
}
.card__text h4 {
  font-size: 2.5rem;
}
.card__text p {
  padding-left: 10px;
  font-size: 2.4rem;
}
/* facilites*/
.facilities {
  width: 100%;
}
.container__title h1 {
  font-size: 3.2rem;
}
.container__title p {
  padding-top: 30px;
  font-size: 2.7rem;
  line-height: 1;
}
.container__facilities_card {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: center;
}
.facilities__card {
  height: 700px;
}
.facilities__card h2 {
  font-size: 3rem;
}
.facilities__card p {
  font-size: 2.5rem;
}
.facilities__card picture img {
  height: 450px;
}
/*footer*/
.footer__left img{
  width:50% ;
}
