:root {
  --primary: #1B9EAB;
  --secondary: #4d4d4d;
  --bg: #F5F5F5;
}
body {
  color: #242424;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 15px;
}

a {
  color: #242424;
  outline: 0px none;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: 0px none;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  color: inherit;
}

.overflow-hide {
  overflow: hidden;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  display: block;
  width: 483px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  color: #242424;
  font-weight: bold;
}
b {
  color: #242424;
}
p,
li {
  font-size: 16px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
.italic {
  font-style: italic;
}
.bg-light {
  background-color: var(--bg) !important;
}
.row {
  row-gap: 20px;
}
.sec-padding {
  padding: 60px 0;
}
.small-img {
  width: 220px;
}
.text-red,
.text-red b {
  color: #FF4747;
}

.bg-block {
  background-color: var(--primary);
  color: white;
  text-align: center;
}
.logo-link {
  display: flex;
  padding: 20px
}
.header-logo {
  width: 220px;
  display: block;
  margin: 0 auto;
}
.page-content {
  padding: 50px 0;
}
.page-content h1 {
  margin-top: 30px;
  text-align: center;
}
.bg-box {
  background-color: var(--bg);
  padding: 16px 20px;
  margin: 30px 0;
}
.text-link {
  text-decoration: underline;
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.reviews img {
  height: 365px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}
.theme-btn {
  display: inline-block;
  width: auto;
  padding: 16px 36px;
  background-color: var(--primary);
  align-items: center;
  margin: 30px auto 0;
  color: white;
  transition: 0.3s;
}
.theme-btn:hover {
  background-color: var(--secondary);
  color: white;
}
.footer-custom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 0;
  padding: 30px 0;
  list-style-type: none;
}
.footer-custom ul a {
  color: #9B9B9B;
}


.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}