.rc-button{background:#ee7203;border:2px solid #ee7203;border-radius:32px;color:#fff;font-size:16px;line-height:16px;padding:10px 32px;text-align:center;text-decoration:none;transition-duration:.5s;width:100%}.rc:hover{cursor:pointer}.rc:hover .rc-button{background-color:#fff;border:2px solid #ee7203;color:#ee7203;text-decoration:none;transition-duration:.5s}.rc:hover .rc-content h3{text-decoration:underline}.rc:hover .rc-image{width:120%}.rc-wrapper .content-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:44px;padding:0}.rc{-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.15);box-shadow:0 0 15px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;gap:0;width:calc(33.33333% - 44px)}.img-wrap{overflow:hidden}.rc-image{height:195px;object-fit:cover;transition:.15s ease-in-out;width:100%}.rc-content{background-color:#fff;display:flex;flex-direction:column;gap:22px;padding:28px 22px}.rc-content h3{font-size:22px;line-height:32px}.rc-content h3,.rc-content p{margin-bottom:0}@media screen and (max-width:768px){.rc-wrapper .content-wrapper{flex-direction:column}.rc{width:100%}}