/**
 *
 * Tools
 *
 */

.tools {
  --color-dark: #0E1114;
  --color-pink: #FF4070;
  --color-pink-hover: #D7295F;
  overflow: unset;
  /*===============================
  =            General            =
  ===============================*/
  /*----------  Container  ----------*/
  /*----------  End of Container  ----------*/
  /*----------  Buttons  ----------*/
  /*----------  End of Buttons  ----------*/
  /*=====  End of General  ======*/
  /*===================================
  =            Tools cover            =
  ===================================*/
  /*=====  End of Tools cover  ======*/
  /*===================================
  =            Tools logos            =
  ===================================*/
  /*=====  End of Tools logos  ======*/
  /*=====================================
  =            Tools content            =
  =====================================*/
  /*=====  End of Tools content  ======*/
  /*=================================
  =            Tools CTA            =
  =================================*/
  /*=====  End of Tools CTA  ======*/
  /*==================================
  =            Tools list            =
  ==================================*/
  /*=====  End of Tools list  ======*/
}

.tools .page-wrapper {
  padding-top: 80px;
}

.tools .page-wrapper a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.tools .container {
  margin: 0 auto;
}

.tools .container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.tools-button,
.tools-button-solid {
  padding: 12px 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 999em;
  border: 1px solid;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.5px;
}

.tools-button-solid {
  background-color: var(--color-pink);
  color: #fff;
}

.tools-button-solid:hover {
  background-color: var(--color-pink-hover);
}

.tools .tools-cover {
  padding: 80px 0;
}

.tools .tools-cover__inner {
  text-align: center;
}

.tools .tools-cover__content {
  max-width: 600px;
  margin: 0 auto;
}

.tools .tools-cover__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.21;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-cover__text {
  padding: 0 10px;
  margin-bottom: 40px;
}

.tools .tools-cover__text p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-cover__text p span {
  font-weight: inherit !important;
}

.tools .tools-cover__image {
  display: inline-block;
}

.tools .tools-cover__image img {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
  max-width: 100%;
}

.tools .tools-logos {
  padding: 20px 0;
}

.tools .tools-logos__title {
  margin-bottom: 0;
  margin-top: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000;
  white-space: nowrap;
}

.tools .tools-logos__title:after {
  content: ':';
}

.tools .tools-logos__image img {
  max-width: 100%;
}

.tools .tools-logos__inner {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tools .tools-content {
  padding: 80px 0;
  /*----------  Content components  ----------*/
  /*----------  End of Content components  ----------*/
}

.tools .tools-content__wrapper {
  display: grid;
  grid-template-columns: 248px 1fr;
  grid-gap: 54px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tools .tools-content__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.tools .tools-content__nav-title {
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__nav-list {
  list-style: none;
  margin: 0 0 23px;
  padding: 0;
}

.tools .tools-content__nav-list li {
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: var(--color-dark);
}

.tools .tools-content__nav-list li:not(:last-child) {
  margin-bottom: 13px;
}

.tools .tools-content__nav-list li.nav-active a {
  font-weight: 800;
}

.tools .tools-content__nav-list li.nav-active a:hover {
  font-weight: 800;
}

.tools .tools-content__nav-list li a {
  color: inherit;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.tools .tools-content__nav-list li a:hover {
  color: var(--color-pink);
}

.tools .tools-content__nav-button {
  padding: 12px 27px;
}

.tools .tools-content__block:not(:last-child) {
  margin-bottom: 72px;
}

.tools .tools-content__part:not(:last-child) {
  margin-bottom: 48px;
}

.tools .tools-content__title {
  margin-top: 0;
  margin-bottom: -12px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__text {
  margin-top: 26px;
}

.tools .tools-content__text p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__text p:not(:last-child) {
  margin-bottom: 1em;
}

.tools .tools-content__text p span {
  font-weight: inherit !important;
}

.tools .tools-content__titleAndText {
  display: grid;
  grid-gap: 40px 74px;
}

.tools .tools-content__titleAndText img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.tools .tools-content__titleAndText,
.tools .tools-content__titleAndText[data-cols="1"] {
  grid-template-columns: 1fr;
}

.tools .tools-content__titleAndText[data-cols="2"] {
  grid-template-columns: repeat(2, 1fr);
}

.tools .tools-content__titleAndText-itemTitle {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__titleAndText-itemText p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__titleAndText-itemText p:not(:last-child) {
  margin-bottom: 1em;
}

.tools .tools-content__titleAndText-itemText p span {
  font-weight: inherit !important;
}

.tools .tools-content__iconTitleAndText {
  display: grid;
  grid-gap: 36px 74px;
}

.tools .tools-content__iconTitleAndText,
.tools .tools-content__iconTitleAndText[data-cols="1"] {
  grid-template-columns: 1fr;
}

.tools .tools-content__iconTitleAndText[data-cols="2"] {
  grid-template-columns: repeat(2, 1fr);
}

.tools .tools-content__iconTitleAndText-item {
  display: grid;
  grid-template-columns: 27px 1fr;
  grid-gap: 16px;
}

.tools .tools-content__iconTitleAndText-itemIcon {
  width: 27px;
  height: 23px;
}

.tools .tools-content__iconTitleAndText-itemIcon img {
  max-width: 100%;
  max-height: 100%;
}

.tools .tools-content__iconTitleAndText-itemTitle {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__iconTitleAndText-itemText p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__iconTitleAndText-itemText p:not(:last-child) {
  margin-bottom: 1em;
}

.tools .tools-content__iconTitleAndText-itemText p span {
  font-weight: inherit !important;
}

.tools .tools-content__video {
  border-radius: 12px;
  overflow: hidden;
}

.tools .tools-content__testimonialsSlider {
  background: #F8F8F8;
  border-radius: 12px;
  overflow: hidden;
  padding: 44px 25px;
  position: relative;
  z-index: 1;
}

.tools .tools-content__testimonialsSlider-inner {
  max-width: 478px;
  margin: 0 auto;
  text-align: center;
}

.tools .tools-content__testimonialsSlider-slide {
  padding: 0 15px;
}

.tools .tools-content__testimonialsSlider-slideText {
  margin-bottom: 16px;
}

.tools .tools-content__testimonialsSlider-slideText p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__testimonialsSlider-slideText p span {
  font-weight: inherit !important;
}

.tools .tools-content__testimonialsSlider-slideTitle {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__testimonialsSlider-title {
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__testimonialsSlider-title:before {
  content: '';
  width: 43px;
  height: 28px;
  display: block;
  margin: 0 auto 24px;
  background-image: url("https://promoalltest.cdnpromo.com/wp-content/themes/tg/assets/images/templates/tools/quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tools .tools-content__faqs {
  margin-top: -24px;
}

.tools .tools-content__faqs-item:not(:last-child) {
  border-bottom: 1px solid #DFE1E6;
}

.tools .tools-content__faqs-item:last-child .tools-content__faqs-itemText {
  padding-bottom: 0;
}

.tools .tools-content__faqs-item.faq-active .tools-content__faqs-itemTitle:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.tools .tools-content__faqs-item.faq-active .tools-content__faqs-itemHeader {
  padding-bottom: 16px;
}

.tools .tools-content__faqs-itemHeader {
  padding: 24px 0 20px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tools .tools-content__faqs-itemTitle {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 28px;
  position: relative;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-content__faqs-itemTitle:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #000;
  border-radius: 50%;
}

.tools .tools-content__faqs-itemTitle:after {
  content: '';
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-image: url("https://promoalltest.cdnpromo.com/wp-content/themes/tg/assets/images/templates/tools/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tools .tools-content__faqs-itemContent {
  overflow: hidden;
  display: none;
}

.tools .tools-content__faqs-itemText {
  padding: 0 28px 24px;
}

.tools .tools-content__faqs-itemText li {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.5px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #4B4F5A;
}

.tools .tools-content__faqs-itemText ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tools .tools-content__faqs-itemText ul li {
  position: relative;
  padding-left: 32px;
}

.tools .tools-content__faqs-itemText ul li:not(:last-child) {
  margin-bottom: 5px;
}

.tools .tools-content__faqs-itemText ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #4B4F5A;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 7px;
}

.tools .tools-content__faqs-itemText p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #4B4F5A;
}

.tools .tools-content__faqs-itemText p:not(:last-child) {
  margin-bottom: 1em;
}

.tools .tools-content__faqs-itemText p span {
  font-weight: inherit !important;
}

.tools .tools-content__ctaButton {
  margin-top: 64px;
  text-align: center;
}

.tools .tools-cta {
  padding: 66px 0;
  background-color: #F9F9F9;
}

.tools .tools-cta__inner {
  display: grid;
  grid-gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr;
}

.tools .tools-cta__content {
  padding-left: 113px;
}

.tools .tools-cta__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-cta__text {
  margin-bottom: 34px;
}

.tools .tools-cta__text p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-cta__text p span {
  font-weight: inherit !important;
}

.tools .tools-cta__image img {
  max-width: 100%;
  height: auto;
}

.tools .tools-list {
  padding: 120px 0;
  border-bottom: 1px solid #DDDDDD;
}

.tools .tools-list__title {
  margin-top: 0;
  margin-bottom: 46px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-list__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 55px 40px;
}

.tools .tools-list__item-image {
  display: block;
  margin-bottom: 28px;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 61.138%;
  border-radius: 6px;
}

.tools .tools-list__item-image:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.tools .tools-list__item-image img {
  position: absolute;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tools .tools-list__item-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-list__item-title a {
  color: inherit;
}

.tools .tools-list__item-title a:hover {
  color: var(--color-pink);
}

.tools .tools-list__item-text {
  margin-bottom: 19px;
}

.tools .tools-list__item-text p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #000;
}

.tools .tools-list__item-text p span {
  font-weight: inherit !important;
}

.tools .tools-list__item-more {
  --more-icon-color: #0E1114;
  position: relative;
  padding-right: 26px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Wes FY, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #0E1114;
  text-decoration: underline;
}

.tools .tools-list__item-moreIcon {
  padding-left: 6px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.tools .tools-list__item-moreIcon svg {
  vertical-align: middle;
}

.tools .tools-list__item-moreIcon svg path {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.tools .tools-list__item-more:hover {
  color: var(--color-pink);
  --more-icon-color: var(--color-pink);
}

@media (min-width: 320px) {
  .tools .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 375px) {
  .tools .container {
    padding-left: 37px;
    padding-right: 37px;
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .tools .visible-mobile {
    display: none;
  }

  .tools .container {
    width: 674px;
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (min-width: 992px) {
  .tools .hide-on-desktop {
    display: none;
  }

  .tools .container {
    width: 992px;
  }
}

@media (min-width: 1200px) {
  .tools .container {
    width: 976px;
  }

  .tools .tools-cta .container {
    width: 1200px;
  }
}

@media (max-width: 1199px) {
  .tools .tools-cover__image img {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .tools .tools-cta__inner {
    grid-template-columns: 446px 1fr;
  }

  .tools .tools-cta__content {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .tools .page-wrapper {
    padding-top: 56px;
  }
}

@media (max-width: 991px) {
  .tools .tools-cover {
    padding: 56px 0 21px;
  }

  .tools .tools-cover__content {
    max-width: 577px;
    margin-bottom: 48px;
  }

  .tools .tools-cover__title {
    font-size: 40px;
    line-height: 1.2;
  }

  .tools .tools-cover__text {
    padding: 0;
  }

  .tools .tools-cover__text p {
    font-size: 16px;
  }

  .tools .tools-logos__title {
    font-size: 16px;
    line-height: 1.5;
  }

  .tools .tools-logos__title:after {
    content: none;
  }

  .tools .tools-logos__image {
    text-align: center;
  }

  .tools .tools-logos__inner {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 34px;
  }

  .tools .tools-content {
    padding: 60px 0;
  }

  .tools .tools-content__wrapper {
    display: block;
  }

  .tools .tools-content__nav {
    display: none;
  }

  .tools .tools-content__block:not(:last-child) {
    margin-bottom: 64px;
  }

  .tools .tools-cta {
    padding: 56px 0;
  }

  .tools .tools-cta__inner {
    grid-template-columns: auto;
    grid-gap: 17px;
  }

  .tools .tools-cta__content {
    max-width: 586px;
    margin: 0 auto;
    text-align: center;
  }

  .tools .tools-cta__text {
    margin-bottom: 38px;
  }

  .tools .tools-cta__text p {
    font-size: 16px;
  }

  .tools .tools-list {
    padding: 75px 0;
  }

  .tools .tools-list__title {
    margin-bottom: 37px;
    font-size: 20px;
    line-height: 1.4;
  }

  .tools .tools-list__wrapper {
    grid-gap: 47px 36px;
  }
}

@media (max-width: 767px) {
  .tools .hidden-mobile {
    display: none;
  }

  .tools .tools-cover {
    padding: 40px 0;
  }

  .tools .tools-cover__title {
    max-width: 280px;
    margin: 0 auto 14px;
    font-size: 32px;
    line-height: 1.25;
  }

  .tools .tools-cover__text {
    margin-bottom: 27px;
  }

  .tools .tools-cover__text p {
    font-size: 14px;
    line-height: 1.43;
  }

  .tools .tools-logos__inner {
    grid-gap: 31px;
  }

  .tools .tools-content {
    padding: 48px 0;
  }

  .tools .tools-content__block:not(:last-child) {
    margin-bottom: 48px;
  }

  .tools .tools-content__title {
    font-size: 20px;
    line-height: 1.4;
  }

  .tools .tools-content__titleAndText {
    grid-gap: 28px;
  }

  .tools .tools-content__titleAndText[data-cols="2"] {
    grid-template-columns: 1fr;
  }

  .tools .tools-content__iconTitleAndText {
    grid-gap: 20px;
  }

  .tools .tools-content__iconTitleAndText[data-cols="2"] {
    grid-template-columns: 1fr;
  }

  .tools .tools-content__video {
    border-radius: 6px;
  }

  .tools .tools-content__faqs-itemText {
    padding-right: 0;
  }

  .tools .tools-content__ctaButton {
    margin-top: 48px;
  }

  .tools .tools-cta {
    padding: 48px 0;
  }

  .tools .tools-cta__button {
    margin: 0 auto;
  }

  .tools .tools-cta__title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.34;
  }

  .tools .tools-cta__text {
    margin-bottom: 0;
  }

  .tools .tools-cta__text p {
    font-size: 14px;
    line-height: 1.43;
  }

  .tools .tools-list {
    padding: 48px 0;
  }

  .tools .tools-list__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 49px;
  }
}

@media (max-width: 500px) {
  .tools .tools-cover .container {
    padding-left: 0;
    padding-right: 0;
  }

  .tools .tools-cover__content {
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 27px;
  }

  .tools .tools-content__testimonialsSlider {
    padding: 44px 0;
    border-radius: 0;
    overflow: unset;
  }

  .tools .tools-content__testimonialsSlider:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    background: #F8F8F8;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .tools .tools-content__testimonialsSlider-slide {
    padding: 0;
  }
}

@media (max-width: 374px) {
  .tools .tools-cover__content {
    padding-left: 28px;
    padding-right: 28px;
  }
}