.salesforce-full-container {
    color: #282828;
    font-size: calc(0.5em + 0.5vw);
}

.salesforce-header {
    background: #9FD6EF;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.salesforce-head-text {
    width: 45%;
    padding: 30px 30px 0 50px;
}

.salesforce-head-text h1 {
    margin: 0 auto 20px;
    color: #002F85;
    font-size: calc(2rem + 1vw);
    font-weight: 400;
}

.salesforce-head-text h1 strong {
    color: #0074FA;
    font-weight: 900;
}

.salesforce-head-img {
    width: 45%;
    padding: 50px 50px 0;
    position: initial;
    z-index: 4;
}

.bottom-cloud {
    width: 100%;
    margin-top: -220px;
}

.what-salesforce-do {
    margin-top: -75px;
    background: white;
    padding: 20px 50px 0;
    display: flex;
    align-items: center;
}

.salesforce-do-img {
    width: 50%;
    padding: 20px 20px 0;
}

.salesforce-do-text {
    width: 50%;
    padding: 20px 50px;
}

.salesforce-do-text h2 {
    margin: 0 auto 20px;
    color: #002F85;
    font-size: calc(2rem + 1vw);
    font-weight: 400;
}

.salesforce-do-text h2 strong {
    color: #0074FA;
    font-weight: 900;
}

.client-management {
    background: linear-gradient(180deg, rgba(75,186,215,1) 17%, rgba(0,110,159,1) 82%);
    padding: 20px 60px 0;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
}

.clients-text {
    width: 50%;
}

.clients-top {
    display: flex;
    align-items: center;
}

.client-top-text {
    width: 50%;
}

.client-top-text h2 {
    color: white;
    font-size: calc(2rem + 1vw);
    font-weight: 400;
}

.client-top-text h2 strong {
    color: #002F85;
    font-weight: 900;
}

.client-top-img {
    width: 150px;
}

.clients-text p {
    color: white;
    margin-bottom: 50px;
}

.clients-img {
    align-self: flex-end;
}

.salesforce-products {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}

.sf-products-head {
    display: flex;
    align-items: center;
}

.sf-products-head h2 {
    margin: 0 auto 20px;
    color: #002F85;
    font-size: calc(2rem + 1vw);
    font-weight: 400;
    width: 50%;
    padding: 0 20px;
    text-align: left;
}

.sf-products-head h2 strong {
    color: #0074FA;
    font-weight: 900;
}

.sf-products-head p {
    width: 50%;
    text-align: center;
    padding: 0 20px;
}

.salesforce-products img {
    padding: 0 50px;
    width: 80%;
    margin: 0 auto;
}

.salesforce-partner {
    display: flex;
    background: #002F86;
    align-items: center;
    padding-top: 30px;
}

.sf-partner-img {
    width: 50%;
    align-self: flex-end;
    padding: 0 30px 0 0;
}

.sf-partner-text {
    width: 50%;
    padding: 30px 6% 30px 50px;
}

.sf-partner-top {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.sf-partner-top img {
    padding: 20px;
    width: 45%;
}

.sf-partner-text p {
    color: white;
}

@media screen and (max-width: 600px) {
    .salesforce-full-container {
        font-size: 1rem;
    }

    .salesforce-header {
        flex-direction: column;
        text-align: center;
    }

    .salesforce-head-text {
        width: 100%;
        padding: 30px 50px 0;
    }

    .salesforce-head-text h1 {
        font-size: 2.2em;
    }

    .salesforce-head-img {
        width: 100%;
        padding: 0 50px;
    }

    .bottom-cloud {
        margin-top: -100px;
    }

    .what-salesforce-do {
        padding: 50px 50px 0;
        flex-direction: column-reverse;
        text-align: center;
        margin-top: -10px;
    }

    .salesforce-do-img {
        width: 100%;
        padding: 20px 0 0;
    }

    .salesforce-do-text {
        width: 100%;
        padding: 20px 0;
    }

    .salesforce-do-text h2 {
        font-size: 2.5em;
        margin-top: 15px;
    }

    .client-management {
        background: linear-gradient(180deg, rgba(75,186,215,1) 17%, rgba(0,110,159,1) 82%);
        flex-direction: column;
        padding: 20px 50px 0;
    }

    .clients-text {
        width: 100%;
    }

    .clients-top {
        flex-direction: column;
        text-align: center;
    }

    .client-top-text {
        width: 100%;
    }

    .client-top-text h2 {
        font-size: 2.5rem;
    }

    .clients-text p {
        margin: 30px auto 50px;
    }

    .sf-products-head {
        flex-direction: column;
        text-align: center;
    }

    .sf-products-head h2 {
        font-size: 2.5em;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .sf-products-head p {
        width: 100%;
        padding: 0;
    }

    .salesforce-products img {
        padding: 0;
        width: 100%;
        margin: 20px auto;
    }

    .salesforce-partner {
        flex-direction: column-reverse;
    }

    .sf-partner-img {
        width: 100%;
        padding: 0;
    }

    .sf-partner-text {
        width: 100%;
        padding: 0 50px 30px;
    }

    .sf-partner-top {
        margin-bottom: 30px;
        width: 100%;
    }

    .sf-partner-top img {
        padding: 0;
    }
}
