#social-posts .title-circle-sp{position:relative;display:inline-block}#social-posts .title-circle-sp:after{content:"";position:absolute;right:-30px;bottom:50px;width:30px;height:30px;border-radius:50%;background-color:#ff0}@media(max-width:768px){#social-posts .title-circle-sp:after{width:20px;height:20px;right:-20px;bottom:50px}}#social-posts .tabs-wrapper{display:flex;justify-content:center;align-items:center;gap:10px}#social-posts .tabs-wrapper input{display:none;cursor:pointer}#social-posts .tabs-wrapper .tab{color:rgba(0,0,0,.6);padding:10px;border:.5px solid rgba(0,0,0,.15);width:120px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:90px;cursor:pointer}#social-posts .tabs-wrapper input[type=radio]:checked+.tab{color:#000;background-color:#f5f5f5;cursor:pointer}#social-posts .ct-btn{padding:18px 40px;font-weight:700;font-size:18px;text-decoration:none}