.homepage6-body.about6-section-area {
    position: relative;
    font-family: "Space Grotesk", sans-serif;
    margin-top: 80px;
    z-index: 1;
}

.homepage6-body.about6-section-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    padding: 8px;
}

.homepage6-body.about6-section-area .about6-header {
    padding: 0 0 0 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage6-body.about6-section-area .about6-header {
        padding: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .homepage6-body.about6-section-area .about6-header {
        padding: 0;
        margin-top: 30px;
    }
}

.vl-btn6 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    padding: 20px 26px;
    background: var(--ztc-bg-bg-10);
    overflow: hidden;
}

.vl-btn6::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
}

.vl-btn6:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.vl-btn6:hover img {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.vl-btn6:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.vl-btn6 img {
    height: 16px;
    width: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 4px;
    transition: all 0.4s;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.heading9 h5 {
    color: #1A1719;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .heading9 h5 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}

.heading9 h5 img {
    margin: -5px 4px 0 0;
    filter: brightness(0);
}

.heading9 h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 44px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .heading9 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.heading9 p {
  color: #404040;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.container-about{
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}