.home-banner-container {
    display: flex;
    justify-content: center;
    padding: 20px 25px;
    background-image: linear-gradient(to bottom right, transparent 50%, #F2FFFF 50%);
    margin-top: 8px;
    margin-bottom: 30px;
}

.banner-img {
    display: block;
}

.banner-img img {
    width: 200px;
}

.home-text h1,
.home-text p {
    color: #224518;
}

.home-text h1 {
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
}

.home-text p {
    font-size: 14px;
    margin: 10px 0;
}

.home-cta {
    margin: 30px 0;
}

.home-cta a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #224518;
    padding: 10px 15px;
    border-radius: 5px;
}

@media screen and (max-width: 375px) {
    .banner-img img {
        width: 150px;
    }

    .home-cta a {
        font-size: 8px;
        padding: 14px 16px;
    }

    .home-text h1 {
        font-size: 14px;
    }

    .home-text p {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) {

    .home-banner-container {
        display: flex;
        justify-content: space-around;
        align-content: center;
        padding: 30px 60px;
    }

    .banner-img img {
        width: 320px;
    }

    .home-text h1 {
        font-size: 30px;
    }

    .home-text p {
        font-size: 20px;
    }

    .home-cta {
        margin: 45px 0;
    }

    .home-cta a {
        font-size: 16px;
        padding: 15px 35px;
    }
}


@media screen and (min-width: 1024px) {

    .home-banner-container {
        display: flex;
        justify-content: space-around;
        padding: 30px 0;
    }

    .banner-img img {
        width: 400px;
    }

    .home-text {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1366px) {

    .home-banner-container {
        justify-content: center;
    }

    .home-text h1 {
        font-size: 45px;
    }

    .home-text p {
        font-size: 30px;
    }

}

.svc-section-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 30px;
}

.section-title h1,
.section-title p {
    color: #224518;
    margin: 5px 0;
    line-height: 20px;
}

.section-title P {
    line-height: 16px;
    font-size: 14px;
}

.section-title h1 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.svc-img-container div {
    margin: 30px;
}

.svc-text {
    color: #224518
}

.svc-text h1 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

.svc-text p {
    font-size: 15px;
    margin: 5px 0;
}

.svc-crm img,
.svc-it-cons img,
.svc-mkt-cons img,
.svc-payment img,
.svc-soft-dev img {
    height: 120px;
}

.svc-btn {
    margin: 20px 0;
}

.svc-btn a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #224518;
    padding: 15px 45px;
    border-radius: 5px;
}

@media screen and (max-width: 375px) {
    .section-title h1 {
        font-size: 18px;
    }

    .section-title P {
        font-size: 12px;
    }

    .svc-text h1 {
        font-size: 13px;
    }

    .svc-text p {
        font-size: 11px;
    }
}

@media screen and (min-width: 480px) {
    .section-title p {
        line-height: 22px;
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {

    .svc-crm img,
    .svc-it-cons img,
    .svc-mkt-cons img,
    .svc-payment img,
    .svc-soft-dev img {
        height: 180px;
    }

    .section-title h1 {
        font-size: 30px;
    }

    .section-title p {
        font-size: 20px;
        line-height: 25px;
    }

    .svc-btn a {
        font-size: 16px;
        padding: 15px 35px;
    }
}

@media screen and (min-width: 1024px) {
    .svc-section-container {
        justify-content: space-between;
        align-items: center;
    }

    .svc-img-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .svc-img-container div {
        height: 250px;
    }

    .svc-text {
        margin: 100px;
    }

    .svc-crm img,
    .svc-it-cons img,
    .svc-mkt-cons img,
    .svc-payment img,
    .svc-soft-dev img {
        height: 150px;
    }

    .cont-spacer {
        padding: 0 85px;
    }
}

@media screen and (min-width: 1366px) {
    .svc-crm img,
    .svc-it-cons img,
    .svc-mkt-cons img,
    .svc-payment img,
    .svc-soft-dev img {
        height: 150px;
        padding: 0 50px;
    }

    .cont-spacer {
        padding: 0 5px;
    }
}

@media screen and (min-width: 1440px) {

    .svc-crm img,
    .svc-it-cons img,
    .svc-mkt-cons img,
    .svc-payment img,
    .svc-soft-dev img {
        height: 120px;
    }

    .cont-spacer img {
        padding: 0 10px;
    }

}


.partner-section-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}

.partner-logo {
    padding: 30px;
    background-color: #f2ffff;
    width: 100%;
    margin: 20px 0;
}

.partner-logo img {
    width: 150px;
    margin-bottom: 20px;
}

.partner-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.partner-imgs img {
    margin-bottom: 0;
    width: 150px;
    height: 100px;
}

.partner-btn {
    margin: 20px 0;
}

.partner-btn a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #5EBB45;
    padding: 15px 30px;
    border-radius: 5px;
}

@media screen and (min-width: 768px) {

    .partner-section-container {
        margin-bottom: 50px;
    }

    .partner-btn a {
        font-size: 16px;
        padding: 15px 25px;
    }

    .partner-logo img {
        width: 150px;
    }
}

.why-section-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team-img {
    margin: 0;
}

.team-img img {
    height: 180px;
}

.join-cta {
    margin: 50px 25px;
}

.join-cta a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #224518;
    padding: 15px 45px;
    border-radius: 5px;
}

@media screen and (min-width: 768px) {

    .section-title h1 {
        margin: 0;
    }

    .img-text-container {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        align-content: center;
        text-align: left;
    }

    .img-text-container img,
    .img-text-container p {
        margin: 0 27px;
    }

    .team-img {
        height: 350px;
    }

    .team-img img {
        width: 338px;
        height: auto;
    }

    .why-section-container {
        justify-content: space-around;
    }

    .join-cta a {
        font-size: 16px;
        padding: 15px 45px;
    }
}
