.section1 {
    padding: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 6px;
    border-radius: 10px;
}
.section1 h2{
    font-size: 19px;
    font-family: "jamsil_Bold"!important;
    color: #3882e7;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.section1 pre{
    font-size: 17px;
    padding-top: 15px;
    line-height: 1.3;
}
.section2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}
.section2 a, .section4 a{
    padding: 20px;
    border-radius: 10px;
    font-family: "jamsil_Bold"!important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 19px;
}
.section2 a img, .section4 a img{
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.section4 a:nth-child(2) img, .section4 a:nth-child(4) img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}
.section2 a:nth-child(1), .section4 a:nth-child(2){
    background-color: #9ac0c1;
}
.section2 a:nth-child(2), .section4 a:nth-child(3){
    background-color: #3882e7;
}
.section2 a:nth-child(3), .section4 a:nth-child(4){
    background-color: #202475;
}
.section3 {
    margin-top: 50px;
}
.section3 h2 {
    font-size: 19px;
    font-family: "jamsil_Bold"!important;
    color: #3882e7;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.section3 h2::after {
    content: '';
    flex: 1;
    height: 2px;
    background: #3882e7;
}
.section3 pre {
    font-size: 17px;
    padding-top: 20px;
    line-height: 1.3;
}
.section3 pre span{
    font-size: 17px;
    padding-top: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #565656;
}
.section3 .no_border::after {
    display: none;
}
.section4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
}
.section4 h2 {
    font-size: 19px;
    font-family: "jamsil_Bold"!important;
    color: #3882e7;
    position: relative;
    padding-bottom: 10px;
    
}
