.debtbook-module{background-color:#fff;margin:20px;text-align:left}.debtbook-content-wrapper{align-items:flex-start;display:flex;justify-content:space-between}.debtbook-grey-boxes{display:grid;gap:25px;grid-template-columns:repeat(2,1fr);width:90%}.debtbook-grey-box{background:#fff;border:1px solid #def1ef;cursor:pointer;padding:3.5%;transition:background .3s ease}.debtbook-grey-box:hover{background-color:#d5ecf7;border:1px solid #2fa1d8}.debtbook-title{font-size:21px;margin-bottom:2px}.debtbook-image-container{margin-bottom:auto;margin-top:auto;max-width:30%;vertical-align:middle}.debtbook-grey-box .debtbook-title{align-items:center;display:flex;font-weight:700;justify-content:space-between}@media (min-width:769px){.debtbook-grey-box .debtbook-content{display:block!important;padding-top:10px}.debtbook-title{font-size:16px;margin-bottom:2px}}@media (max-width:768px){.debtbook-content-wrapper{align-items:left;flex-direction:column}.debtbook-grey-boxes{display:block;width:100%}.debtbook-grey-box{margin-bottom:10px}.debtbook-grey-box .debtbook-content,.debtbook-image-container{display:none}.debtbook-grey-box.debtbook-open .debtbook-content{display:block;padding-top:10px}.debtbook-open .debtbook-image-container{display:block}.debtbook-title{font-size:16px;margin-bottom:2px}}