.hero-area-4 .section-content {
  padding-top: 40px;
}
.dark {
  background-color: #000000;
}
.hero-area-4 .section-content__top {
  padding-bottom: 80px;
}
.hero-area-4 {
  background: #efefef;
  padding-bottom: 40px;
}
section.about-area {
  background-color: #fafafa;
}
.about-area .section-content .text-wrapper {
  opacity: 1;
  transform: translateY(100px);
  transition:
    transform 0.5s,
    opacity 0.5s;
}
.about-area .section-title {
  font-size: 69px;
}
.about-area .section-title-wrapper {
  display: block;
}
.about-area .section-content {
  text-align: center;
  width: 68%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.services-wrapper-3 {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.services-wrapper-3 .service-box {
  display: grid;
  align-items: flex-start;
  padding: 25px;
  position: relative;
  background: #f6f6f678;
  height: 450px;
  border-radius: 20px;
  border-top: none;
}
.services-wrapper-3 .service-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--border);
  top: 0;
  left: -30px;
  display: none;
}
.body-design-agency .header-area-2__inner {
  border-bottom: 1px solid #555555a6;
}
.hero-area-4 .section-content__right .section-title {
  font-size: 70px;
}
.hero-area-4 .section-content__right {
  margin-right: 60px;
}
.header-area-2 .header__logo img {
  max-width: 220px;
}
section.cta-area-4 {
  padding-bottom: 50px;
  padding-top: 40px;
}

.hero-area-4 .section-content .title-wrapper .decisions {
  max-width: 500px;
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
  position: absolute;
  bottom: 30px;
  right: 543px;
}

@media only screen and (max-width: 1919px) {
  .services-wrapper-3 {
    gap: 30px 30px;
  }
  .section-spacing-top {
    padding-bottom: 90px;
  }
  .hero-area-4 .section-content .title-wrapper .section-title {
    font-size: 220px;
    letter-spacing: 0px;
  }
  .hero-area-4 .section-content .title-wrapper .decisions {
    right: 200px;
  }
}

/** Home About Us Section **/

.about-area-home .section-title{
    font-size: 50px;
    line-height: 1.15;
}

.about-area-home.about-area-details .section-content-wrapper{
    max-width: unset;
    grid-template-columns: 1.3fr 1fr;
    border-top: none;
    align-items: center;
}

.about-area-home .section-image-group{
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    min-height: 600px;
}

.about-area-home .section-image img{
    border-radius: 12px;
}

.about-area-home .section-image.image-top-left{
    width: 240px;
    height: 280px;
    overflow: hidden;
}

.about-area-home .section-image.image-bottom-right {
    align-self: center;
    width: 40%;
}

.about-area-home .section-image img{
    width: 100%;
}

.about-area-home .section-blank-image{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 230px;
    border-radius: 12px;
    overflow: hidden;
}

.about-area-home .about-us-video{
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 80px;
}

.about-area-home .about-us-video__item{
    border-radius: 12px;
    overflow: hidden;
    max-width: 100%;
}

.about-area-home .about-us-video__item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}