.container-content {
    margin: 56px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 640px; */
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.heading {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #1F2251;
    margin-bottom: 46px;
}

.content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: justify;
    width: 640px;
}

.sub-content {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.dot {
    margin-right: 10px;
    height: 5px;
    width: 5px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    padding: 3px;
    margin-bottom: 2px;
    transform: translateY(-50%);
}

.text-font-bold {
    font-weight: 700;
    font-size: 16px;
}

.list-program {
    margin-top: 30px;
}

.submit-form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.submit-form button {
    color: #FFFF;
    padding: 0px;
    width: 278px;
    height: 50px;
    background: #666CFF;
    border-radius: 8px;
    border: none;
    transition: all 0.1s ease-in-out;
}

.submit-form button:hover {
    scale: 1.1;
    box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
}

.wrap-content {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.grade3 {
    display: flex;
    align-items: baseline;
}

.heading-2,
.condition {
    font-weight: 700;
    font-size: 16px;
}

.heading-2 {
    padding: 10px 20px;
}

.space {
    margin-top: 20px;
}

.wrap-space-dot {
    padding: 10px 40px;
}

.grade3 {
    display: flex;
    justify-content: baseline;
}