.whatwedo-section {
    align-items: center;
    flex-direction: column;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 48px;
    background: linear-gradient(to right, #02257E, #044DC7, #066BFC);
}

.whatwedo-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wwd-text {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #45E8FF;
    text-transform: uppercase;
    margin: 0;
}

.solution-services-text {
    color: #FFFFFF;
    margin: 0px;
    font-family: Noto Sans;
    font-size: 48.83px;
    font-weight: 700;
    line-height: 61.04px;
    text-align: center;
}

.services-section {
    display: flex;
    flex-wrap: wrap;
    /* Allows items to wrap onto the next row if needed */
    justify-content: center;
    gap: 72px;
    /* Adds space between the boxes */
}

.service-box ul li {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    list-style-type: disc;
}

.service-box ul {
    list-style-type: disc;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 0;
}

.service-box h3 {
    font-family: Noto Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 12px;
}

.service-box {
    text-align: left;
    color: white;
    width: 300px;
}

    .service-box img {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 1025px) {
    .whatwedo-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        gap: 40px !important;
    }

    .solution-services-text {
        font-size: 39.06px !important;
        line-height: 48.83px !important;
    }

    .services-section {
        gap: 24px;
    }
}

@media only screen and (max-width: 567px) {
    .whatwedo-section {
        gap: 32px !important;
    }

    .whatwedo-title {
        gap: 4px !important;
    }

    .wwd-text {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .solution-services-text {
        font-size: 31.25px !important;
        line-height: 39.06px !important;
    }

    .services-section {
        justify-content: flex-start;
        margin-left: 16px;
        margin-right: 16px;
    }

    .service-box ul li {
        font-size: 14px;
        line-height: 21px;
    }

    .service-box h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}
