body {
  font-family: 'Poppins', sans-serif;
}

.store_logo {
  height: 60px;
  cursor: pointer;
}

.satisfy {
  font-size: 72px;
}

.satisfy-title
{
  font-size: 52px;
}

.satisfy-text
{
  font-size: 41px;
  line-height: 45px;
}

.header-position
{
  position: relative;
  top: 200px;
}

.title-primary
{
  color: var(--primary);
  font-weight: bold !important;
}

.satisfy-container p
{
  color: #747474;
  font-size: 16px;
  text-align: justify;
  line-height: 26px;
}

.start-image {
  position: absolute;
  left: 380px;
}

.start-image img {
  width: 1060px;
  height: 966px;
}

.us-container h1
{
  color: var(--primary);
  font-weight: 800 !important;
  font-size: 42px;
}

.title-black
{
  color: black !important;
}

.us-container .text
{
  color: black !important;
}

.us-container p
{
  font-family: Verdana !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.us-image {
  width: 500px;
  height: 500px;
}

.payments-margin
{
  margin-top: 100px;
}

.payments-container h1
{
  color: var(--primary);
  font-weight: 700 !important;
  font-size: 36px;
}

.payments-container p
{
  font-family: Verdana !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #747474;
}

.payment-image {
  margin-left: 20px;
  width: 600px;
  height: 403px;
}

.advantages-divider
{
  position: absolute;
  width: 100%;
}

.advantages-container
{
  position: relative;
  top: 75px;
  left: 50px;
}

.advantages-image
{
  width: 100%;
}

.advantages-container h1
{
  color: #1F1F1F;
  font-weight: 700 !important;
  font-size: 34px;
  line-height: 51px;
}

.advantages-container ul
{
  list-style: none;
  padding: 0;
}

.advantages-container ul li
{
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 35px;
  color: #1F1F1F;
}

.control-container
{
  position: relative;
  top: 55px;
}

.main-title
{
  color: #1F1F1F;
  font-weight: 700 !important;
  font-size: 36px;
  line-height: 51px;
}

.primary-title
{
  color: #FF3D00;
  font-weight: 700 !important;
  font-size: 36px;
  line-height: 54px;
}

.main-text
{
  color: #747474;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 30px;
  font-family: Verdana;
}

.tendencies-container
{
  position: relative;
  top: 60px;
}

.types-container h1
{
  font-size: 30px;
}

.advantages-margin
{
  margin-top: 175px;
}

.functions-container p
{
  color: black;
  font-family: Verdana;
  font-size: 16px;
  line-height: 30px;
}

.functions-image
{
  width: 725px;
}

.functions-span
{
  text-decoration: underline;
}

.types-container h3
{
  font-size: 23px;
  line-height: 34px;
  font-weight: bold;
  color: #1F1F1F;
}

.check-icon
{
  font-size: 24px;
  color: #FF3D00;
  margin-right: 10px;
}

.types-card
{
  position: relative;
  height: 350px;
  width: 100%;
  background-color: #F9FAFF;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 5px lightgrey);
}

.types-card h6
{
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}

.types-card p
{
  font-family: Verdana;
  font-size: 16px;
  color: #747474;
  line-height: 24px;
}

.types-card hr
{
  border-top: 5px solid;
  width: 15px;
  margin: auto;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.orange-hr
{
  border-top-color: #FF882E !important;
}

.blue-hr
{
  border-top-color: #91E2F9 !important;
}

.red-hr
{
  border-top-color: #FF3D00 !important;
}

.yellow-hr
{
  border-top-color: #FFD27C !important;
}

.card-padding
{
  padding: 20px;
}

.card-margin
{
  margin-top: 40px;
}

.home-separation {
  height: 1000px;
}

.center {
  display: flex;
  justify-content: center;
}

.site-footer
{
  height: 400px;
  width: 100%;
}

.footer-logo
{
  width: 400px;
}

.footer-hand
{
  position: relative;
  width: 600px;
  right: 15px;
}

.choose-container {
  display: flex;
  justify-content: center;
}

.logo-container
{
  display: none;
}

