.all-for-one-inner > .container {
  padding-top: 68px;
  padding-bottom: 60px;
}

.all-for-one-inner > .container .content-container {
  padding: 60px 60px 80px 60px;
}

.all-for-one-inner .home-access-section-inner {
  display: none;
}

.all-for-one-inner > .container .content-container::before,
.all-for-one-inner > .container .content-container::after,
.all-for-one-inner > .container .content-container-overlay::before,
.all-for-one-inner > .container .content-container-overlay::after{
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  
}

.all-for-one-inner > .container .content-container::before {
  background-image: url(../images/Vector_1.svg);
  top: 0;
  left: 0;
}

.all-for-one-inner > .container .content-container::after {
  background-image: url(../images/Vector_2.svg);
  top: 0;
  right: 0;
  z-index: unset;
  left: unset;
  bottom: unset;
}

.all-for-one-inner > .container .content-container-overlay::before {
  background-image: url(../images/Vector_4.svg);
  bottom: 0;
  left: 0;
}

.all-for-one-inner .container .content-container-overlay::after {
  background-image: url(../images/Vector_3.svg);
  bottom: 0;
  right: 0;
}

.all-for-one-inner .inner-content {
  margin-top: 50px;
}

.all-for-one-inner .center-item h5 {
  transition: all 0.3s ease;
}
.all-for-one-inner .center-item .item-image {
  width: 0px;
  height: 0px;
  transition: all 0.3s ease;
}

.all-for-one-inner .center-item > div {
  gap: 20px;
}

.all-for-one-inner .center-item {
  max-width: 70%
}

.all-for-one-inner > .container .content-container .content-container-overlay {
  display: block !important;
}

@media screen and (max-width: 1440px) {
  .all-for-one-inner > .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1650px) {
  .all-for-one-inner .heading-wrapper h5,
  .all-for-one-inner .center-item h5 {
    font-size: 34px;
  }
}

@media screen and (max-width: 1439px) {
  .all-for-one-inner > .container .content-container {
    padding: 40px 40px 60px;
  }

  .all-for-one-inner .center-item h5 {
    font-size: var(--h5-font-size);
  }
  
  .all-for-one-inner .heading-wrapper {
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }

  .all-for-one-inner .heading-wrapper h3 {
    font-size: var(--h4-font-size);
  }

  .all-for-one-inner .heading-wrapper h5 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
  }

  .all-for-one-inner .center-item {
    max-width: 100%
  }
}

@media screen and (max-width: 1024px) {
  .all-for-one-inner .home-access-section-inner {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .all-for-one-inner {
    padding: 60px 0px !important;
    flex-direction: column;
    justify-content: center;
  }

  .all-for-one-inner .home-access-section-inner .sub-text-1,
  .all-for-one-inner .home-access-section-inner .sub-text-2 {
    top: unset !important;
    transform: none !important;
    bottom: -60px;
    font-size: 16px;
  }

  .all-for-one-inner .home-access-section-inner .sub-text-2 {
    right: 0;
  }

  .all-for-one-inner > .container {
    padding: 0px 20px 20px;
  }

  .all-for-one-inner > .container .content-container {
    padding: 25px 25px 40px;
  }

  .all-for-one-inner .heading-wrapper h5 {
    font-size: 52px;
  } 

  .all-for-one-inner .center-item h5 {
    font-size: 32px;
    line-height: var(--h6-line-height);
  }
}

@media screen and (max-width: 767px) {
  .all-for-one-inner .container .content-container {
    padding: 0px;
  }

  .all-for-one-inner .home-access-section-inner .sub-text-1,
  .all-for-one-inner .home-access-section-inner .sub-text-2 {
    font-size: 13px;
  }
  
  .all-for-one-inner > .container .content-container .content-container-overlay,
  .all-for-one-inner > .container .content-container:after,
  .all-for-one-inner > .container .content-container:before{
    display: none !important;
  } 
  
  
  .all-for-one-inner .heading-wrapper h3 {
    font-size: 13vw;
  }

  .all-for-one-inner .inner-content {
    margin-top: 30px;
  }

  .all-for-one-inner .center-item > div {
    gap: 10px;
  }

  .all-for-one-inner .heading-wrapper h5 {
    font-size: 7.5vw;
    font-weight: 800;
  }

  .all-for-one-inner .center-item h5 {
    column-gap: 15px !important;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 500px) {
  .all-for-one-inner .center-item h5 {
    column-gap: 10px !important;
    font-size: 4vw;
  }
}