/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-offer {
  border-radius: 10px;
  background-color: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.5rem 1rem;
  -ms-flex-align: center;
      align-items: center; }
  .cp-offer .img-wrap {
    width: 5.4rem;
    height: 5.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-offer .img-wrap {
        width: 4rem;
        height: 4rem; } }
  .cp-offer .offersTitle {
    font-family: "Gotham-Bold";
    font-size: 1.2rem;
    color: #4a4a4a;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    padding-left: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-offer .offersTitle {
        padding-bottom: 0; } }
  .cp-offer .desc {
    color: #676767;
    font-size: 1.2rem;
    font-family: "Gotham-Book";
    line-height: 1.6rem;
    padding-right: 2rem;
    padding-left: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-offer .desc {
        font-size: 1.1rem;
        padding-right: 1rem; } }
  .cp-offer .info-wrap {
    max-width: 80%; }
  .cp-offer .tc-apply {
    position: absolute;
    right: -1rem;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 1rem;
    text-transform: capitalize;
    top: 50%;
    font-family: "Gotham-Book"; }

.cp-offer {
  padding: 1.5rem 2rem;
  position: relative; }
  .cp-offer .payment-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .cp-offer .modal-info {
    display: none; }
