header {
  background: linear-gradient(
      180deg,
      rgb(17, 0, 0, 0.65) 0%,
      rgb(17, 0, 0, 0.65) 100%
    ),
    url(../Images/about-images/header-profile.png);
  /* background-position: 50% 70%; */
  background-position: center;
  background-size: cover;
}

.section2 {
  width: 100%;
}

.first {
  position: relative;
  padding-top: 100px;
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  /* border: 2px solid black; */
  column-gap: 40px;
}
.text {
  /* border: 2px solid red; */
  width: 50%;
}
.image {
  /* border: 2px solid blue; */
  width: 45%;
  height: 899px;
  background-image: url(../Images/about-images/image1.png);
  background-size: cover;
  transform: scaleX(-1);
  background-position: 32% 50%;
  border-radius: 16px;
}
.p100 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58.09px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #454545;
  margin-bottom: 30px;
  padding-left: 14px;
}
.p200 {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #787878;
  padding-left: 14px;
  padding-right: 10px;
  margin-bottom: 16px;
}
.image2 {
  width: 100%;
  margin-top: 80px;
  background-image: url(../Images/about-images/image2.png);
  height: 358px;
  background-size: cover;
  background-position: 32% 50%;
  border-radius: 16px;
}
.circle {
  width: 100px;
  position: absolute;
  bottom: -70px;
  left: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  /* border: 2px solid black; */
}
.circle1 {
  width: 33px;
  height: 33px;
  background-color: #dc214b;
  border-radius: 50%;
}
.circle2 {
  width: 100px;
  height: 100px;
  background-color: #2092d2;
  border-radius: 50%;
}
.second {
  width: 85%;
  margin: auto;
  display: flex;
  column-gap: 40px;
  margin-top: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pres {
  font-size: 40px;
  font-weight: 500;
  line-height: 48.41px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #454545;
}
.president-box {
  width: 100%;
  border: 1px solid #ebeef3;
  box-shadow: 0px 16px 56px 0px #00000014;
  min-height: 832px;
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  margin-top: 72px;
  padding: 50px;
}
.president-image {
  background-color: rgb(32, 146, 210, 0.4);
  background-image: url(../Images/about-images/president.png);
  width: 39%;
  background-size: cover;
  background-position: 50% 0%;
  border-radius: 16px;
}
.president-details {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p101 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #373737;
}
.p102 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  color: #57585c;
}
.p103 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #787878;
}
.more-btn {
  min-width: 20%;
  display: flex;
  margin: 120px auto 240px;
  justify-content: center;
  align-items: center;
}
.more {
  background-color: #dc214b;
  padding: 15px 40px;
  border-radius: 40px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  border: 1px solid transparent;
  transition: all 400ms ease-out;
  color: #ffffff;
}
.more:hover {
  background-color: #ffffff;
  color: #dc214b;
  border-color: #dc214b;
}
.section3 {
  background-color: rgb(60, 73, 103);
  background-image: url(team-images/section3-background.png);
  /* background-size: cover; */
  width: 100%;
  min-height: 581px;
  position: relative;
  padding-top: 180px;
  /* padding-bottom: 180px; */
}
.sec-middle {
  position: absolute;
  top: 0;
  width: 90%;
  min-width: 1150px;
  height: 222px;
  background-color: white;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  row-gap: 20px;
  transform: translate(-50%, -50%);
}
.images-div {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
swiper-slide {
  width: 50px;
  height: 70px;
  display: flex;
  align-self: center;
}
swiper-slide > img {
  min-width: 100px;
  max-width: 200px;
}

.sec-middle div:nth-of-type(1) {
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #adadad;
}

.quotes {
  /* border: 2px solid black; */
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.quotes div {
  width: 49%;
  min-height: 354px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  /* border: 2px solid red; */
  padding: 40px 50px;
  background-color: #323f5c;
  margin-bottom: 40px;
}
.p60 {
  line-height: 40px;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 30px;
}
.p70 {
  width: 95%;
  line-height: 26px;
  font-weight: 400;
  font-size: 18px;
  color: #c7ccd6;
}
