
.income-section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1225px;
  margin: 80px auto;
  margin-top: 30px;
  padding: 0 20px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.left-column {
  flex: 1;
  min-width: 300px;
}

.left-column h1 {
  font-size: 36px;
  margin-bottom: 44px;
  font-weight: 500;
}

.left-column p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

section.passive-income form input[type="text"],
section.passive-income form input[type="number"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 24px;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  height: 48px;
  padding: 14px 20px;
}

.bedroom-input {
  position: relative;
  width: 100%;
}

.bedroom-input input {
  width: 100%;
  padding-right: 70px; 
  height: 40px;
  font-size: 16px;
  box-sizing: border-box;
}

.quantity-buttons {
  position: absolute;
  top: 12px;
  right: 20px;
  /* transform: translateY(-50%); */
  display: flex;
  gap: 16px;
}
.quantity-buttons hr{
  opacity: 1;
    height: 24px;
    width: 1px;
    background: #D0D0D0;
    border-top: 0;
    margin: auto;
}
.quantity-buttons button {
  width: 24px;
  height: 24px;
  font-size: 18px;
  border: 1px solid var(--secondary-color);
  border-radius: 100%;
  background-color: var(--white-color);
  cursor: pointer;
  color: var(--secondary-color);
  font-weight: bold;
  /* line-height: 1; */
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
}
.get-estimate{
  margin-top:30px;
}
.get-estimate a{
  cursor: pointer;
  height:48px;
  font-weight:600;
  width: 200px;
  display:inline-flex;
  text-align:center;
  justify-content:center;
  
}

.consult-link {
  margin-top: 20px;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
}

.right-column {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;
  border-radius: 12px;
  height: auto;
}

.passive-img  .img-info{
  position:relative;
}
.passive-img .image-overlay {
  position: absolute;
  bottom: 32px;
  right: 32px;
  background-color: var(--secondary-color);
  color: white;
  padding: 10px;
  border-radius: 100%;
  width: 220px;
  min-width: 220px;
  height: 220px;
  text-align: center;
  font-size: 14px;
  /* margin-bottom: -16px; */
  box-shadow: 0px 0px 20px 0px #1314141A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.passive-img .image-overlay p{
  margin-bottom:0;
  color:var(--white-color);
  line-height:20px;
}
.passive-img .image-overlay img{
  width:32px;
  height:32px;
  object-fit:contain;
  opacity: 80%;
}
.rating {
  margin-top: 8px;
  font-size: 16px;
  background-color: #f9f9f9;
  color: #000;
  /* height: 33px; */
  margin-bottom: 0;
  border-radius: 8px;
  text-align: center;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
}
.rating a{
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.rating span{
  font-weight:700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.passive-img .rating img{
  width:15px;
  height:20px;
  object-fit:contain;
}
.stats-section {
  /* background-color: #fff; */
  padding: 0px 12px;
  text-align: center;
  padding-bottom: 100px;
}

.stats-grid {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  /* gap: 20px; */
  /* margin-bottom: 100px; */
}

.stat-card {
  background: #A68B6729;
  border-radius: 8px;
  padding: 20px;
  /* width: 284px; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
}

.stat-card h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: var(--secondary-font);
  margin-bottom: 16px;
  line-height: 1.2;
}

.stat-card p {
  font-size: 15px;
  color: var(--para-color);
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.stats-text h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.stats-text p {
  font-size: 12px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: -50px;
}

.management-section {
  background: #ffffff;
  padding: 60px 20px;
}

.management-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1225px;
  margin: 0 auto;
}

.management-card {
  background: #F9F9F9;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 100%; */
  min-height: 316px;
}
.management-card  h4{
  line-height: 32px;
    width: 180px;
}
.management-card h3 {
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 30px;
}

.management-card ul {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.management-card .card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
.pricing-box {
  background-color: #9c8354;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.pricing-box h2 {
  font-size: 32px;
  margin: 10px 0;
}

.pricing-box sup {
  font-size: 18px;
}

.estimate-btn {
  background: white;
  color: #9c8354;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}

.owner-highlight-section {
  background-color: #fff;
  padding: 60px 20px;
}

.owner-container {
  max-width: 1225px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.owner-left {
  flex: 1;
  min-width: 300px;
}

.ratings img {
  height: 30px;
  margin-right: 15px;
}

.owner-image {
  width: 100%;
  /* max-width: 599px; */
  border-radius: 8px;
}

.owner-right {
  flex: 1;
  min-width: 280px;
  margin-top: -200px;
  text-align: center;
}

.owner-right h2 {
  font-size: 42px;
  margin-bottom: 48px;
  margin-top: 199px;
  font-weight: 300;
  text-align: left;
}

.cta-btn {
  background-color: #9c8354;
  color: white;
  border: none;
  margin-left: -251px;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.experience-numbers {
  text-align: center;
  padding: 40px 12px;
  background-color: #f9f9f9;
}
.experience-info{
  max-width:872px;
  margin:auto;
}
.experience-numbers h2 {
  font-size: 43px;
  margin-bottom: 20px;
}
.experience-info h3{
  line-height: 48px;
  margin-bottom: 20px;
}
.experience-numbers p {
  /* color: #666; */
  margin-bottom: 0;
}
.experience-stats h6{
  min-width:155px;
  margin-bottom:0;
  font-size: 28px;
  line-height: 32px;
}
.experience-stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  font-weight: bold;
  margin-bottom: 70px;
  margin-top: 70px;
}
.experience-stats h6 p{
  margin-top:16px;
  display:block;
  line-height: 24px;
  font-family: var(--primary-font);
  color: var(--para-color);
  font-size: 15px;
}
.experience-stats div span {
  display: block;
  font-weight: normal;
  color: #888;
}

.experience-img {
  /* max-width: 800px; */
  width: 100%;
  border-radius: 8px;
  /* box-shadow: 0 4px 14px rgba(0,0,0,0.1); */
  height: 331px;
  object-fit: cover;
}

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

.booking-sites h2 {
  font-size: 37px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.booking-sites p {
 line-height:24px;
}

.booking-logos {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 0;
  flex-wrap: wrap;
  align-items: center;
}

.booking-logos img {
  /* height: 50px; */
  /* opacity: 0.8; */
  width: auto;
  /* height: 100%; */
}

.cta-estimate {
  background-color: var(--secondary-color);
  padding: 40px 60px;
  border-radius: 8px;
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.cta-estimate h3 {
  font-size: 40px;
  line-height:48px;
  margin-bottom: 0;
  text-align: center;
}

.estimate-btn {
  background: white;
  border: none;
  color: var(--secondary-color);
  font-weight: 600;
  /* padding: 10px 24px; */
  border-radius: 8px;
  /* display: flex; */
  cursor: pointer;
  font-size: 1rem;
  margin: 0px  auto;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.superhost-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1175px;
  margin-left: 50px;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
  margin-top: 55px;
}
section.superhost-section .container{
  padding-top:40px;
  padding-bottom:40px;
}
section.superhost-section .head-sec{
  text-align:center;
  margin-bottom:70px;
}
section.superhost-section .col-5{
  padding-left:0;
  width: 35%;
}
section.superhost-section .row{
  justify-content:space-between;
}
section.superhost-section .col-7{
  padding-right:0;
  /* width: 55%; */
  width: 60%;
}
section.superhost-section .head-sec h3 {
    line-height: 53px;
    margin-bottom: 20px;
}
.superhost-text {
  flex: 1;
  min-width: 300px;
}

.superhost-text h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.superhost-text h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 40px;
}

.superhost-text p {
  /* font-size: 1rem; */
  line-height: 24px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.superhost-image {
  flex: 1;
  text-align: center;
  min-width: 280px;
}

.superhost-image img {
  max-width: 100%;
  height: auto;
}

.benefits-section {
  background-color: #fff;
  padding: 60px 116px;
  text-align: center;
  display: flex;
  margin: 0 auto;
}

.benefits-section h2 {
  font-size: 40px;
  margin-bottom: 17px;
}

.benefits-section .subtitle {
  font-size: 1rem;
  color: #777;
  margin-bottom: 70px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 65px;
  width: 110%;
  margin-left: -63px;
  text-align: left;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
}

.benefit-column h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #111;
}

.benefit-column ul {
  list-style: none;
  padding: 0;
}

.benefit-column ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #444;
}

.benefit-column ul li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  color: #c3a779;
  font-size: 1.2rem;
}

.homeowner-portal {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #F9F9F9;
  text-align: center;
}
.homeowner-portal .head-sec{
  margin:auto;
  margin-bottom:70px;
  text-align: center;
  max-width:872px;
}
.homeowner-portal .head-sec h3 {
    line-height: 53px;
    margin-bottom: 20px;
}
.homeowner-portal h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.homeowner-portal .subtitle {
  color: #777;
  font-size: 1rem;
  margin-bottom: 60px;
  max-width: 742px;
  margin-left: auto;
  margin-right: auto;
}

.portal-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.card {
  background-color: white;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  text-align: center;
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #111;
}

.card .value {
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #222;
}

.card img {
  height: auto;
  opacity: 0.9;
  width: 100%;
  display: flex;
}

.managing-home {
  max-width: 1040px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
  margin-top: 100px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 16px;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 16px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.comparison-table th {
  font-weight: 600;
  font-size: 15px;
}

.highlight-column {
  background-color: #f3ece2;
  color: #866c43;
  font-weight: bold;
  text-align: center;
}

.column-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
  color: #866c43;
}

.column-title img {
  height: 40px;
  margin-bottom: 5px;
}

.check {
  color: #fff;
  background-color: #a88f65;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
}

/* .cross {
  color: #a88f65;
  text-align: center;
  font-size: 20px;
} */
.cross {
  background-color: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.cross-inner {
  display: inline-block;
  line-height: 0.5;
  font-size: 26px;
  color: #a88f65;
  margin-left: 41px;
}

.container1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 1225px;
}

.step {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  flex: 1 1 300px;
}

.step h2 {
  font-size: 22px;
  margin-top: 0;
}

.faq-section {padding-top: 40px;padding-bottom: 180px;}
.faq-section .container{
  max-width:1096px;
}
.faq-section .head-sec{
  margin:auto;
  margin-bottom:70px;
  text-align: center;
  max-width: 648px;
}
.faq-section .head-sec h3 {
    line-height: 53px;
    margin-bottom: 20px;
}
.faq-heading {
  text-align: center;
  font-size: 35px;
  margin-bottom: 76px;
}

.faq-container {
  /* border-top: 1px solid #ccc; */
}

.faq-item {
  border-bottom: 1px solid #D0D0D0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px 16px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
}

.toggle-icon {
    font-size: 27px;
    color: #a68b67;
    /* margin-top: -12px; */
    /* font-weight: 300; */
    transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 0 0 20px 0;
  font-size: 15px;
  color: #555;
}
header.deskheader{
 background: var(--white-color);
    position: relative;
}
header .text a{
  color: var(--secondary-color);
}
.header-info .reservations .quote-img {
    display: block;
}
.header-info .reservations .call-img {
    display: none;
}
.navi-main-menu-button:before, .navi-main-menu-button div.navi-main-menu-button-middle:before, .navi-main-menu-button:after{
  background-color:var(--primary-color);
}
section.passive-income {
    padding-top: 60px;
}
section.passive-income h1{
 font-size: 40px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 40px; 
}
.passive-info p{
 line-height: 24px;
    max-width: 536px;
}
.passive-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.passive-img img{
 width:100%;
  height:524px;
  object-fit:cover;
  border-radius:8px;
}
section.complete-airbnb {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.complete-airbnb .head-sec {
    max-width: 872px;
    text-align: center;
    margin: auto;
    margin-bottom: 70px;
}
section.complete-airbnb .head-sec h3{
 line-height: 1.3; 
}
section.complete-airbnb .col-9 {
    padding-left: 0;
    padding-right: 0;
}
section.complete-airbnb li{
  color: var(--primary-color);
    line-height: 18px;
    list-style: initial;
}
section.complete-airbnb li::marker{
  color:var(--secondary-color);
}
.commision-pricing {
    background: var(--secondary-color);
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
    min-height: 316px;
}
.commision-pricing h4{
  line-height: 32px;
    color: var(--white-color);
    margin-bottom: 32px;
}
.commision-pricing h6 {
    display: flex;
    align-items: center;
    color: var(--white-color);
    gap: 16px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
}
.commision-pricing h6 span{
  font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}
.commision-pricing p{
  color: var(--white-color);
    line-height: 18px;
    margin-bottom: 32px;
}
.commision-pricing a.main-btn {
    width: 100%;
    background: var(--white-color);
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: bold;
    height: 48px;
}
.commision-pricing a.main-btn:hover{
  background: var(--white-color);
    color: var(--secondary-color);
}
section.icon-section {
    padding-left: 0;
    padding-bottom: 0;
}
section.icon-section .icon-info{
  padding-top:40px;
  padding-bottom:40px;
  background:#F9F9F9;
}
section.memorable-stays .row{
  padding-top:40px;
  padding-bottom:40px;
}
section.memorable-stays .memorable-info {
    max-width: 448px;
}
section.memorable-stays  .memorable-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.memorable-stays  .memorable-content h3{
 line-height: 48px;
    margin-bottom: 32px; 
}
section.memorable-stays  .memorable-content a.main-btn {
    display: flex;
    width: 336px;
    height: 48px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.booking-info {
    max-width: 872px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.booking-info .head-sec{
  margin-bottom:70px;
}
.booking-info h3 {
    line-height: 53px;
    margin-bottom: 20px;
}
section.cta-section1 {
    padding-top: 0;
    padding-bottom: 0;
}
section.what-get {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.what-get .head-sec{
  margin-bottom:70px;
  text-align: center;
}
section.what-get .head-sec h3 {
    line-height: 53px;
    margin-bottom: 20px;
}
section.what-get .row{
  justify-content:space-between;
  gap: 24px;
}
section.what-get .col-3{
 padding-left:0;
 padding-right:0;
 max-width: 300px;
}
section.what-get img{
 width:32px;
  height:32px;
  margin-bottom:24px;
}
.what-info h3{
  font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
}
.what-info li{
  font-size: 15px;
    color: var(--primary-color);
    line-height: 18px;
    list-style: initial;
}
.what-info ul{
  display: flex;
    flex-direction: column;
    gap: 16px;
  padding-left:24px;
}
.what-info ul li::marker{
  color:var(--secondary-color);
}
.homeowner-info {
    background: var(--white-color);
    padding: 20px;
    border-radius: 8px;
}
.homeowner-info h4{
 font-size: 18px;
    line-height: 32px;
    font-family: var(--primary-font);
    color: var(--para-color);
    margin-bottom: 24px; 
}
.homeowner-info .value p{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.homeowner-info .value p span{
  font-size:16px;
  color:var(--para-color);
}
.homeowner-info .value p strong{
 font-weight:500;
 display: inline-flex;
 gap: 12px;
}
.homeowner-info .value p strong span{
  color:var(--secondary-color);
  font-size: 24px;
    line-height: 32px;
}
.homeowner-info .value {
    margin-bottom: 50px;
}
.homeowner-info img{
 width:100%;
  height:150px;
}
section.managing-your-home .container{
  padding-top:40px;
  padding-bottom:40px;
}
section.managing-your-home .head-sec{
  margin:auto;
  margin-bottom:70px;
  text-align: center;
  max-width:872px;
}
section.managing-your-home .head-sec h3 {
    line-height: 53px;
    margin-bottom: 0px;
}
.mid-managing {
    width: 200px;
  min-width: 200px;
    text-align: center;
    background: hsl(34deg 26% 53% / 16%);
    padding: 20px;
}
.end-managing {
    background: #F9F9F9;
  min-width: 200px;
  width: 200px;
    text-align: center;
  padding: 20px;
}
.managing-head {
    display: flex;
    /* align-items: center; */
    gap: 0 20px;
    justify-content: flex-end;
}
.mid-managing img{
  width: 87px;
}
.managing-head .mid-managing, .managing-head .end-managing {
  padding-bottom:50px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}
section.managing-your-home h4{
  font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #464646;
    font-family: var(--primary-font);
    line-height: 24px;
}
.managing-content {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
}
.management-list {
    display: flex;
    gap: 0 20px;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 0;
}
.management-list .mid-managing, .management-list .end-managing{
  padding-top:24px;
  padding-bottom:24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.management-list:nth-child(1) .mid-managing, .management-list:nth-child(1) .end-managing{
  padding-top:0;
}
.management-list:nth-child(5){
  border-bottom:0px solid;
}
.management-list:nth-child(1) .managing-content{
  padding-top:0;
}
.ticks {
    background: var(--secondary-color);
    width: 40px;
    height: 40px;
    color: var(--white-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cross{
  font-size: 20px;
    color: #9B9B9B;
}
.management-list:nth-child(5) .mid-managing, .management-list:nth-child(5) .end-managing{
  border-radius: 0 0 8px 8px;
}
section.getting-easy .head-sec{
  margin:auto;
  margin-bottom:70px;
  text-align: center;
  max-width:872px;
}
section.getting-easy .head-sec h3 {
    line-height: 53px;
    margin-bottom: 20px;
}
section.getting-easy {
    padding-top: 40px;
    padding-bottom: 40px;
}
.getting-info {
    background: #F9F9F9;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}
.getting-info h4{
  font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 32px;
}
.getting-info h5{
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 30px;
}
.getting-info p{
  color: var(--primary-color);
    line-height: 24px;
}