#accord001 {padding:50px 0}
#accord001 .titleCon {text-align:center;margin-bottom:2rem}
#accord001 h2.title {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    text-transform: none;
    margin-bottom:1rem
}
#accord001 .subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
}
#accord001 .accordCon {
    margin: 0 0 1rem 0
}
#accord001 .blockA {margin-bottom:20px}
#accord001 .imgCon img {
    width:100%;
    height:260px;
    object-fit:cover;
    object-position:center
}
#accord001 .ctaCon {}
#accord001 .primary-theme-btn {max-width:290px}

#accord001 .accordItem:not(:first-child) {
    border-top: 1px dashed #d1d9e0;
}

#accord001 .accordCon input[type="radio"] {display:none}
#accord001 .accordLbl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
}
#accord001 .icon::before {
    content: '+';
    font-size: 28px;
    font-weight: 400;
}
#accord001 .accordContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
#accord001 .accordContent p {
    padding-bottom: 17px;
    margin: 0;
    line-height: 1.5;
    color: #333;
    font-size: 16px;
}

/* When the radio is checked: Expand the sibling content div */
#accord001 input[type="radio"]:checked ~ .accordContent {
    max-height: 200px;
    padding-bottom:17px
}

/* When the radio is checked: Change the + to a - */
#accord001 input[type="radio"]:checked ~ .accordLbl .icon::before {
    content: '–';
}

@media (min-width: 768px) {
    #accord001 .blockWrap {
        display: flex;
        justify-content: space-between;
    }
    #accord001 .blockA {order:2;width:48%;margin-bottom:0}
    #accord001 .blockB {order:1;width:48%}
    #accord001 .titleCon {text-align:left;margin-bottom:1rem}
    #accord001 h2.title {font-size:38px;line-height:1.3;margin-bottom:10px}
    #accord001 .imgCon img {height:auto;object-fit:fill}
    #accord001 .primary-theme-btn {margin:0 auto 0 0}
}

@media (min-width: 992px) {
    #accord001 .subtitle {font-size:19px}
    #accord001 .accordContent p {font-size:17px;line-height:1.4}

}

@media (min-width: 1279px) {
    #accord001 .blockA {width:42%}
    #accord001 .blockB {width:50%}
    #accord001 .titleCon {margin-bottom:2.5rem}
    #accord001 .accordCon {width:75%;margin-bottom:1rem}
    #accord001 .accordLbl {font-size:25px}
}
