.action {
  height: 475px;
  position: relative;
  display: flex;
  padding: 50px;
  align-items: center;
  box-sizing: border-box; }
  .action__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: var(--border-radius);
    z-index: -1;
    filter: brightness(0.8); }
  .action__title {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold; }
  .action__box {
    margin-top: auto;
    width: 369px;
    height: 158px;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 27px 50px; }
    .action__box-wrap {
      height: 100%;
      display: flex;
      margin-left: 50px; }
    .action__box-price {
      font-weight: bold;
      font-size: 32px;
      margin-bottom: 10px; }
      .action__box-price p {
        margin: 0; }

@media (max-width: 1600px) {
  .action {
    flex-direction: column;
    min-height: 403px;
    justify-content: center;
    align-items: flex-start; }
    .action__title {
      font-size: 36px; }
    .action__box {
      margin-top: 30px;
      height: 158px; }
      .action__box-wrap {
        height: auto;
        margin: 0; } }

@media (max-width: 767px) {
  .action__title {
    font-size: 24px; } }

@media (max-width: 575px) {
  .action {
    padding: 20px; }
    .action__box {
      max-width: 100%;
      width: 100%;
      padding: 20px; }
      .action__box-wrap {
        max-width: 100%; }
      .action__box .button {
        max-width: 100%; } }
