.exsited-inventory-hero-section {
    background: url('/template/85b5ce5e/images/still-compare-bg.png.webp') no-repeat;
    background-size: cover;
    background-position: left;
    padding: 183px 60px 132px;
}

.exsited-inventory-hero-section .inner-content h2 {
    padding: 0;
    font-family: Biotif;
    font-weight: 600;
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    margin: 0 0 11px;
}

.exsited-inventory-hero-section .inner-content p {
    max-width: 692px;
    margin: 0 auto;
    font-family: 'Biotif';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.exsited-inventory-hero-section .inner-content .button-group {
   display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 43px 0 0;
  flex-wrap: wrap;
}

.exsited-inventory-hero-section .inner-content .button-group a {
    border-radius: 10px;
    display: inline-block;
    padding: 10px 32px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    height: 45px;
    line-height: 1.4;
    max-width: 240px;
    margin: 0;
    letter-spacing: 0;
    transition: all 0.5s ease 0s;
}

.exsited-inventory-hero-section .inner-content .button-group a.book-a-demo {
    background: #f87252;
    color: #fff;
}

.exsited-inventory-hero-section .inner-content .button-group a.book-a-demo:hover {
    background: #f7522a;
    color: #fff;
    border-color: #f7522a;
}

.exsited-inventory-hero-section .inner-content .button-group a.start-free {
    border: 1px #fff solid;
    color: #fff;
}

.exsited-inventory-hero-section .inner-content .button-group a.start-free:hover {
    background: #fff;
    color: #000;
}

.exsited-inventory-hero-section .list-group {
    display: flex;
    margin: 100px auto 0;
    flex-wrap: wrap;
    gap: 20px 70px;
    justify-content: center;
    max-width: 1200px;
}

.exsited-inventory-hero-section .list-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.exsited-inventory-hero-section .list-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.exsited-inventory-hero-section .list-image {
    height: 22px;
    width: 22px;
}

.exsited-inventory-hero-section .list-item-text {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
}

@media(max-width: 1360px) {
    .exsited-inventory-hero-section {
        padding:100px 30px;
    }

    .exsited-inventory-hero-section .list-group {
        margin: 60px auto 0;
        gap: 20px 20px;
        max-width: unset;
    }
}

@media(max-width: 1080px) {
    .exsited-inventory-hero-section .inner-content h2 {
        font-size:36px;
    }
}

@media(max-width: 991px) {
    .exsited-inventory-hero-section {
        padding:80px 40px;
    }

    .exsited-inventory-hero-section .list-group {
        margin: 40px auto 0;
        max-width: 570px;
    }

    .exsited-inventory-hero-section .list-item {
        width: calc(50% - 18.5px);
    }
}

@media(max-width: 767px) {
    .exsited-inventory-hero-section .inner-content h2 {
        font-size:32px;
    }

    .exsited-inventory-hero-section {
        padding: 40px 20px 30px;
    }

    .exsited-inventory-hero-section {
        padding: 40px 20px;
    }

    .exsited-inventory-hero-section .list-group {
        margin: 40px auto 0;
        flex-direction: column;
        max-width: 240px;
    }

    .exsited-inventory-hero-section .list-item {
        width: 100%;
    }

    .exsited-inventory-hero-section .inner-content .button-group {
        flex-direction: column;
        gap: 20px;
        margin: 20px 0 0;
    }
}
