.usage-information {
    text-align: center;
}

.usage-information .dark-blue-bucket,
.usage-information .dark-blue-bucket-four {
    background: #3F8ED4;
}

.usage-information .light-blue-bucket,
.usage-information .light-blue-bucket-five {
    background: #58C1D5;
}

.usage-information .green-bucket {
    background: #73D4AE;
}

.usage-information .icon-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.usage-information .icon-box {
    width: 307px;
    height: 225.661px;
    border-radius: 20px;
}

.usage-information .icon-box {
    width: 307px;
    height: 225.661px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 17px;
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
}

.usage-information .icon-box img {
    width: 75px;
}

.usage-information .title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    width: 100%;
}

.usage-information .gray-wrapper {
    border-radius: 20px;
    background: #F5F5F5;
    margin: 17px auto;
    text-align: left;
    padding: 24px;
    max-width: 982px;
    gap: 38px;
}

.usage-information .gray-wrapper .content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}