.mariamsbt h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 55px;
}
.locatebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    font-weight: 700;
    font-family: var(--text-font);
    color: #ffffff;
    background-color: var(--theme-color1);
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.locatebtn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
}
.logo img {
    width: 100%;
    height: 80px;
}
@media (max-width: 1200px) {
    .mariamsbt h2 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 992px) {
    .mariamsbt h2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 768px) {
    .mariamsbt h2 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 15px;
  }
 
  .pt-130 {
    padding-top: 30px;
  } 
}
@media (max-width: 576px) {
    .mariamsbt h2 {
        font-size: 26px;
        line-height: 36px;
    }
}


@media (max-width: 375px) {
    .mariamsbt h2 {
        font-size: 22px;
        line-height: 32px;
    }
}

 .pricrmrm h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

/* Large desktops */
@media (max-width: 1200px) {
  .pricrmrm h2 {
    font-size: 34px;
    line-height: 48px;
  }
}

/* Laptops / tablets landscape */
@media (max-width: 992px) {
  .pricrmrm h2 {
    font-size: 30px;
    line-height: 44px;
  }
}

/* Tablets portrait */
@media (max-width: 768px) {
  .pricrmrm h2 {
    font-size: 26px;
    line-height: 38px;
  }
}

/* Mobile devices */
@media (max-width: 576px) {
  .pricrmrm h2 {
    font-size: 22px;
    line-height: 34px;
  }
}

/* Small mobile devices */
@media (max-width: 375px) {
  .pricrmrm h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
