/*font */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
.cTitle {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 157%;
  text-align: center;
}
.cTitle--white {
  color: #fff;
}
.cTitle--brown {
  color: #963337;
}

.cSectionText {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 157%;
  color: #FFFFFF;
  text-align: center;
}
.cSectionText--white {
  color: #fff;
}
.cSectionText--black {
  color: #6A6A6A;
}

@keyframes goUp {
  0% {
    top: 70%;
    transform: scale(1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    top: 0;
    transform: scale(2.5);
    opacity: 0;
  }
}
.cBtn {
  border-radius: 0px;
  display: flex;
  font-family: inherit;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}
.cBtn--blue {
  background: #339692;
}
.cBtn--brown {
  background: #963337;
}
.cBtn:hover {
  background: #1A2C38;
}
.cBtn:hover span {
  animation: btnTransform 0.5s linear;
}
.cBtn span, .cBtn__span {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 16px;
  color: #FFFFFF;
  padding: 10px 36px;
}
.cBtn--white {
  background-color: #fff;
}
.cBtn--white span {
  color: #009f4f;
}
.cBtn--white:hover span {
  color: #fff;
}
@keyframes btnTransform {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  20% {
    transform: translateX(-50%);
    opacity: 0;
  }
  60% {
    transform: translateX(-100%);
    opacity: 0;
  }
  80% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
  }
}

.cSubText {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2em;
  color: #888888;
  font-weight: 400;
  text-align: justify;
}
.cSubText span {
  font-weight: 600;
}
.cSubText--white {
  color: #fff;
}

.clargeText {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 6.4rem;
  line-height: 75px;
  text-transform: uppercase;
  color: #f37022;
}

.banner {
  position: relative;
  background-color: #009f4f;
  position: relative;
  background-attachment: fixed;
}
.banner::after {
  background: #963337;
  mix-blend-mode: normal;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.banner__content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(-50%);
  justify-content: center;
  text-align: center;
  display: flex;
  grid-gap: 0px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 157%;
  color: #FFFFFF;
}
.banner h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 157%;
  color: #FFFFFF;
  text-transform: capitalize;
}
.banner__title {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.banner__breadCrumb {
  padding: 14px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  background: #393939;
  mix-blend-mode: normal;
  color: #fff;
}
.banner__breadCrumb iconify-icon {
  font-size: 2.4rem;
}
.banner__breadCrumb a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
  color: #fff;
  text-transform: capitalize;
}

/* color classes----------------------------------------------- */
/* rest ------------------------------------ */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  border: 0;
  appearance: none;
  box-sizing: border-box;
  list-style: none;
}

/* default styling and custom-helper-classes-------------------------------*/
html {
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  html {
    font-size: 8.5px;
  }
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  line-height: 10px;
  margin: 0px;
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 6.4rem;
  line-height: 96px;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 0px;
  text-transform: capitalize;
}

h2 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 43px;
  color: var(--color-heading);
  margin-bottom: 0px;
  text-transform: capitalize;
}

h3 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 26px;
  color: var(--color-heading);
  margin-bottom: 0px;
  text-transform: capitalize;
}

p {
  margin-bottom: 0px;
}

ul {
  padding: 0;
  margin: 0;
}

.wrapper {
  padding-left: 10%;
  padding-right: 10%;
}
@media (max-width: 1300px) {
  .wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
.wrapper--left {
  padding-left: 15%;
  padding-right: 0%;
}
@media (max-width: 1300px) {
  .wrapper--left {
    padding-left: 10%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper--left {
    padding-left: 5%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper--left {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
.wrapper--right {
  padding-left: 0%;
  padding-right: 15%;
}
@media (max-width: 1300px) {
  .wrapper--right {
    padding-left: 0%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper--right {
    padding-left: 0%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper--right {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

.row {
  margin: 0px;
  padding: 0px;
}

.col-lg-3, .col-lg-4, .col-lg-5.col-lg-6, .col-lg-7, .col-lg-9 {
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.row > * {
  padding-right: 0px;
  padding-left: 0px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.topbar {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
  color: #fff;
  background: #963337;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  grid-gap: 8px 60px;
}
@media (max-width: 767px) {
  .topbar {
    justify-content: center;
  }
}
.topbar__details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 19.5px;
  grid-row-gap: 8px;
  align-items: center;
  justify-content: center;
  animation-delay: 0.6s;
}
.topbar__details__item {
  display: flex;
  align-items: center;
  grid-column-gap: 4.8px;
  animation-delay: 0.6s;
}
.topbar__details__item .cBtn span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
}
.topbar__btns {
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
}
.topbar iconify-icon {
  font-size: 1.8rem;
}

.navbar {
  background-color: #fff !important;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  border-bottom: 6px solid #fff;
  height: 100px;
  z-index: 1000;
}
@media (max-width: 767px) {
  .navbar {
    transition: all 0.3s ease-in-out;
    height: auto;
  }
}
.navbar .navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar .navbar-brand img {
  width: 100%;
  height: 75px;
}
@media (max-width: 960px) {
  .navbar .navbar-brand img {
    width: 170px;
  }
}
.navbar #navbarNav {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .navbar #navbarNav {
    height: 100%;
  }
}
.navbar-nav {
  height: 100%;
  grid-column-gap: 3.2vw;
  grid-row-gap: 10px;
  align-items: center;
}
@media (max-width: 1023px) {
  .navbar-nav {
    grid-column-gap: 0.5vw;
  }
}
.navbar-nav .nav-item {
  height: max-content;
}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .dropdown {
    top: unset;
    transform: unset;
  }
}
.navbar-nav .nav-item .dropdown .nav-link {
  background-color: unset;
  border: none;
  outline: none;
}
.navbar-nav .nav-item .dropdown .nav-link.active, .navbar-nav .nav-item .dropdown .nav-link:hover {
  border: none;
  outline: none;
  appearance: none;
}
.navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item,
.navbar-nav .nav-item .dropdown .dropdown-menu .nav-link {
  padding: 8px 10px !important;
}
.navbar-nav .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 157%;
  color: #525252;
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 0px 10px;
}
.navbar-nav .nav-item .nav-link.active {
  color: #963337 !important;
}
.navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
}
.navbar-nav .nav-item .nav-link::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 0%;
  transition: all 0.3s ease-in-out;
  background-color: #963337;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #963337;
}
.navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
@media (max-width: 1770px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0px 8px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item:last-child {
    padding-bottom: 10px;
  }
}
.navbar .navbar-toggler iconify-icon {
  color: #963337;
  font-size: 2.8rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hero {
  height: 836px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .hero {
    height: 750px;
  }
}
.hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(51, 150, 146, 0.15) -76.44%, rgba(51, 150, 146, 0.8) 60.41%);
  z-index: 0;
}
.hero__captions {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.hero__captions__title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 7.6rem;
  line-height: 91px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .hero__captions__title {
    font-size: 4.5rem;
    line-height: 50px;
  }
}
.hero__captions__sub {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .hero__captions__sub {
    font-size: 2rem;
    line-height: 25px;
    margin-top: 24px;
  }
}
.hero__captions .cBtn {
  margin: 0 auto;
  width: max-content;
}
.hero__captions .cBtn span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  font-family: "Lato", sans-serif !important;
  padding: 10px 42px;
}
.hero .ph-caret-left {
  position: absolute;
  left: 7.5%;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  color: white;
  border: 1px solid #fff;
  padding: 13px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.hero .ph-caret-left:hover {
  background: #963337;
  color: #fff;
}
@media (max-width: 600px) {
  .hero .ph-caret-left {
    font-size: 1.4rem;
    padding: 6px;
  }
}
.hero .ph-caret-right {
  position: absolute;
  right: 7.5%;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  color: white;
  border: 1px solid #fff;
  padding: 13px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.hero .ph-caret-right:hover {
  background: #963337;
  color: #fff;
}
@media (max-width: 600px) {
  .hero .ph-caret-right {
    font-size: 1.4rem;
    padding: 6px;
  }
}

.hero-wrapper {
  position: relative;
}
.hero-wrapper .hero__points {
  z-index: 1000;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #963337;
  padding: 30px 60px;
  color: #fff;
}
.hero-wrapper .hero__points__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0px 35px;
  gap: 10px;
  position: relative;
}
.hero-wrapper .hero__points__item::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 85%;
  content: "";
  background-color: #fff;
}
.hero-wrapper .hero__points__item:nth-child(1) {
  padding-left: 0px;
}
.hero-wrapper .hero__points__item:last-child {
  border-right: none;
  padding-right: 0px;
}
.hero-wrapper .hero__points__item:last-child::after {
  display: none;
}
.hero-wrapper .hero__points__item iconify-icon {
  font-size: 3.5rem;
}
.hero-wrapper .hero__points__item__text {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .hero-wrapper .hero__points {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .hero-wrapper .hero__points .hero__points__item {
    padding: 0px 15px;
  }
  .hero-wrapper .hero__points .hero__points__item::after {
    display: none;
  }
}

.aboutUs {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  grid-gap: 70px;
  position: relative;
  align-items: center;
}
@media (max-width: 1440px) {
  .aboutUs {
    padding-top: 100px;
    gap: 40px;
  }
}
@media (max-width: 1300px) {
  .aboutUs {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .aboutUs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .aboutUs {
    padding-top: 150px;
  }
}
.aboutUs__bgImg {
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 0.2;
  max-width: 700px;
  right: 0px;
  bottom: 0;
  z-index: 2;
}
.aboutUs::after {
  position: absolute;
  top: 0;
  z-index: 3;
  content: "";
  left: 0px;
  width: 425px;
  height: 273px;
  background: linear-gradient(180deg, #D9D9D9 -36.9%, rgba(217, 217, 217, 0) 100%);
}
.aboutUs::before {
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 0px;
  content: "";
  width: 1495px;
  height: 387px;
  background: linear-gradient(179.97deg, #D9D9D9 -36.86%, rgba(217, 217, 217, 0) 87.46%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.aboutUs__img {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 1023px) {
  .aboutUs__img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
.aboutUs__img img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 5;
}
@media (max-width: 1023px) {
  .aboutUs__img img {
    height: auto;
  }
}
.aboutUs__content {
  position: relative;
  z-index: 100;
}
.aboutUs__content .cBtn {
  width: max-content;
}
.aboutUs__content .cBtn span {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 10px 35px;
  line-height: 157%;
  color: #FFFFFF;
}
.aboutUs__content__heading {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 157%;
  color: #963337;
  margin-bottom: 22px;
}
.aboutUs__content__text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #6A6A6A;
  margin-bottom: 25px;
  line-height: 2em;
  text-align: justify;
}

.cutoff-text {
  --max-lines:2;
  --line-height:1.5;
  height: calc(var(--max-lines) * 1em * var(--line-height));
  line-height: var(--line-height);
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
.cutoff-text:has(+ .vehicle-detail__carousel-item-left__expand-btn:not(:checked))::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}
.cutoff-text:has(+ .vehicle-detail__carousel-item-left__expand-btn:checked) {
  height: auto;
}

.vehicle-detail__carousel-item-left__expand-btn {
  margin-top: 25px;
  appearance: none;
  color: #fff;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.vehicle-detail__carousel-item-left__expand-btn::before {
  content: "See More";
}
.vehicle-detail__carousel-item-left__expand-btn:checked::before {
  content: "See Less";
}

.counterSection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-column-gap: 120px;
  grid-row-gap: 45px;
}
.counterSection .counter__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.counterSection .counter__item p {
  font-size: 1.8rem;
  color: #4e4e4e;
  text-transform: capitalize;
}

.readMore {
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 21px;
  color: #f37022;
  text-transform: capitalize;
}
.readMore--black {
  color: #888888;
  font-weight: 700;
}

.jobs {
  padding-top: 200px;
}
.jobs__content {
  margin: 0 auto;
  position: relative;
  width: 64%;
}
@media (max-width: 1024px) {
  .jobs {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.jobs__swiper {
  margin-top: 20px;
}
.jobs__swiper__slide {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  color: #4B4B4B;
}
.jobs__swiper__slide .img__container {
  width: 100%;
  height: 315px;
  object-fit: cover;
  position: relative;
}
.jobs__swiper__slide .img__container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 16;
  background: linear-gradient(360deg, #000000 4.82%, rgba(0, 0, 0, 0) 88.55%);
}
.jobs__swiper__slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs__swiper__slide__jobTitle {
  margin-top: 14px;
  line-height: 2.1rem;
  font-weight: 500;
  overflow: hidden;
  display: block;
  height: 4.2rem;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.jobs__swiper__slide__salary {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.jobs__swiper__slide .country {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 18px;
  height: 18px;
  color: #963337;
}
.jobs__swiper__btns {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-100%);
}
.jobs__swiper__btns__prev, .jobs__swiper__btns__next {
  border: 1px solid #CACACA;
  padding: 16px;
  font-size: 2rem;
  color: #CACACA;
  transition: all 0.2s ease-in-out;
}
.jobs__swiper__btns__prev:hover, .jobs__swiper__btns__next:hover {
  background-color: #963337;
}
@media (max-width: 485px) {
  .jobs__swiper__btns__prev, .jobs__swiper__btns__next {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.jobs__swiper__btns__prev {
  margin-left: -80px;
}
@media (max-width: 485px) {
  .jobs__swiper__btns__prev {
    margin-left: -50px;
  }
}
.jobs__swiper__btns__next {
  margin-right: -80px;
}
@media (max-width: 485px) {
  .jobs__swiper__btns__next {
    margin-right: -50px;
  }
}

.services {
  background: #963337;
  position: relative;
  padding-bottom: 0px;
}
.services .cTitle {
  margin-bottom: 2px;
}
.services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .services__list {
    gap: 15px;
  }
}
@media (max-width: 850px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__item {
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #FFFFFF;
  padding: 60px 25px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .services__item {
    padding: 30px 15px;
  }
}
.services__item:hover {
  background-color: #339692;
}
.services__item iconify-icon {
  color: #fff;
  font-size: 4.2rem;
  margin-bottom: 30px;
}
.services__item__title {
  text-align: center;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 157%;
  color: #FFFFFF;
}
.services__item__desc {
  text-align: center;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 157%;
  text-align: center;
  color: #FFFFFF;
}
.services__counter {
  position: relative;
  z-index: 1000;
  top: 100%;
  left: 50%;
  max-width: 1200px;
  transform: translateY(50%) translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #339692;
}
@media (max-width: 1024px) {
  .services__counter {
    top: auto;
    margin-top: 45px;
    transform: translateY(0px) translateX(-50%);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__counter {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__counter__item {
  padding: 75px 55px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  animation-duration: 2s;
}
@media (max-width: 1024px) {
  .services__counter__item {
    padding: 45px;
  }
}
.services__counter__item .num {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 5.2rem;
  line-height: 157%;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
.services__counter__item .desc {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 157%;
  text-align: center;
  color: #FFFFFF;
}
.services__counter__item::after {
  position: absolute;
  content: "";
  right: 0px;
  width: 1px;
  height: 50px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .services__counter__item::after {
    display: none;
  }
}
.services__counter__item:last-child::after {
  display: none;
}

.footer {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 2fr;
  justify-content: space-between;
  background: #963337;
  grid-gap: 5%;
}
@media (max-width: 1023px) {
  .footer {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media (max-width: 767px) {
  .footer {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.footer__box {
  height: max-content;
}
.footer__box__logo {
  max-width: 125px;
}
@media (max-width: 767px) {
  .footer__box:nth-child(3), .footer__box:nth-child(4) {
    grid-column: 1/3;
  }
}
.footer__box iframe {
  width: 100%;
  height: 278px;
}
@media (max-width: 1024px) {
  .footer__box iframe {
    height: 200px;
  }
}
.footer__box__title {
  text-align: left;
  font-weight: 600;
  font-size: 2rem;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 157%;
  text-align: justify;
  color: #FFFFFF;
}
.footer__box__desc {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 145%;
  text-align: justify;
  color: #FFFFFF;
  margin-top: 14px;
}
.footer__box__list {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
}
@media (max-width: 1024px) {
  .footer__box__list {
    gap: 2px;
  }
}
.footer__box__list__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  grid-gap: 10px;
  transition: all 0.2s ease-in-out;
}
.footer__box__list__item iconify-icon {
  padding-top: 5px;
  font-size: 2rem;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.footer__box__list__item__icon {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0px;
  padding: 4px;
}
.footer__box__list__item__icon iconify-icon {
  padding: 0px;
  font-size: 2.3rem;
  color: #963337;
}
.footer__box__list__item a {
  display: flex;
  gap: 10px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: justify;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.footer__box__list__item a iconify-icon {
  transition: all 0.2s ease-in-out;
}
.footer__box__list__item a:hover {
  color: #212121;
}
.footer__box__list__item a:hover iconify-icon {
  color: #212121 !important;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  background: #212121;
  align-items: center;
  grid-gap: 0px;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-bottom: 18px;
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__bottom__copyright {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
}
.footer__bottom__copyright .clargeText {
  font-size: 1.4rem;
  line-height: 15px;
  text-transform: none;
  color: #963337;
}

.news .cSectionText {
  margin: 0 auto;
  max-width: 760px;
}
.news__swiper {
  margin-top: 42px;
}
.news__swiper .swiper-slide {
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.news__swiper .swiper-slide:nth-child(n+1) {
  animation-duration: 0.5s;
}
.news__swiper .swiper-slide:nth-child(n+2) {
  animation-duration: 0.8s;
}
.news__swiper .swiper-slide:nth-child(n+3) {
  animation-duration: 1.2s;
}
.news__swiper .swiper-slide:nth-child(n+4) {
  animation-duration: 1.6s;
}
.news__swiper .swiper-slide:hover .news__swiper__img {
  transform: scale(1.08);
}
.news__swiper__img {
  margin-bottom: 15px;
  height: 260px;
  object-fit: cover;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.news__swiper__desc {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
  color: #313131;
  margin-bottom: 8px;
}
.news__swiper .author {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 157%;
  color: #963337;
  padding-bottom: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.news__swiper .author iconify-icon {
  font-size: 2rem;
}
.news__swiper .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #E4E4E4;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.clients .cSectionText {
  margin: 0 auto;
  max-width: 685px;
}
.clients__swiper {
  width: 70%;
  margin: 0 auto;
  margin-top: 25px;
}
.clients__swiper .swiper-slide {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F9F9;
}
.clients__swiper .swiper-slide img {
  width: 75.54px;
  height: 70px;
  object-fit: contain;
}
.clients__swiper .swiper-pagination {
  position: relative;
  margin-top: 45px;
}
.clients__swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #E4E4E4;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
.clients__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #963337;
}

.aboutUs--page {
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .aboutUs--page {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .aboutUs--page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.aboutUs--page::before {
  display: none;
}
.aboutUs--page::after {
  display: none;
}

.chooseUs--aboutPage {
  background-size: 100% 60%;
  background-repeat: no-repeat;
}
.chooseUs--aboutPage .services__item {
  background-color: #339692;
  cursor: pointer;
}
.chooseUs--aboutPage .services__item:hover {
  background-color: #8E3034;
}

.team {
  padding-top: 0px;
}
.team .cSectionText {
  margin: 0 auto;
  max-width: 900px;
}
.team .jobs__swiper__slide__jobTitle {
  color: #8E3034;
}

.jobs__swiper {
  margin-top: 25px;
}

.gallery--page .cSectionText {
  max-width: 900px;
  margin: 0 auto;
}
.gallery--page__list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .gallery--page__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .gallery--page__list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .gallery--page__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery--page__list__item {
  position: relative;
}
.gallery--page__list__item img {
  width: 100%;
  height: 285.98px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.gallery--page__list__item iconify-icon {
  opacity: 0;
  z-index: 10;
  position: absolute;
  color: #fff;
  font-size: 3.6rem;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
}
.gallery--page__list__item::after {
  transition: all 0.3s ease-in-out;
  z-index: 7;
  position: absolute;
  width: 0%;
  height: 0%;
  content: "";
  left: 0;
  top: 0;
  background: #963337;
  mix-blend-mode: normal;
  opacity: 0.9;
  backdrop-filter: blur(31px);
}
.gallery--page__list__item:hover iconify-icon {
  opacity: 1;
}
.gallery--page__list__item:hover::after {
  width: 100%;
  height: 100%;
}
.gallery--page__list__item:hover img {
  filter: blur(1px);
}

.contactPage {
  background-color: #fff;
  display: grid;
  position: relative;
  place-items: center;
}
.contactPage .circle {
  width: 20px;
  height: 20px;
  border: 1px solid #C9CFD1;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  z-index: 20;
  animation: goUp 10s infinite;
  opacity: 0;
  left: 7%;
}
@media (max-width: 767px) {
  .contactPage .circle {
    display: none;
  }
}
.contactPage .circle--1 {
  left: 0;
  animation: goUp 15s infinite;
}
.contactPage .circle--3 {
  right: 10%;
  left: auto;
  animation: goUp 12s infinite;
}
.contactPage .circle--2 {
  right: 20%;
  left: auto;
  animation: goUp 15s infinite;
}
.contactPage .circle--4 {
  right: 60%;
  left: auto;
  animation: goUp 6s infinite;
}
.contactPage .circle--5 {
  right: 10%;
  left: auto;
  animation: goUp 12s infinite;
}
.contactPage .circle--6 {
  right: 40%;
  left: auto;
  animation: goUp 12s infinite;
}
.contactPage__content {
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .contactPage__content {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 500px) {
  .contactPage__content {
    padding: 18px;
  }
}
.contactPage__content h2 {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  color: #963337;
}
.contactPage__content__form {
  display: flex;
  width: 100%;
  flex-direction: column;
  grid-gap: 20px;
  align-items: flex-end;
}
.contactPage__content__form--grid2 {
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 0px;
}
.contactPage__content__form--grid2 .form-group {
  width: 50% !important;
  padding: 10px 5px;
}
@media (max-width: 767px) {
  .contactPage__content__form--grid2 .form-group {
    width: 100% !important;
  }
}
.contactPage__content__form--grid2 .form-group:nth-last-child(2) {
  width: 100% !important;
}
.contactPage__content__form--grid2 .cBtn {
  margin-top: 20px;
  margin-left: auto;
}
.contactPage__content__form .form-group {
  width: 100%;
}
.contactPage__content__form .inp, .contactPage__content__form input, .contactPage__content__form textarea, .contactPage__content__form select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 0px;
  line-height: 20px;
  font-size: 1.4rem;
  border: 1px solid rgba(149, 157, 165, 0.5);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  resize: none;
  color: rgb(88, 88, 88);
}
.contactPage__content__form .inp option, .contactPage__content__form input option, .contactPage__content__form textarea option, .contactPage__content__form select option {
  padding: 15px;
  border-radius: 0px;
}
.contactPage__content__form textarea {
  height: 160px;
  padding: 20px;
}
.contactPage__content__form .cBtn {
  width: 120px;
}
.contactPage__content__form .cBtn span {
  display: inline;
  font-style: 1.6rem;
}
@media (max-width: 767px) {
  .contactPage__content__form .cBtn {
    width: 250px !important;
    margin: 0 auto;
  }
}
.contactPage__content__img {
  padding: 50px;
  height: 100%;
}
.contactPage__content__img__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #963337;
}
.contactPage__content__img__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.contactPage__content__img__list__item iconify-icon {
  font-size: 4rem;
  background-color: #963337;
  border-radius: 0px;
  padding: 10px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.contactPage__content__img__list__item iconify-icon:hover {
  background-color: rgb(51, 150, 146);
}
.contactPage__content__img__list__item a {
  text-align: center;
  color: #963337;
}
.contactPage__content__img__list__item--social {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
.contactPage__content__img__list__item--social iconify-icon {
  font-size: 2rem;
  background-color: #963337;
  border-radius: 0px;
  padding: 10px;
  color: #fff;
}

.services--page {
  background-color: transparent;
}
.services--page .cSectionText {
  max-width: 900px;
  margin: 0 auto;
}
.services--page .services__item {
  border: 1px solid #E9E9E9;
}
.services--page .services__item iconify-icon {
  color: #963337;
}
.services--page .services__item__title {
  color: #963337;
}
.services--page .services__item__desc {
  color: #6A6A6A;
}
.services--page .services__item .vehicle-detail__carousel-item-left__expand-btn::before {
  color: #963337;
}
.services--page .services__item:hover {
  background-color: #963337;
}
.services--page .services__item:hover > * {
  color: #fff !important;
}
.services--page .services__item:hover .vehicle-detail__carousel-item-left__expand-btn::before {
  color: #fff;
}

.jobseeker__list {
  margin: 0 auto;
  max-width: 1150px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.jobseeker__list__item {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.06);
}
.jobseeker__list__item__header {
  background: #963337;
  padding: 13px 40px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 157%;
  color: #FFFFFF;
}
.jobseeker__list__item__body {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 25px 40px;
}
@media (max-width: 767px) {
  .jobseeker__list__item__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.jobseeker__list__item__body__col {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 157%;
  color: #6A6A6A;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jobseeker__list__item__body__col__listItem {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 157%;
  color: #313131;
  display: flex;
  align-items: center;
  gap: 20px;
}
.jobseeker__list__item__body__col__listItem iconify-icon {
  font-size: 2.2rem;
  color: #313131;
}
.jobseeker .cBtn {
  margin-left: auto;
  margin-right: 0px;
  width: max-content;
}

.jobSeekerVacancyList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 45px 25px;
}
@media (max-width: 1440px) {
  .jobSeekerVacancyList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .jobSeekerVacancyList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .jobSeekerVacancyList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .jobSeekerVacancyList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jobSeekerVacancyList .jobs__swiper__slide {
  min-width: 100%;
  margin-right: 0px;
}
.jobSeekerVacancyList .jobs__swiper__slide .img__container {
  height: 350px;
}
.jobSeekerVacancyList .jobs__swiper__slide__img {
  object-fit: cover;
}

.jobDetail {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 25px;
}
@media (max-width: 768px) {
  .jobDetail {
    display: flex;
    flex-direction: column;
  }
}
.jobDetail .cBtn {
  width: max-content;
  margin-right: 0px;
  margin-left: auto;
}
.jobDetail__main {
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.jobDetail__main__mainImg {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.jobDetail__main__date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  justify-content: space-between;
  margin-bottom: 10px;
}
.jobDetail__main__date__item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.jobDetail__main__date iconify-icon {
  font-size: 2.1rem;
}
.jobDetail__main__desc {
  margin-bottom: 20px;
}
.jobDetail__main__title {
  color: #963337;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 2px solid #963337;
  margin-bottom: 10px;
}
.jobDetail__main__subTitle {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.jobDetail__main__jobDetails {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 30px;
}
.jobDetail__main__jobDetails__point {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 157%;
  color: #313131;
}
.jobDetail__side {
  height: max-content;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}
.jobDetail__side__title {
  color: #963337;
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.jobDetail__side__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.jobDetail__side__list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #963337;
}
.jobDetail__side__list__item__img {
  width: 100px;
  object-fit: contain;
  height: 100px;
}
.jobDetail__side__list__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 19px;
  color: #4e4e4e;
  margin-bottom: 10px;
}
.jobDetail__side__list__item__desc {
  margin-bottom: 16px;
}
.jobDetail__side__list__item .cBtn {
  margin-left: 0px;
  margin-right: auto;
}

.recrutmentPage {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.recrutmentPage__item {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: center;
}
.recrutmentPage__item__mainImg {
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
}
.recrutmentPage__item__mainImg img {
  max-width: 330px;
}
.recrutmentPage__item__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.recrutmentPage__item__bar img {
  width: 12px;
  height: auto;
}
.recrutmentPage__item__bar .sectionNumber {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #FFFFFF;
  border: 1px solid #963337;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 2rem;
  line-height: 157%;
  text-align: justify;
  color: #963337;
}
.recrutmentPage__item__about__title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 157%;
  text-align: justify;
  color: #963337;
  margin-bottom: 10px;
}
.recrutmentPage__item__about__desc {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 155%;
  text-align: justify;
  color: #6A6A6A;
}
.recrutmentPage__item__about__points {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.recrutmentPage__item__about__point {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.recrutmentPage__item__about__point iconify-icon {
  font-size: 3rem;
  color: #6A6A6A;
}
.recrutmentPage__item:nth-child(even) .recrutmentPage__item__mainImg {
  grid-column: 3/4;
  grid-row: 1/2;
  justify-content: flex-start;
  padding-right: 0px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .recrutmentPage__item:nth-child(even) .recrutmentPage__item__mainImg {
    padding-left: 0px;
  }
}
.recrutmentPage__item:nth-child(even) .recrutmentPage__item__about {
  grid-column: 1/2;
  grid-row: 1/2;
}
.recrutmentPage__item:nth-child(even) .recrutmentPage__item__about__title {
  text-align: right;
}
@media (max-width: 768px) {
  .recrutmentPage__item:nth-child(even) .recrutmentPage__item__about__title {
    text-align: left;
  }
}
.recrutmentPage__item:nth-child(even) .recrutmentPage__item__bar {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .recrutmentPage__item {
    display: block;
  }
  .recrutmentPage__item .recrutmentPage__item__bar {
    display: none;
  }
  .recrutmentPage__item .recrutmentPage__item__mainImg {
    margin-bottom: 25px;
    display: block;
  }
  .recrutmentPage__item .recrutmentPage__item__mainImg img {
    width: 100%;
  }
}