.section-1 {
    background-color: #EEF0FD;
    border-radius: 12px;
    margin-top: 20px;
}
.section-1 .first {
    font-size: 35px;
    color: #15487b;
    margin-bottom: 0 !important;
}
.section-1 .second {
    font-size: 22px;
    color: #000;
}
.section-2 {
    padding: 48px 0 !important;
}
.section-2 .first-part, .section-2 .second-part{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border: 2px solid rgba(0,0,0,0.5);
    padding: 5px 25px;
    border-radius: 12px;
}
.section-2 .wp-block-buttons {
    margin-top: 0 !important;
}
.section-2 .wp-block-button{
    display: flex;
}
.section-2 .wp-block-button a{
    border-radius: 12px !important;
    padding: 5px 20px;
    font-size: 33px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.section-2 .wp-block-button a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.5s ease;
    pointer-events: none;
}
.section-2 .first-part .wp-block-button a::after{
    background: rgb(255 255 255 / 30%);
}
.section-2 .second-part .wp-block-button a::after{
    background: rgb(21 72 123 / 30%);
}
.section-2 .wp-block-button a:hover::after {
    left: 100%;
}
.section-2 .first-part .wp-block-button a{
    background-color: #15487B;
    color: #fff;
}
.section-2 .second-part .wp-block-button a{
    background-color: #fff;
    color: #15487B;
}
.section-2 .before-button-text{
    margin-bottom: 0 !important;
    font-size: 20px;
}
.section-2 .first-part .before-button-text{
    color: #15487B;
}
.section-2 .second-part{
    background-color: #15487B;
    border-color: transparent !important;
}
.section-2 .second-part .before-button-text{
    color: #fff;
}

.section-3{
    padding: 0 0 48px 0 !important;
}
.section-3 .question {
    justify-content: space-between;
    padding: 15px 25px;
    border-radius: 15px;
    background: #EEF0FD;
}
.section-3 .question p {
    color: #000;
    font-size: 22px;
}
.section-3 .question .see_block {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    background-color: #B90000;
    border-radius: 50%;
    align-items: center;
}
.section-3 .question .see_block .see {
    color: #fff !important;
    font-weight: 700;
}
.see_block:hover{
    cursor: pointer;
    background-color: red !important;
}
.questions-info-block{
    margin-top: 0 !important;
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 3s ease, padding 0.3s ease;
}

.wp-block-column.active {
    background-color: #15487B;
    overflow: hidden;
    transition: all 3s ease;
}
.wp-block-column.active .question p{
    color: #fff;
    font-size: 30px;
}
.wp-block-column.active .questions-info-block p {
    color: #fff;
}
.wp-block-column.active .question {
    background-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.wp-block-column.active .questions-info-block{
    display: block !important;
    max-height: 1000px;
    padding: 0 25px 15px 25px;
}

.wp-block-column.active .question .see_block{
    display: none;
}
.questions-info-block ul{
    color: #fff;
}
.questions-info-block .wp-block-list li {
    list-style-type: disc !important;
    display: list-item !important;
}


