/**
 * Core - Strengthens and extends 42Theme site functionality.
 *
 * @encoding     UTF-8
 * @version      2.0.0
 * @copyright    Copyright (C) 2016 - 2023 42Theme (https://42theme.com). All rights reserved.
 * @license      Private, Internal Software
 * @author       Alexander Khmelnitskiy (info@alexander.khmelnitskiy.ua)
 * @support      support@42theme.com
 **/
.t42-cta-con {
  background-color: #1F8447;
  background-image: url(/wp-content/uploads/2019/08/call-to-action-bg.svg);
  background-position: center center;
}
.elementor-widget-t42-cta {
  text-align: center;
  padding: 60px 16px;
}
.elementor-widget-t42-cta .t42-heading-title {
  color: #fff;
  font-family: 'Ubuntu', Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
}
.elementor-widget-t42-cta .t42-button-box {
  margin-top: 25px;
}
.elementor-widget-t42-cta .t42-button-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 13px 14px;
  color: #fff;
}
.elementor-widget-t42-cta .t42-button-link:hover,
.elementor-widget-t42-cta .t42-button-link:focus,
.elementor-widget-t42-cta .t42-button-link:active {
  color: #424242;
  background-color: #ffffff;
}
@media (max-width: 1100px) {
  .t42-cta-con {
    background-size: 120%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 850px) {
  .elementor-widget-t42-cta .t42-heading-title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 540px) {
  .elementor-widget-t42-cta .t42-heading-title {
    font-size: 32px;
    line-height: 40px;
  }
}
