#aboutSec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

#aboutSec .aboutSecRow {
  width: 100%;
  max-width: 1400px;
  padding: 50px 20px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 50px;
}

#aboutSec .aboutSecRow .aboutSecCol:first-child {
  width: 100%;
  flex: 1;
}

#aboutSec .aboutSecRow .aboutSecCol:first-child h4 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0px 0px 30px 0;
}

#aboutSec .aboutSecRow .aboutSecCol:first-child p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32.5px;
  letter-spacing: 0px;
}

#aboutSec .aboutSecRow .aboutSecCol:last-child {
  width: 100%;
  max-width: 35%;
}

#aboutSec .aboutSecRow .aboutSecCol:last-child .aboutSecSidebarOuter {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#aboutSec .aboutSecRow .aboutSecCol:last-child .aboutSecSidebar {
  background: #f8f8f8;
  border-radius: 25px;
  border: 1px solid #dadada;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarHead {
  padding: 35px 33px 0px 33px;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem {
  padding: 29px 33px;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
  border-bottom: 1px solid #cecece;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem:last-child {
  border-bottom: none;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem
  .aboutSecSidebarItemIcon {
  flex: 1 0 100%;
  height: 59px;
  width: 100px;
  max-width: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ce8924;
  border-radius: 10px;
  color: #fff;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem
  .aboutSecSidebarItemIcon
  i {
  font-size: 24px;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem
  .aboutSecSidebarItemInner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem
  .aboutSecSidebarItemInner
  h5,
#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem
  .aboutSecSidebarItemInner
  a {
  margin: 0;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem
  .aboutSecSidebarItemInner
  h5 {
  font-family: "inter", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #333;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem
  .aboutSecSidebarItemInner
  a {
  font-family: "inter", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarItem
  .aboutSecSidebarItemInner
  p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
  width: 100%;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebarItem
  .aboutSecSidebarItemSocialList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebarItem
  .aboutSecSidebarItemSocialListItem {
  list-style: none;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebarItem
  .aboutSecSidebarItemSocialListItemLink {
  text-decoration: none;
  height: 59px;
  width: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d8d8d8;
  border-radius: 50%;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarListingListHead {
  padding: 35px 33px 0px 33px;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarListingList {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0 40px 0;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarListingListItem {
  padding: 10px 33px;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarListingListLink {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  text-decoration: none;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarListingListLink
  .aboutSecSidebarListingListLinkCol:last-child
  h4 {
  font-family: "inter", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #333;
  margin: 0;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarListingListLink
  .aboutSecSidebarListingListLinkCol:last-child
  p {
  font-family: "inter", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #333;
  margin: 0;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarListingListLinkCol:first-child {
  width: 88px;
  height: 88px;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarListingListLinkCol:first-child
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #dadada;
  padding: 5px;
}

#aboutSec
  .aboutSecRow
  .aboutSecCol:last-child
  .aboutSecSidebar
  .aboutSecSidebarListingListLinkCol:last-child {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

#aboutSec .aboutSecRow h2 {
  color: #2d3c69;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  margin: 0 0 20px 0;
}

#aboutSec .aboutSecRow h2 span {
  color: #ce8924;
}

#aboutSec .aboutSecRow p {
  color: #364153;
  font-size: 18px;
  font-family: "montserrat", serif;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0;
}

@media (max-width: 992px) {
  #aboutSec .aboutSecRow {
    flex-direction: column;
  }

  #aboutSec .aboutSecRow .aboutSecCol:last-child {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  #aboutSec .aboutSecRow .aboutSecCol:first-child h4 {
    font-size: 24px;
  }

  #aboutSec
    .aboutSecRow
    .aboutSecCol:last-child
    .aboutSecSidebar
    .aboutSecSidebarListingListLink
    .aboutSecSidebarListingListLinkCol:last-child
    h4 {
    font-size: 16px;
  }

  #aboutSec
    .aboutSecRow
    .aboutSecCol:last-child
    .aboutSecSidebar
    .aboutSecSidebarListingListLink
    .aboutSecSidebarListingListLinkCol:last-child
    p {
    font-size: 14px;
  }

  #aboutSec
    .aboutSecRow
    .aboutSecCol:last-child
    .aboutSecSidebar
    .aboutSecSidebarListingListLinkCol:first-child {
    width: 66px;
    height: 66px;
  }

  #aboutSec
    .aboutSecRow
    .aboutSecCol:last-child
    .aboutSecSidebar
    .aboutSecSidebarItem
    .aboutSecSidebarItemInner
    p {
    font-size: 18px;
  }

  #aboutSec
    .aboutSecRow
    .aboutSecCol:last-child
    .aboutSecSidebar
    .aboutSecSidebarItem
    .aboutSecSidebarItemInner
    h5 {
    font-size: 18px;
  }

  #aboutSec
    .aboutSecRow
    .aboutSecCol:last-child
    .aboutSecSidebar
    .aboutSecSidebarItem
    .aboutSecSidebarItemInner
    a {
    font-size: 18px;
  }

  #aboutSec
    .aboutSecRow
    .aboutSecCol:last-child
    .aboutSecSidebarItem
    .aboutSecSidebarItemSocialList {
    padding: 0;
  }

  #aboutSec .aboutSecRow .aboutSecCol:first-child p {
    font-size: 16px;
  }
  #aboutSec
    .aboutSecRow
    .aboutSecCol:last-child
    .aboutSecSidebar
    .aboutSecSidebarItem
    .aboutSecSidebarItemInner
    p {
    max-width: 200px;
  }

   #aboutSec .aboutSecRow h2 {
    font-size: 36px;
    line-height: 1.3em;
  }
}
