/*!
Theme Name: Paytel
Theme URI: http://underscores.me/
Author: Jackvision.pl
Author URI: https://jackvision.pl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thesuite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

thesuite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	font-size: 10px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	/*padding-top: var(--header-height);*/
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: var(--paragraph);
	font-size: 1.7rem;

}



/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.5rem;
	margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */


button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
	width: 100%;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

* {
	box-sizing: border-box;
}

/* ----------------------------------------- */


:root {
	--white: #fff;
	--blue: #2166AD;
	--light-gray: #F8FAFA;
	--paragraph: #00376F;
	--orange: #FFAA00;
	/*
	--dark: #353535;
	--primary: #F8F9FC;
	--secondary: #efefef;
	--red: #DE2434;
	--red-opacity-10: #FCE9EB;
	--dark-red: #760514;

	--gray: #595E60;
	--light-gray: #D9D9D9;
*/
}

::placeholder {
	color: var(--dark);
	/* Kolor tekstu placeholder */

}

a {
	color: var(--red)
}

.pr {
	position: relative;
}

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

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

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.dflex {
	display: flex;
}

.jcenter {
	justify-content: center;
}

.container {
	max-width: 1440px;
	padding: 0;
	padding-left: 4rem;
	padding-right: 4rem;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


header {
	background-color: var(--white);
	padding: 0;
	width: 100%;
}


header {
	position: relative;
	padding-bottom: 3px;
	/* Odstęp na dolne obramowanie */
}



header .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

div.logos {
	display: flex;
	gap: 6rem;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;

}

header div.logos .paytel {
	width: 149px;
	height: 32px;
	display: block;
}

header div.logos .pbg {
	width: 201px;
	height: 60px;
	display: block;
}

.main {
	background-color: #003867;
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.main .container {
	height: 800px;
	padding-left: 0;
	padding-right: 0;

}

.main .container * {
	color: var(--white);
}

.element-bg::before {
	content: "";
	background-image: url(img/element.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 172px;
	height: 300px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 30%;
}

section.nasze-terminale {
	background-image: url(img/terminale_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

section.nasze-rozwiazania {
	background-color: var(--light-gray);
}

section.wybierz-paytel {
	background-color: var(--white);
}

section.wybierz-paytel .grid-2 {
	grid-template-columns: 50% 50%;
}

section.wybierz-paytel .grid-2>div img {
	max-height: 526px;
}


section.wybierz-paytel .container {
	background: url(img/bg1.jpg);
}

.section-padding {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

section h2, .h2 {
	font-size: 3rem;
	font-weight: 700;
}

.h2-400 {
	font-weight: 400 !important;
}

.main h1 {
	font-size: 4.2rem;
}

.main h1 span {
	position: relative;
	z-index: 1;
	/* Tekst ponad pseudoelementem */
	padding: 0.1em 2rem;
	margin-left: -2rem;
	display: inline-block;
	color: #fff;
	/* Kolor tekstu */
}

.main h1 span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff9900;
	transform: skew(-20deg);
	transform-origin: left center;
	z-index: -1;
	/* Pseudoelement pod tekstem */
}

.main .ac-c>p {
	font-size: 3rem;
}

.grid-2 .ac-c img {
	border-radius: 30px;
	margin: auto
}

.grid-2.light-gray-boxes .ac-c img {
	border-radius: 0;
	margin: unset;
}

.main .grid-2 {
	padding-left: 4rem;
	padding-right: 4rem;
	gap: 5rem
}

.grid-2 {
	padding-left: 12rem;
	padding-right: 12rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15rem;
	position: relative;
}



.grid-2 .grid-2 {
	padding-left: 0;
	padding-right: 0;
	margin-top: 5rem;
}

.grid-2 .grid-2 div {
	padding-left: 5rem;
	background-image: url(img/v.svg);
	background-repeat: no-repeat;
}

.grid-2 .grid-2 h3 {
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.grid-2 .grid-2 p {
	margin-top: 0;
	line-height: 30px;
}

.grid-3 {
	padding-left: 12rem;
	padding-right: 12rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15rem;
}

.gap-5 {
	gap: 5rem;
}

.gap-2 {
	gap: 2rem;
}

.light-gray-boxes>div {
	background-color: var(--light-gray);
	padding: 4rem 6rem;
	text-align: left;
}

.light-gray-boxes>div img {
	height: 50px;
}

.light-gray-boxes>div h3 {
	font-size: 1.7rem;
	font-weight: 600;
}

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

.a-c img {
	margin: auto;
	height: 70px;
}

.ac-c {
	align-content: center;
}

.mb-5 {
	margin-bottom: 5rem;
}

.mb-10 {
	margin-bottom: 10rem;
}

.orange {
	color: var(--orange) !important;
}

.white {
	color: var(--white);
}

.special-white-bg-blue {
	background-image: url(img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.akceptuj-platnosci .container.element-bg2 {
	background-image: url(img/element.svg);
	background-repeat: no-repeat;
	background-position: right top 10px;
}

.prowadzisz-sprzedaz .grid-2 {
	grid-template-columns: repeat(2, 50%);
}

blockquote {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
	font-weight: 400;
	color: #ADC6E1;
	padding-left: 12rem;
	margin-top: 4rem;
	margin-bottom: 4rem;

}

blockquote::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(img/quote.svg);
	background-repeat: no-repeat;
	width: 95px;
	height: 100%;
	min-height: 75px;

}

textarea{
	height:50px;
}

/*jjack*/

.jz_all *{font-size:1.3rem}
.wpcf7-list-item{margin-left: 0;}
.wpcf7-list-item input.zgoda{width: auto;}
.jz_all ol li ol{list-style-type: lower-alpha;}
.m-a {
	margin-left: auto;
	margin-right: auto;
}

.m-t {
	margin-top: 5rem;
}

footer {
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 400px;
	min-height: 422px;
	width: 100%;
	background-size: cover;
}

footer .container {
	height: 100%;
}

footer .container .grid-2 {
	height: 100%;
}

.form-container h2{
	/*#DEE8F3*/
	font-size: 2.5rem;
	font-weight: 400;
	color:var(--paragraph) !important;
	text-align: center;
}

.form-container h2 strong{
	font-weight: 600;
	display: block;
	color:var(--paragraph) !important;
}

.form-container .form-container__header{
	padding:1rem;
	border-bottom: 1px solid #DEE8F3;
}

.wpcf7-form-control.wpcf7-text, textarea{
	padding:0;
	margin:0;
	border: 1px solid #DEE8F3;
	border-radius: 25px;
	padding:1rem 2rem;
	font-size: 1.4rem;
}

.wpcf7-not-valid-tip{font-size:1rem; color:red !important;}

.wpcf7 form .wpcf7-response-output{
	margin:0;
}

.form-container .form-container__content p:has(.wpcf7-submit){
	padding:0;
	margin:0;
}

.wpcf7-submit{
	background-color: var(--orange) !important;
	color:var(--white) !important;
	border:0 !important;
	border-radius: 2rem;
	border-radius: 25px;
	padding:1rem 2rem;
	cursor: pointer;
}

.wpcf7-response-output{
	font-size: 1.2rem;
	background-color: red;
	border-color: red !important;
	color:white !important;
}

.wpcf7-form-control.wpcf7-text::placeholder{
	color:#DEE8F3;
}

.wpcf7-list-item-label,.field-checkbox p{font-size:1.1rem;}

.field p label{font-size:1.2rem; padding-bottom: .5rem; display: inline-block;}

.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]{
	width:auto;
	margin-right: 1rem;
}

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


/*


form .wpcf7-list-item-label::before {
  width: 20px !important;
  height: 20px !important;
  border: 1px #CECECE solid !important;
}
.paytel-input-checkbox__label::before, .wpcf7-form .field-checkbox .wpcf7-list-item-label::before, .wpforms-container .wpforms-field-checkbox ul li label::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px #acd8e8 solid;
  display: block;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;

}
*/



.form-container .form-container__content{
	padding:0 3rem 3rem 3rem;
	
}

.form-container .form-container__content *{
	color:var(--paragraph);
}

.main .form-container {
	position: absolute;
	right: 0rem;
	top:-2rem;
	width: 500px;
	border: 1px solid #E2EAF4;
	min-height: 440px;
	border-radius: 2.5rem;
	background-color: var(--white);
	z-index: 2;
	-webkit-box-shadow: 0px 28px 36px -11px rgba(255, 191, 63, 0.7);
	-moz-box-shadow: 0px 28px 36px -11px rgba(255, 191, 63, 0.7);
	box-shadow: 0px 28px 36px -11px rgba(255, 191, 63, 0.7);


}

.form-container {
	background-image: url(img/form-bg.png);
	background-repeat: no-repeat;
	background-size: 220px auto;
}

.main .container>.grid-2 {
	height: 100%;
}



footer .form-container {
	margin-bottom: 25rem;
	position: absolute;
	right: 0;
	top: -10rem;
	width: 500px;
	border: 1px solid #E2EAF4;
	min-height: 640px;
	border-radius: 2.5rem;
	background-color: var(--white);
	-webkit-box-shadow: 0px 28px 36px -11px rgba(233, 233, 233, 1);
	-moz-box-shadow: 0px 28px 36px -11px rgba(233, 233, 233, 1);
	box-shadow: 0px 28px 36px -11px rgba(233, 233, 233, 1);
}


.container-404 h1 {
	font-size: 2rem;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 23%;
	color: var(--secondary1);
	padding-left: 9rem;
	margin-bottom: 4rem;
}

.container-404 p {
	font-size: 2rem;
	margin: 0;
	text-transform: uppercase;
	color: var(--black-primary-color);
	margin-bottom: 4rem;
}

.btn {
	font-size: 1.7rem;
	margin: 0;
	margin-bottom: 0px;
	text-decoration: none;
	padding: 2rem 4rem;
	transition: all 0.2s ease 0s;
	display: inline-block;
	cursor: pointer;
	border-radius: 50px;
	font-weight: 700;
	text-align: center;
}

.btn.btn-blue {
	background-color: var(--blue);
	color: var(--white);
	border: 2px solid var(--white);
}

.btn.btn-blue:hover {
	color: var(--blue);
	background-color: var(--white);
	border: 2px solid var(--blue);
}

.btn.btn-orange {
	background-color: var(--orange);
	color: var(--white);
	border: 2px solid var(--white);
}

.btn.btn-orange:hover {
	color: var(--orange);
	background-color: var(--white);
	border: 2px solid var(--orange);
}

.btn:hover {
	-webkit-text-fill-color: unset;
	-webkit-background-clip: unset;
	border: 2px solid var(--secondary2);
	background-color: var(--secondary1);
	color: var(--white);
	transition: all 0.2s ease 0s;
}

.btn.mt-mb {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.btn.mw-450 {
	min-width: 450px;
}

.after-footer a {
	text-decoration: none;
}

html {
	-webkit-text-size-adjust: auto
}


.wpcf7-mail-sent-ok *{
	display: none !important;
}

span[data-name="file-79"] {
  padding: 2rem;
  background: #E7E8EA;
  width: 100%;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
}


/* Ekrany poniżej 1200px */
@media (max-width: 1200px) {
	header {
		/*background-color: blue;*/
	}

	.grid-2 .grid-2 {
		grid-template-columns: 1fr;
	}

	footer .grid-2 {
		grid-template-columns: 1fr;
		gap: 5rem;
		padding-left: 0;
		padding-right: 0;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	footer .form-container {
		position: relative;
		top: 0
	}

	footer {
		height: unset;
		margin-bottom: 5rem;
	}

	footer .form-container {
		margin: auto;
		margin-bottom: 5rem;
	}
}

/* Ekrany poniżej 992px */
@media (max-width: 992px) {
	header {
		/*background-color: green;*/
	}

	.main .container {
		height: unset;
	}

	.main .container .grid-2 {
		padding-top: 3rem;
		padding-bottom: 3rem;
		gap: 2rem
	}

	.main .container .form-container {
		position: relative;
		margin: auto;
	}

	.main .container .grid-2 .grid-2 {
		gap: 2rem;
	}

	section.wybierz-paytel .grid-2 {
		grid-template-columns: 1fr;
		padding-left: 0;
		padding-right: 0;
		gap: 5rem;
	}

	.grid-2 a.mw-450 {
		min-width: unset;
	}

	section.wybierz-paytel .grid-2>div img {
		margin: auto;
	}

	.prowadzisz-sprzedaz .grid-2.gap-5 {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.prowadzisz-sprzedaz .grid-2 .ac-c:nth-child(1) {
		order: 1;
	}

	.prowadzisz-sprzedaz .grid-2 .ac-c:nth-child(2) {
		order: 2;
	}

	.prowadzisz-sprzedaz .grid-2 .ac-c:nth-child(3) {

		order: 4;
	}

	.prowadzisz-sprzedaz .grid-2 .ac-c:nth-child(4) {
		order: 3;
	}

	/*.prowadzisz-sprzedaz .grid-2.gap-5{
		grid-template-columns: repeat(2, 50%);
	}*/


	.grid-2, .grid-3 {
		grid-template-columns: 1fr;
		gap: 5rem;
		padding-left: 0;
		padding-right: 0;
	}

	.boxes .grid-2 {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem
	}

}

/* Ekrany poniżej 768px */
@media (max-width: 768px) {
	header {
		/*background-color: violet;*/
	}

	header .btn {
		display: none;
	}

	header .logos:nth-child(2) {
		display: none;
	}

	header .logos:nth-child(1) {
		justify-content: space-between;
		width: 100%;
	}

	.main h1 {
		font-size: 2.5rem;
	}

	.main .ac-c>p {
		font-size: 2rem;
	}

	.main .grid-2 .grid-2 {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.element-bg::before {
		content: "";
		background-image: url(img/element.svg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 75px;
		height: 130px;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 30%;
	}

	.akceptuj-platnosci .container.element-bg2 {
		background-size: 100px auto;
		background-position: right 80px top 350px;
	}

	section.wybierz-paytel .grid-2>div img {
		max-height: 250px;
	}

	.boxes .grid-2 {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem
	}
}

/* Ekrany poniżej 576px */
@media (max-width: 576px) {
	header {
		/*background-color: yellow;*/
	}

	header div.logos .paytel {
		width: 110px;
		height: auto;
		display: block;
	}

	header div.logos .pbg {
		width: 140px;
		height: auto;
		display: block;
	}

	.main .form-container,
	footer .form-container{
		width: unset;
	}

	section h2, .h2 {
		font-size: 2.2rem;
	}

	body {
		font-size: 1.5rem
	}

	blockquote {
		font-size: 1.8rem;
	}

	.btn {
		font-size: 1.4rem;
		padding: 1.5rem 2rem;
	}

	.btn.mt-mb {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.partner {
		max-width: 200px;
	}
}