.subtitle-hero {
    color: #fff;
    font-size: 25px;
    margin-top: 1em;
}

.subtitle-hero-alt {
    color: #fff;
    font-size: 25px;
    margin-top: 1em;
    font-weight: 200;
}

.title-hero {
    color: #fff;
    font-size: 58px;
    font-weight: 500;
}

.title-hero-alt {
    color: #E59120;
    margin: 3em 0em 3em 0em;
}

.success-hero {
    color: #fff;
    font-size: 43px;
    font-weight: 300;
    text-align: center;
}

.hero-flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-flex-container-form {
    display: flex;
    align-items: center;
}

.hero-flex-container-alt {
    justify-content: flex-start;
}

.hero-flex-container-form {
    justify-content: space-between;
}

.short-line-height {
    line-height: 1.2;
}

.services-triangle {
    background: linear-gradient(to bottom left, #3a3a3a 49.8%, #fff 50%);
    height: 300px;
}

.services-container {
    display: flex;
    align-items: center;
    gap: 47px;
}

.services-list {
    background-color: #5d5d5d;
    width: 184px;
    height: 226px;
    display: flex;
    flex-direction: column;
    padding: 40px 12px 32px;
    border-radius: 9px;
    margin-bottom: 10em;
}


.services-list img {
    align-self: center;
}

.services-list span {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 28px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.salesforce-partner-img {
    display: flex;
}

@media (min-width: 991px) {
    .home-hero {
        height: 700px;
    }

    .home-hero-alt {
        height: 400px;
    }
}

@media (max-width: 990px) {
    .subtitle-hero {
        font-size: 18px;
        text-align: center;
        margin-bottom: 2em;
    }

    .title-hero {
        font-size: 34px;
        text-align: center;
    }

    .hero-flex-container {
        flex-direction: column-reverse;
        padding: 0;
    }

    .hero-flex-container-form {
        flex-direction: column;
        justify-content: center;
    }

    .hero-img {
        max-width: 100%;
        height: auto;
        margin-top: 2em;
    }

    .services-list {
        width: 96px;
        height: 130px;
        margin-bottom: 0;
    }

    .services-list:first-child {
        margin-left: 0em;
    }

    .services-container {
        gap: 14px;
        justify-content: center;
        height: auto;
    }

    .services-triangle {
        height: auto;
    }

    .services-list img {
        max-width: 27px;
    }

    .services-list span {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .title-hero-alt {
        margin: 1em 0em 1em 0em;
    }

    .salesforce-partner-img {
       justify-content: center;
       margin-top: 2em;
    }
    
}