.week-widget{display:grid;gap:10px;grid-template-columns:1fr 1fr;max-width:1400px;width:100%}.week-card{align-items:flex-start;background-color:#fefff6;border:1px solid #ebebeb;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;padding:15px}.icon{height:24px;margin-right:15px;margin-top:7px;width:24px}.text-content{display:flex;flex-direction:column}.week-card h3{color:#3b3b3b;color:#333765;font-weight:700;margin-bottom:5px}.week-card h3,.week-card p{font-family:Poppins,sans-serif;font-size:24px}.week-card p{color:#5f5f5f;color:#333765;font-weight:300;margin-bottom:0}@media (max-width:768px){.week-widget{grid-template-columns:1fr}}