.ct-arcive-card{ background: white; border-radius: 4px; box-shadow: 0px 20px 50px #D9DBDF; margin-bottom: $base-margin; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; img { width: 100%; height: auto; } .ct-archive-content{ margin: auto; text-align: left; padding: 20px; } p{ text-align: justify; font-size: 16px; line-height: 24px; } .ct-btn{ width: 20%; box-sizing: border-box; appearance: none; background-color: transparent; border: 2px solid red; border-radius: 0.6em; color: red; cursor: pointer; display: flex; align-self: center; font-size: 12px; font-weight: 400; line-height: 1; padding: 1.2em 2.8em; text-decoration: none; text-align: center; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; &:hover, &:focus { color: #fff; outline: 0; } } .btn-design{ border-color: #59a77e; color: #fff; background: { image: linear-gradient(45deg,yellow 50%, transparent 50%); position: 100%; size: 400%; } transition: background 300ms ease-in-out; &:hover { background-position: 0; } } } .ct-post-margin{ margin-bottom: 25px; } .pagination{ .nav-links{ text-align: center; } } .post-pagination{ margin-bottom: $base-margin; }