.resources .resources-container{position:relative;width:fit-content;margin:0 auto}.resources .resources-container .title{text-align:center}.resources .resources-container .title span{text-transform:uppercase;font-weight:700}.resources .star{position:absolute;animation:star-animation 10s linear infinite}.resources .star-1{bottom:78px;left:-33px;animation-duration:8s}.resources .star-2{top:77px;right:45px;animation-duration:12s}.resources-list{margin-top:50px}.resource-item{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:60px;padding:20px}.resource-item .right,.resource-item .left{width:50%}.resource-item .right{display:flex;flex-direction:column;gap:20px}.resource-item .right .title{font-size:2rem;font-weight:400;color:#3f4b7f;text-align:left}.resource-item .right .description{font-size:1.125rem;line-height:1.6;color:#464e65;text-wrap:pretty}.resource-item .right .button{display:inline-block;color:#3f4b7f;text-decoration:underline;font-size:1.125rem;font-weight:600;transition:all .3s ease;width:fit-content}.resource-item .right .button:hover{color:#5a6bb8}.resource-item .left img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.resource-item{gap:30px;padding:15px}.resource-item .right .title{font-size:1.75rem}.resource-item .right .description,.resource-item .right .button{font-size:1rem}.resources .star-1{bottom:60px;left:-20px}.resources .star-2{top:60px;right:30px}}@media (max-width: 576px){.resource-item{flex-direction:column-reverse;gap:20px;padding:0;margin-top:60px}.resource-item .right,.resource-item .left{width:100%}.resource-item .right{text-align:left;align-items:flex-start}.resource-item .right .title{font-size:1.5rem;text-align:left;margin-bottom:10px}.resource-item .right .description{font-size:1rem;line-height:1.5}.resource-item .left img{width:100%;max-width:none;margin:0;border-radius:8px}.resources-list{margin-top:30px}}
