.course-wrap{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;max-width:1300px;margin:auto;padding:5%}.course-item{background:#fff;box-shadow:4px 2px 50px rgba(0,44,74,0.12);border-radius:10px;font-family:Rubik;font-style:normal;font-weight:normal;font-size:16px;line-height:22px;color:#95a1bb;padding:20px;width:45%;position:relative;margin-bottom:25px;transition:.3s}.course-item:hover{box-shadow:11px 20px 28px rgba(22,49,103,0.2);transform:translate(0,-10px)}.course-item h3{font-family:Rubik;font-style:normal;font-weight:normal;font-size:20px;line-height:22px;color:#363940;margin-bottom:0;max-width:380px}.course-item a{font-family:Rubik;font-style:normal;font-weight:500;font-size:12px;line-height:20px;text-align:center;letter-spacing:2px;text-transform:uppercase;color:#4043ff;border-radius:4px;border:2px solid #4043ff;padding:15px 25px;text-decoration:none;position:absolute;right:20px;top:40px}.course-item p{max-width:380px;margin-top:10px}@media only screen and (max-width:1024px){.course-item{width:100%}}@media only screen and (max-width:800px){.course-item a{position:initial;display:block}}