.left-content-right-cards{background-color:var(--color-primary-light);padding-bottom:10px;padding-top:30px}.left-content__title{font-weight:700;margin-bottom:10px;max-width:800px}.left-content__description{font-size:18px;margin-bottom:30px;max-width:800px}.right-cards__row{align-items:center;display:flex;flex-wrap:wrap;justify-content:end}.right-cards__col,.right-cards__col--left{width:100%}.right-cards__col:nth-child(2) .right-cards__card:first-child{background-color:var(--color-success)}.right-cards__col:nth-child(2) .right-cards__card:last-child{background-color:var(--color-info)}.right-cards__col:nth-child(3) .right-cards__card:first-child{background-color:var(--color-success)}.right-cards__col:nth-child(3) .right-cards__card:last-child{background-color:var(--color-info)}.right-cards__card{-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);background-color:var(--color-light);border-radius:12px;box-shadow:var(--box-shadow-primary);display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;min-height:270px;padding:20px;position:relative;text-align:center;width:100%;z-index:0}.right-cards__card:hover{background-color:inherit}.right-cards__card-img{filter:invert(1);margin:0 auto 20px;transition:.3s;width:40px}.right-cards__card-title{color:var(--color-light);font-size:20px;font-weight:600;margin-bottom:15px}.right-cards__card-description{color:var(--color-light);font-size:16px}.right-cards__card-last{bottom:0;position:relative}@media(min-width:540px){.right-cards__col{width:calc(50% - 15px)}}@media(min-width:768px){.left-content-right-cards{padding-bottom:50px;padding-top:80px}.left-content__title{margin-bottom:20px}.left-content__description{font-size:20px;margin-bottom:0}.right-cards__row{gap:30px}.right-cards__col{width:calc(30% - 20px)}.right-cards__col--left{width:calc(40% - 20px)}.right-cards__col:nth-child(3) .right-cards__card:first-child{background-color:var(--color-info)}.right-cards__col:nth-child(3) .right-cards__card:last-child{background-color:var(--color-success)}.right-cards__card-last{bottom:50px}.right-cards__card-description{font-size:16px}}@media(min-width:992px){.left-content-right-cards{padding-top:100px}.left-content__description{font-size:22px}}