.hero-content-left {
    width: calc(100% - 390px);
    padding-right: 90px;
    text-align: left;
    position: relative;
}
.hero-content-left h1 {
    font-size: 2.5rem;
    font-weight: 500;
}
.hero-content-right {
    max-width: 390px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 58px;
    position: relative;
    z-index: 3;
    width: 100%;
}
@media (min-width: 1024px) {
    .hero-content-right{
        padding-top: 90px;
    }
}
.hero-content-right .suite-card-title {
    font-size: 2rem;
    font-weight: 600;
    padding: 30px 41px 0;
    margin-bottom: 20px;
    color: #0b0b0b;
}
@media (max-width: 1024px) {
    .hero-content-left,
    .hero-content-right {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
}
.suite-app-container {
    background-color: #f4f4f4f4;
}
.suite-app-container ul {
    list-style: none;
    padding: 10px 0 0;
}
.suite-app-container ul li {
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color .4s ease;
    border-radius: 3px;
    border-bottom: 1px solid #e7ebf0;
}
.suite-app-container ul li:hover {
    background-color: #e7ebf0;
}
.suite-app-container ul li a {
    font-size: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.suite-app-container ul li .suite-app-content{
    width: calc(100% - 60px);
}
.suite-app-container ul li label{
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    color: #252525;
    cursor: pointer;
}
.suite-app-container ul li p {
    font-size: 0.87rem;
    line-height: 20px;
    padding-top: 10px;
}
.suite-app-container ul li i {
    width: 40px;
    color: #252525;
}
.suite-app-container ul li .suite-app-left-icon svg {
    width: 25px;
    height: 25px;
    transition: all .5s ease 0s;
}
.suite-app-container ul li .suite-app-left-icon svg:hover {
    width: 20px;
}

/**
 * Hero button
 */
.hero-btn-signup a{
    min-width: 400px;
}
.hero-btn-signup .button {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 60px;
    margin: 25px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease 0s;
}
.hero-btn-signup .button-projects {
    background: #f0483e;
    color: #fff;
}
.hero-btn-signup .button-signup {
    background: #f0483e;
    color: #fff;
}
.hero-btn-signup .button-signup:hover {
    background: #f41e10;
}

@media (max-width: 768px) {
    .hero-content-left h1{
        font-size: 2rem;
        font-weight: 600;
    }
    .hero-btn-signup .button{
        font-size: 0.8rem;
    }
    .hero-btn-signup a{
        min-width: 120px;
    }
    .hero-btn-signup {
        width: 100%;
    }
    .hero-img-container img {
        height: auto;
    }
    .hero-content-right .suite-card-title{
        font-size: 1.5rem;
    }
    .suite-app-container ul li{
        text-align: left;
    }
    .suite-app-container ul li label{
        font-size: 1.25rem;
        font-weight: 600;
    }
}

/**
 * Google avis
 */
.home-google-avis {
    background-color: #f1f1f1;
}
.google-svg svg{
    width: 25px;
}
/*
 * Global product
 */
.invoice-product,
.helpdesk-product,
.project-product{
    padding: 40px 0;
}
.invoice-product h2,
.helpdesk-product h2,
.project-product h2{
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.18;
    color: #0a0a0a;
}
.invoice-product p,
.helpdesk-product p,
.project-product p{
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.57;
}
/**
 * Invoice Product
 */
.invoice-product-list ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    padding-left: 45px;
    position: relative;
    list-style-type: none;
    color: #0a0a0a;
}
.invoice-product-list ul li:not(:last-child) {
    margin-bottom: 20px;
}
.invoice-product-list ul li span {
    position: absolute;
    top: -4px;
    left: 0;
    height: 24px;
    width: 24px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #1c1c1c;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .invoice-product-btn-container {
        margin-bottom: 50px;
    }
}
.invoice-product-btn {
    padding: 5px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.02em;
    color: #0b0b0b;
    border: 2px solid #0b0b0b;
}
.invoice-product-btn span {
    margin-left: 5px;
    display: inline-block;
}
.invoice-product-btn span svg {
    transform: translateY(-1px);
}
.invoice-product-btn:hover {
    color: #FFFFFF;
    border-color: #0b0b0b;
    background-color: #0b0b0b;
}
/**
 * Helpdesk Product
 */
.helpdesk-product {
    background-color: #0b0b0b;
}

/**
 * Project Product
 */
.project-product h3{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.18;
    color: #0a0a0a;
}
