
.addaw-guide-section {
    background-color: #e6f0fa;
    border-radius: 10px;
    padding: 15px 14px 15px 9px;
    margin-bottom: 20px;
}
section p, section li{
    font-size:15px;
    font-weight:400;
    color:#012A48;
}
section li::marker {
    font-weight: bold;
}
main{
    margin-top:40px;
    margin-bottom:68px;
}
.addaw-guide-title{
    margin-bottom:38px;
}

.addaw-section-header h2 {
    margin: 0 0 0 10px;
    font-size:16px;
}


.check {
    width:22px;
    height:22px;
}

li {
    margin-bottom: 10px;
    line-height: 1.5;
}


.accordion-toggle {
    cursor: pointer;
    justify-content: space-between;
}
        
.accordion-content {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.accordion-content ol{
    padding-top:12px;
}
.addaw-guide-section.closed .accordion-content {
    max-height: 0;
    overflow: hidden;
}
.toggle-icon img{
    width:20px;
    height:20px;
}
.toggle-icon {
    transition: all 0.3s ease;
}
        

.icon-open {
    display: none;
}

.addaw-guide-section.closed .icon-open {
    display: inline;
}

.addaw-guide-section.closed .icon-less {
    display: none;
}

.addaw-guide-pbase{
    padding:0px 24px;
}


@media (min-width:768px){
    .addaw-guide-pbase{
        padding:0px 40px;
    }
    main{
        margin-top:145px;
        margin-bottom:160px;
    }
    .addaw-guide-section {
        border-radius: 10px;
        padding: 32px 12px 32px 80px;
        margin-bottom: 20px;
    }
    .check {
        width:38px;
        height:38px;
    }
    .toggle-icon img{
        width:32px;
        height:32px;
    }
    .addaw-section-header h2 {
        font-size:36px;
    }
    section p, section li{
        font-size:24px;
    }
    .addaw-guide-title{
        margin-bottom:77px;
    }
}