.CSC-main-title {
    font-family: Noto Sans;
    font-size: 31.25px;
    font-weight: 700;
    line-height: 43.75px;
    text-align: left;
    color: #21272D;
    margin-bottom: 40px;

}

.CSC-body {
    display: flex;
    gap: 32px;
    margin-bottom: 40px;
}

.CSC-item {
    width: 270px;
}

.CSC-count {
    font-family: Noto Sans;
    font-size: 61.04px;
    font-weight: 700;
    line-height: 76.3px;
    text-align: left;
    color: #066BFC;
}

.CSC-count-none {
    line-height: 0;
    font-size: 0;
    margin-bottom: 8px;
}

.key-title {
    font-family: Noto Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 140%;
    color: #066BFC;
    width: 250px;
    min-width: 250px;
}

.CSC-count-number {
    width: 70px;
    height: 77px;
    border-top: 5px solid #45E8FF;
    display: inline-block;
}

.CSC-count-number-none {
    width: 70px;
    border-top: 5px solid #45E8FF;
    display: inline-block;
}

.CSC-title {
    font-family: Noto Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    color: #066BFC;
    margin-bottom: 12px;
}

.CSC-content {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #394049,
}

.CSC-section .btn-icon-custom {
    left: 150px;
}

.CSC-section .btn-padding {
    padding: 10.8px 34.5px;
}

.CSC-section .secondary-button:hover {
    padding-right: 60px;
}

.CSC-section .btn-content {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: center;
    color: #066BFC;
}

@media (min-width: 744px) and (max-width: 921px) {
    .key-title {
        font-size: 20px;
    }

    .CSC-body {
        display: flex;
        gap: 48px;
        margin-bottom: 32px;
        flex-direction: column;
        width: 618px;
    }

    .CSC-main-title {
        font-family: Noto Sans;
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        text-align: left;
        color: #21272D;
        margin-bottom: 32px;

    }

    .CSC-item {
        width: 618px;
    }

    .CSC-count {
        font-family: Noto Sans;
        font-size: 61.04px;
        font-weight: 700;
        line-height: 76.3px;
        text-align: left;
        color: #066BFC;
    }

    .CSC-count-number {
        width: 70px;
        height: 77px;
        border-top: 5px solid #45E8FF;
        display: inline-block;
    }

    .CSC-title {
        font-family: Noto Sans;
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        text-align: left;
        color: #066BFC;
        margin-bottom: 12px;
    }

    .CSC-content {
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #394049,
    }

    .CSC-section .btn-icon-custom {
        display: none;
    }

    .CSC-section .btn-padding {
        padding: 8.8px 34.5px !important;
    }

    .CSC-section .btn-content {
        font-family: Noto Sans;
        font-size: 16px !important;
        font-weight: 600;
        line-height: 24px !important;
        text-align: center;
        color: #066BFC;
    }
}

@media (max-width: 743px) {
    .key-title {
        font-size: 16px;
    }

    .CSC-body {
        display: flex;
        gap: 48px;
        margin-bottom: 32px;
        flex-direction: column;
        width: 358px;
    }

    .CSC-main-title {
        font-family: Noto Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        color: #21272D;
        margin-bottom: 24px;

    }

    .CSC-item {
        width: 358px;
    }

    .CSC-count {
        font-family: Noto Sans;
        font-size: 61.04px;
        font-weight: 700;
        line-height: 76.3px;
        text-align: left;
        color: #066BFC;
    }

    .CSC-count-number {
        width: 70px;
        height: 77px;
        border-top: 5px solid #45E8FF;
        display: inline-block;
    }

    .CSC-title {
        font-family: Noto Sans;
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        text-align: left;
        color: #066BFC;
        margin-bottom: 12px;
    }

    .CSC-content {
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #394049,
    }

    .CSC-section .btn-icon-custom {
        display: none;
    }

    .CSC-section .btn-padding {
        padding: 6.3px 23px !important;
    }

    .CSC-section .btn-content {
        font-family: Noto Sans;
        font-size: 14px !important;
        font-weight: 600;
        line-height: 19.6px !important;
        text-align: center;
        color: #066BFC;
    }
}