@charset "UTF-8";
/*
*
* Theme name: Landing
* Version: 1.0
* Author: Wrona.it
*
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none;
  font-weight: 500; }

.main-content p {
  line-height: 1.8rem; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: 100%; }

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 0.75rem; }

p {
  margin: 0 0 10.5px; }

main {
  flex: 1 0 auto; }

.o-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.o-link {
  text-decoration: none; }

img {
  width: 100%;
  height: auto; }

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto; }
  @media (min-width: 1800px) {
    .container {
      max-width: 1600px; } }

.zero-padding {
  padding: 0; }

.zero-margin {
  margin: 0 !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

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

.padding {
  padding: 50px 0 10px; }
  @media (max-width: 991px) {
    .padding {
      padding: 20px 0 10px; } }

.aligncenter {
  display: block;
  margin: 20px auto; }

.padding50 {
  padding: 50px; }
  @media (max-width: 991px) {
    .padding50 {
      padding: 20px; } }

.action-btn {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0,8125rem;
  font-weight: 500;
  padding: 14px 38px;
  margin: 20px 0;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out; }

.action-btn--slider {
  background-color: transparent;
  margin: 20px 0 !important;
  border: 1px solid #000; }
  .action-btn--slider:hover {
    background-color: #000;
    color: #000000; }

.action-btn--intro {
  border: 1px solid #21282b;
  color: #21282b; }

.home .page-header {
  padding-top: 50px; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.flex-2equal-item {
  width: 50%; }
  @media (max-width: 991px) {
    .flex-2equal-item {
      width: 100%; } }



.header {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  z-index: 999;
}

.header .custom-html-widget {
  margin-left: auto;
}
@media (max-width: 991px) {
  .header .custom-html-widget {
    width: 100%;
  }
}

.header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  color: #adadad;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  padding: 35px 0;
  margin: 0;
}

@media (max-width: 991px) {
  .header .container {
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .header-pusher {
    height: 200px;
  }
}

@media (min-width: 992px) {
  .nav__toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .header .main-nav {
    margin-left: auto;
  }
}

/* site logo */
.site-logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-logo {
    width: 100%;
  }
}

.site-logo a {
  display: inline-block;
  align-items: center;
}

.site-logo img {
  width: 100%;
  max-width: 195px;
  height: auto;
}

@media (min-width: 1801px) {
  .site-logo img {
    max-width: 215px;
  }
}

@media (max-width: 991px) {
  .site-logo {
    display: inline-block;
    margin: 0;
  }

  .site-logo img {
    max-width: 250px;
    padding: 20px 10px 10px;
  }

}

/* header social */

.header-social {
  display: inline-block;
  list-style: none;
  margin: 0;
}

@media (min-width: 992px) {
  .header-social {
    align-items: center;
    display: flex;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .header-social {
    padding: 0;
    width: 100%;
  }
}



.header-social__item a {
  display: inline-block;
  padding: 0 10px;
}

.header-social__item:nth-child(1) {
  padding-left: 0;
}
@media (max-width: 991px) {
  .header-social__item:nth-child(1) {
    padding: 12px 0 0;
  }
}

.header-social__item:nth-child(2) a {
  color: #000000;
}

.header-social__item:nth-child(3) {
  background-color: #39A0ED; /* ZMIENIONO Z ZIELONEGO */
  height: 100%;
}


.header-social__item:nth-child(3) a {
  color: #ffffff;
  height: 100%;
  padding: 24px 25px;
}

@media (min-width: 1800px) {
  .header-social__item:nth-child(3) a {
    padding: 37px 40px;
    letter-spacing: 0.5px;
  }
}

.header-social__item a {
  display: flex;
  align-items: center;
  padding: 0 25px 0 0;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-social__item {
    padding: 12px 0;
    text-align: center;
  }
  .header-social__item a {
    display: inline-block;
    padding: 0!important;
    text-align: center;
  }
}

.header-social__item img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
}



.header__left,
.main__left {
  position: relative;
  width: 42%;
}

.header__left:after,
.main__left:after {
  content: "";
  background-color: #F9F9F9;
  position: absolute;
  left: calc((100vw - 1200px) / -2);
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .header__left {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .header__left {
      text-align: center;
      justify-content: space-between;
    }
  .header__left:after {
    display: none;
  }
  .main__left:after {
    left: 0;
  }

}

.header__left {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .header__left {
    justify-content: center;
  }
}

.header__right,
.main__right {
  display: flex;
  width: 58%;
}

@media (max-width: 991px) {
  .main__left,
  .main__right {
    width: 100%;
  }
  .header__left,
  .header__right {
    width: 100%;
  }
}

.main__left {
  padding-right: 30px;
}
.main__right {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .main__left {
      padding: 0 30px;
    }
    .main__right {
      padding: 0 30px;
    }
}


.main-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.main-list__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding-bottom: 24px;
}

.main__txt {
  align-items: center;
  color: #1f1f1f;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 0 24px;
}
@media (max-width: 991px) {
  .main__txt {
    font-size: 15px;
  }
}


/* contact from 7 */


.wpcf7 {
  padding: 50px 0 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin: 0 0 133px;
}

@media (max-width: 1100px) {
  .wpcf7 {
    text-align: left;
  }
}

.wpcf7__acceptance {
  color: #1F1F1F;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
}

.wpcf7-list-item {
  margin: 0;
}



.july2019-formularz {
  display: grid;
  grid-template-columns: 25px 1fr;
  margin: 30px 0 20px;
}

@media (min-width: 1801px) {
  .july2019-formularz {
    grid-template-columns: 30px 1fr;
  }
}

.form-heading {
  font-size: 34px;
  line-height: 60px;
}

input[type=text],
input[type=email],
textarea {
  border: none;
  font-size: 12px;
    font-weight: 400;
    color: #1F1F1F;
  outline: none;
  width: 100%;
}

input[type=submit] {
  background-color: #39A0ED;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  max-width: 274px;
  padding: 14px 38px;
  letter-spacing: 1px;
  transition: all 0.1s ease-in-out;
}

.wpcf7-spinner {
  position: absolute;
}


@media (max-width: 991px) {
  input[type=submit] {
    margin: 0 auto;
  }
}

.wpcf7-textarea {
  max-height: 100px;
}


.fancy-submit {
  position: relative;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

.form-group {
  padding: 15px;
  border: 1px solid #6C6C6C;
  margin-bottom: 25px;
  position: relative;
}

.form-group:last-of-type {
  margin-bottom: 24px;
}
@media (min-width: 1800px) {
  .form-group {
    margin-bottom: 32px;
  }
  .form-group:last-of-type {
    margin-bottom: 24px;
  }
}
.wpcf7-not-valid-tip {
  position: absolute;

  bottom: -41px;
  left: 0;
  right: 0;
  margin: 0au;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .wpcf7-not-valid-tip {
    bottom: -23px;
  }
}

.form-group>label {
  background-color: white;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: -8px;
  left: 8px;
  padding: 0 19px 0 7px;
}

.form-group>input,
.form-group>textarea {
  border: none;
}

.form-row {
  justify-content: space-between;
}

.form-row .form-group {
  width: 30%;
}

@media (max-width: 991px) {
  .form-row .form-group {
      width: 100%;
    }
    .form-center {
      text-align: center;
    }
}

/*Header reviews*/

.header__reviews-wrapper {
  display: flex;
  width: 100% !important;
  justify-content: center;
  float: left;
  align-items: center;
}


.header__reviews-wrapper * {
  box-sizing: border-box;
}

.header__reviews {
  display: flex;
  border-left: 0px solid #ebebeb;
  width: 100% !important;
}

.header__reviews-imgwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 0 4px;
}

.header__reviews__img {
  width: 100%;
  max-width: 50px !important;
  height: auto;
}


@media (min-width: 961px) {
  .header__reviews-wrapper {
    height: 67px;

  }
}

.block-reviews {
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
  padding: 8px 6px 8px 22px;
  width: 80%;
}
@media (min-width: 1800px) {
  .block-reviews {
      padding: 8px 6px 8px 42px;
    }
}


.block-reviews>div {
  display: flex;
  align-items: center;
}

.ui-ico {
  width: auto;
  height: 35px;
  margin-bottom: 1rem;
}

.ui-ico svg {
  height: 100%;
}

.ui-ico .svg__ico {
  transition: all .2s ease-in-out;
}

.block-reviews .rating {
  color: #bbbbbb;
  line-height: 100%;
  font-size: 12px;
}

.block-reviews__p-lg {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.block-reviews__p-sm {
  color: #8F8F8F;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 0 0;
  margin: 0;
}

@media (max-width: 1300px) {
  .block-reviews p {
    font-size: .8em;
  }
}

@media (max-width: 1175px) {
  .block-reviews p {
    font-size: .65em;
  }
}


.home .block-reviews .ui-ico {
  margin: 0.08rem 1rem 0.5rem 0;
}

.block-reviews .ui-ico {
  height: 1rem;
  margin: 0.08rem 1rem 0.2rem 0;
}

.star-list {
  display: flex;
  align-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px;
}

.star-list__item {
  display: flex;
  align-items: center;
  width: 15px;
}

.header__reviews-star {
  width: 100%;
  height: auto;
}



/* footer */


.footer {
  flex-shrink: 0;
  position: relative;
}

.footer__left {
  position: relative;
  width: 42%;
}


.footer__right {
  padding: 50px 30px;
  position: relative;
  width: 58%;
}
.footer__right:after {
  content: "";
  background-color: #1E6FB5; /* TEN KOLOR POZOSTAŁ BEZ ZMIAN (NIEBIESKI CIEMNY) */
  position: absolute;
  right: calc((100vw - 1200px) / -2);
  left: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .footer__left,
  .footer__right {
    width: 100%;
  }
  .footer__left {
    height: 400px;
  }

  .footer__right {
    display: flex;
    flex-direction: column;
    padding: 0 0 50px;
  }
  .footer__right:after {
    content: "";
    background-color: #1E6FB5; 
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .footer__right .lp-heading {
    order: 2;
    padding: 0 30px 38px;
    text-align: center;
  }
  .footer__right .lp-p {
    order: 2;
    padding: 0 30px 38px;
    text-align: center;
  }
}

@media (min-width: 1800px) {
  .footer__right {
    padding: 82px 70px;
  }
}

p {
  position: relative;
  z-index: 1;
}


/* our-work */

.our-work {
  position: relative;
  left: -150px;
  margin: 50px 0 0;
  top: 0;
  width: 800px;
  z-index: 1;
}
@media (max-width: 991px) {
  .our-work {
    margin: 0;
    order: 1;
  }
}
@media (min-width: 1800px) {
  .our-work {
    margin: 72px 0 0;
  }
}

.our-work__left,
.our-work__right {
  width: 50%;
}

.our-work__left {
  background-color: #000;
  padding: 17px 23px;
}

.our-work__right {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  padding: 30px 40px;
}

@media (max-width: 991px) {
  .our-work {
    left: 0;
    width: 100%;
  }
  .our-work__left,
  .our-work__right {
    height: 155px;
    width: 100%;
  }
}

.our-work-list {
  color: #ffffff;
  list-style-type: none;
  padding: 0;
}

.our-work-list__item {
  width: 200px;
}

.our-work-list__txt {
  padding: 0;
  margin: 0;
}

.our-work-list__title {
  font-size: 16px;
  letter-spacing: 0.8px;
  padding-bottom: 5px;
}

.our-work-list__service {
  font-size: 10px;
  letter-spacing: 0.5px;
  padding-bottom: 28px;
}

.our-work-list__link {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-decoration: underline;
}

.our-work-images {
  list-style-type: none;
  padding: 0;
}
.our-work-images__item {
  position: absolute;
  left: calc((100vw - 1200px) / -2);
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .our-work-images__item {
    left: 0;
    height: 400px;
  }
}

.our-work-images__img {
  display: none;
  -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.offer-images-images__img.active {

}

.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}


.lp-heading {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 38px;
  position: relative;
  z-index: 1;
  text-transform: normal;
}
.lp-heading--white {
  color: #ffffff;
}
.lp-p {
  font-size: 18px;
  line-height: 25px;
}

.lp-p--white {
  color: #ffffff;
}


.single-page {
  padding: 50px 0;
}

.naglowek_2 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.naglowek_3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media (min-width:1800px) {
  .single-page {
    padding: 100px 0;
  }
}


/* Google Reviews */

.google-reviews {
  display: inline-flex;
  padding: 25px 35px;
  border-radius: 74px;
  margin: 0;
  flex: 1;
  width: 100%;
  max-width: 420px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .google-reviews {
    flex: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .google-reviews {
    padding: 25px 15px;
  }
}

@media (max-width: 991px) {
  .google-reviews {
    max-width: 260px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .main-nav__wrap.fixed .google-reviews {
    max-width: 250px;
  }
  .google-reviews--fixed .block-info__p {
    font-size: 10px;
    line-height: 15px;
  }
}

.google-reviews__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 0;
}
.google-reviews__right {
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
  padding: 0 0 0 5px;
  width: 80%;
}
.google-reviews__img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .google-reviews--hero {
    flex-direction: column;
    align-items: center;
    margin-top: -65px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .google-reviews--hero .block-reviews__top {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .google-reviews--hero .google-reviews__right {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .google-reviews--fixed {
    padding: 0px 10px;
  }
}
@media (min-width: 1500px) {
  .google-reviews--fixed {
    padding: 0px 5px;
  }
}
@media (min-width: 1800px) {
  .google-reviews--fixed {
    padding: 0 10px 0 25px;
  }
}
@media (min-width: 1200px) {
  .google-reviews--fixed .google-reviews__right {
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .google-reviews--fixed .google-reviews__right {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .google-reviews--fixed .google-reviews__img {
    max-width: 30px;
  }
}
@media (min-width: 1200px) {
  .google-reviews--fixed .google-reviews__img {
    max-width: 40px;
  }
}
@media (min-width: 1500px) {
  .google-reviews--fixed .google-reviews__img {
    max-width: 45px;
  }
}
.google-reviews--fixed .block-info__p {
  font-size: 10px;
}
@media (max-width: 1300px) {
  .google-reviews--fixed .block-info__p {
    font-size: 7px;
    line-height: 14px;
  }
}
@media (min-width: 1500px) {
  .google-reviews--fixed .block-info__p {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .google-reviews--fixed .block-info__p {
    font-size: 9px;
    line-height: 15px;
  }
}
@media (min-width: 1200px) and (max-width:1500px) {
  .google-reviews--fixed .google-reviews__left {
    width: 25%;
  }
}

.block-reviews__top {
  display: flex;
  align-items: center;
}
.block-reviews__google {
  color: #141414;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0;
}
.block-reviews__rating {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 8px 0 10px;
}
.block-reviews__stars {
  display: inline-block;
  max-width: 72px;
}

.block-info__p {
  color: #171717;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.72px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.whatsapp {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('/wp-content/uploads/2023/08/whatsapp-icon.svg') center/cover no-repeat;

}
@media (min-width: 992px) {
  .whatsapp {
    margin-right: 20px;
  }
}