:root {
  --color-white: #fff;
  --color-black: #000;
  --dark-color:#111d32;
  --color-main: #16243d;
  --color-second: #33cccc;
  --color-light:#fab600;
  --light-blue: #c2dfff;
  --color-100: #015fc9;
  --color-200: #0ce0ff;
  --color-300: rgb(245, 245, 245);
  --color-400: #696e77;
  --color-500: #01905d;
  --color-600: rgb(237, 237, 241);
  --color-700: rgb(105, 105, 105);
  --color-800: rgb(231, 231, 231);
  --color-900: rgb(38, 37, 102);
  --color-1000: #e0e4e8;
  --color-1100: rgb(13, 13, 57);
  --color-1200: #f2f5f9;
  --color-1300: rgb(30, 31, 74);
  --color-1400: #dfe3e7;
  --color-1500: rgb(239, 243, 243);
  --color-1600: rgb(193, 214, 214);
  --color-1700: #f2f5f9;
  --color-1800: rgb(242, 242, 242);
  --color-1900: rgb(229, 229, 229);
  --color-2000: rgb(236, 249, 249);
  --color-2100: rgb(191, 191, 198);
  --color-2200: rgb(89, 89, 137);
  --color-2300: rgb(234, 243, 250);
  --color-2400: #0E86D4;
  --gradient-100: linear-gradient(269.37deg,#fc0000 5.03%,#eb8a17 56.67%);
  --gradient-200: linear-gradient(90deg, #ff4569 -100%, #fa8a06 100.1%);
  --main-bg:#112e4d;
  --light-color: #97a2b7;
}

.about-us .wrap {
  display: flex;
  gap: 24px;
  padding-bottom: 120px;
  border-bottom: 1px solid #e0e4e8;
}
.about-us .wrap .left {
  width: calc(50% - 12px);
  min-height: 530px;
}
@media (max-width: 991px) {
  .about-us .wrap .left {
    width: 100%;
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .about-us .wrap .left {
    min-height: auto;
  }
}
.about-us .wrap .left .image {
  position: relative;
  display: block;
  margin-right: 100px;
}
@media (max-width: 991px) {
  .about-us .wrap .left .image {
    margin-right: 0;
  }
}
.about-us .wrap .left .image .about1 {
  box-shadow: none;
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}
.about-us .wrap .left .image .about2 {
  position: absolute;
  right: -130px;
  bottom: -145px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about-us .wrap .left .image .about2 {
    display: none;
  }
}
.about-us .wrap .right {
  width: calc(50% - 12px);
  margin-left: 70px;
}
@media (max-width: 991px) {
  .about-us .wrap .right {
    width: 100%;
    margin-left: 0;
  }
}
.about-us .wrap .right .blue-text {
  padding-bottom: 9px;
  color: var(--color-100);
  font-family: DMSans-Medium, Arial, Helvetica, sans-serif;
  letter-spacing: -0.44px;
  line-height: 34px;
  font-size: 22px;
}
.about-us .wrap .right h2 {
  margin-bottom: 33px;
}
.about-us .wrap .right .short {
  margin-bottom: 51px;
  line-height: 34px;
}
.about-us .wrap .right .ceo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-us .wrap .right .ceo img {
  border-radius: 50%;
  border: 2px solid var(--color-200);
  width: 79px;
  height: 79px;
}
@media (max-width: 991px) {
  .about-us .wrap {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-us .wrap {
    gap: 60px;
  }
}
.about-us .page-custom-text {
  padding: 60px 0;
}
