
.basic-post-no-cta-col-right { width: min(100% , 300px);}
/* Right Start */
.basic-post-no-cta-col-right-icon { padding-bottom: 40px; display: flex; gap: 17px; }
.basic-post-no-cta-col-right-icon i {
    padding: 16px 20px;
    background: #3D64EF;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}
.basic-post-no-cta-top ul li span a {
    color: #222222 !important;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
}
.basic-post-no-cta-col-right-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}
.basic-post-find-best-content p a {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #414252;
}

.basic-post-find-best { border-radius: 16px; border: solid 1px #D3D3E8; overflow: hidden; margin-bottom: 30px;}
.basic-post-find-best-title {  background: #F9F9FE; position: relative;}
.basic-post-find-best-title::before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 19px;
    transition: transform 0.3s ease;
    color: #00347C;
}
.basic-post-find-best-title.active::before { transform: rotate(180deg);}
.basic-post-find-best-title.active h4{border: 0;}
.basic-post-find-best-title h4 {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #00347D;
    margin: 0;
    padding: 16px;
    border-bottom:  solid 1px #D3D3E8;
}
.basic-post-find-best-content p:last-child{border: 0;}
.basic-post-find-best-content p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.04em;
    text-align: left;
    margin: 0;
    padding: 16px;
    border-bottom:  solid 1px #D3D3E8;
}
.basic-post-banner img { width: 100%; height: 300px; margin-bottom: 30px;}



/* Right End */
@media(max-width:600px) {
    .basic-post-no-cta-col-right { width: min(100%, 100%);}
}