/**
* Template Name: Medilab
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --primary-color: #0066ff;
  --secondary-color: #0066ff;
  --text-color: #444444;
  --text-light: #777777;
  --white: #fff;
  --light-bg: #f6f9fe;
  --hapvida-green: #0066ff;
}

body {
  font-family: "Open Sans", sans-serif;
  color: var(--text-color);
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--primary-color);
  border-top-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 0;
  font-size: 14px;
  transition: all 0.5s;
  color: var(--text-color);
  padding: 0;
  display: none;
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--primary-color);
  padding-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: var(--text-light);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  border-radius: 4px;
}

#topbar .social-links a:hover {
  color: var(--white);
  background: var(--primary-color);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: var(--white);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  flex-shrink: 0;
}

#header .logo a {
  color: var(--text-color);
  display: inline-block;
}

#header .logo img {
  max-height: 50px;
  height: auto;
  width: auto;
  display: block;
}

#header .container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 50px;
}

@media (min-width: 1201px) {
  #header .container {
    gap: 100px;
  }
}

@media (min-width: 1400px) {
  #header .container {
    gap: 120px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
  margin-right: 40px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 0;
  margin-left: 35px;
}

.navbar > ul > li:first-child {
  margin-left: 0;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 3px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--hapvida-green);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: var(--hapvida-green);
}

.navbar .active {
  color: var(--hapvida-green) !important;
  font-weight: 600;
}

.navbar .appointment-btn,
.appointment-btn {
  background: #ff6600;
  color: var(--white);
  border-radius: 8px;
  padding: 12px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border: none;
  margin-left: 0;
  flex-shrink: 0;
}


.navbar .appointment-btn:hover,
.appointment-btn:hover {
  background: #e55a00;
  color: var(--white);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 102, 0, 0.3);
}

.mobile-nav-toggle {
  background: transparent;
  border: none;
  color: var(--text-color);
  cursor: pointer;
  display: none;
  padding: 8px;
  margin: 0;
  margin-left: 8px;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.mobile-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

.mobile-nav-toggle svg {
  width: 24px;
  height: 24px;
  stroke: #333;
  transition: all 0.3s ease;
}

.mobile-nav-toggle svg path {
  transition: all 0.3s ease;
  transform-origin: center;
}

.mobile-nav-toggle.active svg path:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-nav-toggle.active svg path:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle.active svg path:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Mobile Menu Styles */
.navbar-mobile {
  position: fixed;
  overflow: visible;
  top: 70px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  transition: 0.3s;
  z-index: 996;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.navbar-mobile ul {
  display: block !important;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  overflow-y: visible;
  transition: 0.3s;
  border-radius: 0;
  box-shadow: none;
  list-style: none;
}

.navbar-mobile ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  width: 100%;
}

.navbar-mobile ul li:last-child {
  border-bottom: none;
}

.navbar-mobile ul li a {
  padding: 15px 20px;
  font-size: 16px;
  position: relative;
  color: var(--text-color);
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: 500;
}

.navbar-mobile ul li a:hover,
.navbar-mobile ul li .active,
.navbar-mobile ul li a:focus {
  color: var(--hapvida-green);
  background: rgba(0, 102, 255, 0.05);
}

.navbar-mobile ul li a:before {
  display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  min-height: 500px;
  background: linear-gradient(rgba(0, 102, 255, 0.12), rgba(0, 102, 255, 0.08)), url("https://medicinasa.com.br/wp-content/uploads/2024/01/idoso-old-negr.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 20px;
  margin: 20px auto;
  max-width: calc(100% - 40px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

#hero:before {
  content: "";
  background: transparent;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .container {
  position: relative;
  z-index: 2;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 200px;
  padding-left: 40px;
  padding-top: 0;
  margin-top: auto;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 64px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#hero h2 {
  color: #ffffff;
  margin: 20px 0 0 0;
  font-size: 28px;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 8px;
  transition: 0.5s;
  color: var(--white);
  background: #ff6600;
  margin-top: 30px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}

#hero .btn-get-started:hover {
  background: #e55a00;
  color: var(--white);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
}

@media (max-width: 768px) {
  #hero {
    height: auto;
    min-height: 350px;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
  #hero .container {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #hero h1 {
    font-size: 24px;
    line-height: 32px;
  }
  #hero h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 0 0;
  }
  #hero .btn-get-started {
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--text-color);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--hapvida-green);
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 25px 20px;
  background: var(--hapvida-green);
  border-radius: 15px;
  color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--white);
}

.why-us .content p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6;
}

.why-us .content .more-btn {
  background: rgba(255, 255, 255, 0.25);
  color: var(--white);
  padding: 10px 25px;
  border-radius: 8px;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: var(--hapvida-green);
  background: var(--white);
  border-color: var(--white);
}

.why-us .icon-boxes .icon-box,
.why-us .icon-box {
  text-align: center;
  border-radius: 15px;
  background: var(--white);
  padding: 25px 20px;
  width: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-us .icon-boxes .icon-box i,
.why-us .icon-box i {
  font-size: 40px;
  color: var(--hapvida-green);
  margin-bottom: 15px;
  display: block;
}

.why-us .icon-box svg {
  width: 40px;
  height: 40px;
  color: var(--hapvida-green);
  fill: var(--hapvida-green);
  margin-bottom: 15px;
  display: block;
}

.why-us .icon-boxes .icon-box h4,
.why-us .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: var(--hapvida-green);
}

.why-us .icon-boxes .icon-box p,
.why-us .icon-box p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
  margin: 0;
}

.why-us .icon-boxes .icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

.why-us .icon-boxes .icon-box a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
}

.why-us .icon-boxes a,
.why-us a {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  width: 100%;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid var(--hapvida-green);
  border-radius: 50px;
  transition: 0.5s;
  background: var(--white);
  margin-bottom: 20px;
}

.about .icon-box .icon i {
  color: var(--hapvida-green);
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: var(--hapvida-green);
  border-color: var(--hapvida-green);
}

.about .icon-box:hover .icon i {
  color: var(--white);
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: var(--text-color);
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: var(--hapvida-green);
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about {
  padding: 60px 0;
}

.about .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  margin: 0 !important;
}

.about .video-box {
  flex: 0 0 35% !important;
  max-width: 35% !important;
  padding: 0 30px 0 0 !important;
  display: block !important;
  float: none !important;
}

.about .video-box img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
}

.about .icon-boxes {
  flex: 0 0 65% !important;
  max-width: 65% !important;
  padding: 0 !important;
  display: block !important;
  float: none !important;
}

@media (max-width: 991px) {
  .about .row {
    display: block !important;
    flex-wrap: wrap !important;
  }
  
  .about .video-box {
    flex: none !important;
    max-width: 100% !important;
    padding: 0 0 30px 0 !important;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .about .video-box img {
    max-width: 100% !important;
    width: auto !important;
    margin: 0 auto;
  }
  
  .about .icon-boxes {
    flex: none !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}

.about .icon-boxes h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.about .icon-boxes p {
  margin-bottom: 20px;
}


.about .icon-box .icon svg {
  width: 32px;
  height: 32px;
  color: var(--hapvida-green);
  fill: var(--hapvida-green);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: var(--light-bg);
  padding: 80px 0;
}

.counts .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.counts .row > div {
  padding: 0 15px;
  margin-bottom: 30px;
}

.counts .count-box {
  padding: 50px 30px 40px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: var(--white);
  border-radius: 15px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.counts .count-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
}

.counts .count-box .count-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--hapvida-green), #0052cc);
  padding: 12px;
  color: var(--white);
  border-radius: 50%;
  border: 5px solid var(--white);
  box-shadow: 0px 4px 15px rgba(0, 102, 255, 0.3);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box .count-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  color: var(--white);
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: var(--hapvida-green);
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: var(--text-light);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .counts {
    padding: 40px 0;
  }
  
  .counts .row {
    margin: 0 -8px;
  }
  
  .counts .row > div {
    padding: 0 8px;
    margin-bottom: 30px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .counts .count-box {
    padding: 35px 15px 25px 15px;
  }
  
  .counts .count-box .count-icon {
    width: 40px;
    height: 40px;
    top: -20px;
    padding: 8px;
  }
  
  .counts .count-box .count-icon svg {
    width: 16px;
    height: 16px;
  }
  
  .counts .count-box span {
    font-size: 28px;
    margin-top: 15px;
  }
  
  .counts .count-box p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .counts {
    padding: 30px 0;
  }
  
  .counts .row > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  
  .counts .count-box {
    padding: 35px 15px 25px 15px;
  }
  
  .counts .count-box span {
    font-size: 30px;
  }
  
  .counts .count-box p {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .section-title h2 {
  color: var(--hapvida-green);
}

.services .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: var(--white);
  border: 1px solid var(--hapvida-green);
  box-shadow: none;
  height: 100%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--hapvida-green);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: var(--white);
  position: relative;
  overflow: visible;
  flex-direction: row;
  gap: 0;
}

.services .icon-box .icon svg {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.services .icon-box .icon i {
  font-size: 28px;
  transition: 0.3s;
  color: var(--white);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: var(--hapvida-green);
}

.services .icon-box h4 a {
  color: var(--hapvida-green);
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--text-color);
}

.services .icon-box:hover {
  border-color: var(--hapvida-green);
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover .icon {
  background: var(--hapvida-green);
}

.services .icon-box a {
  text-decoration: none;
  color: inherit;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f1f7fd;
  padding: 0 0 30px 0;
  color: var(--text-color);
  font-size: 14px;
}

#footer .footer-top {
  background: var(--white);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: var(--text-color);
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--text-light);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--primary-color);
  color: var(--white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--secondary-color);
  color: var(--white);
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: var(--text-light);
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--text-light);
}

#footer .credits .credits_info {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: inline-block !important;
    visibility: visible !important;
  }
  .navbar ul {
    display: none;
  }
}

@media (max-width: 768px) {
  #header {
    padding: 10px 0;
  }
  
  #header .container {
    gap: 8px;
    flex-wrap: nowrap;
  }
  
  #header .logo img {
    max-height: 40px;
  }
  
  #header .container > div {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
  }
  
  .appointment-btn {
    padding: 9px 16px !important;
    font-size: 13px !important;
    white-space: nowrap;
    flex-shrink: 0;
  }
  
  .mobile-nav-toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 36px;
    height: 36px;
    padding: 6px;
    margin-left: 0 !important;
    flex-shrink: 0;
  }
  
  .mobile-nav-toggle svg {
    width: 20px;
    height: 20px;
  }
  
  .navbar-mobile {
    top: 60px;
  }
  
  #hero {
    padding-top: 100px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 26px;
  }
}


