.offer_container{width:calc(100% - 20px);min-height:150px;margin-bottom:25px;box-shadow:3px 3px 5px 2px #dddddd;background-color:white;border-radius:10px;padding:15px;display:flex;gap:10px}.offer_left{min-width:min(100px,20%);display:flex;align-items:center;justify-content:center}.offer_middle{width:100%}.offer_right{min-width:min(130px,25%);display:flex;flex-direction:column;justify-content:space-between;gap:10px}.offer_letters{font-size:35px;font-weight:200;width:80px;height:80px;background-color:#cccccc;border-radius:50%;display:flex;align-items:center;justify-content:center}.offer_title{display:flex;gap:20px;line-height:25px;margin-bottom:10px}.offer_title .head_title{font-weight:600;padding-right:20px;border-right:1px solid darkorange}.offer_right .time{padding:5px 0;text-align:center;color:darkorange;background-color:#fff8f5}.offer_right .action{margin-top:20px;width:100%}@media screen and (max-width:700px){.offer_container{flex-direction:column;gap:20px}}.offers-list{margin:100px auto 0;max-width:1200px}.offers-list-content{background-color:#f5f5f5;padding:15px}.offers-list h1{text-align:center;margin-bottom:35px}.offers-list h2{font-family:Inter,sans-serif;font-size:clamp(12px,1.2vw,18px);font-weight:500;margin-bottom:35px}.offers-list h2 b{font-weight:700}.offers-list h3{margin-bottom:15px}.no-offers{text-align:center;font-size:italic}