<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-title-otherpages{
    font-size: 64px;
  margin-bottom: 0;
    max-width: 753px;
  margin-bottom: 5px;
}

.section-title-otherpages h2 {
    font-size: 50px;
    margin-top: 60px;
}

span{
    font-size: 19px;
}

h3.others{
  line-height: normal;
}

.single-features-card-otherpages {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 0;
    padding-right: 15px;
    z-index: 1;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background-color: var(--whiteColor);
  }
.single-features-card-otherpages .title {
    max-width: 100%;
  }

  span.deco{
    color: var(--primaryColor);
  }

  .disflex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    padding: 20px 10px;
    margin-top: 20px;
    box-shadow: 0px 4px;
  }

  /* Contact Form */
  .form-control-ctf{
    height: 52px;
    width: 100%;
  box-shadow: unset;
  border-radius: 5px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.83);
  font-family: var(--body-font-family);
    border: 1px solid var(--blackColor);
  }

  .col-lg-6-ctf{
    width: 50%;
    float: left;
    padding-left: 50px;
    padding-right: 45px;
    margin-bottom: 15px;
    background: var(--whiteColor);
  }

  .single-features-card-ctf {
    
    padding-top: 70px;
    padding-bottom: 0;
    
    z-index: 1;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background-color: var(--whiteColor);
  }
.single-features-card-ctf .title {
    max-width: 100%;
    color: var(--primaryColor);
  }


  @media only screen and (min-width: 320px) and (max-width: 991px){
    .title h3, h5{
        line-height: 25px;
    }

    .footer-content .list li a{
        font-size: 15px;
    }

    .col-lg-6-ctf{
        width: 100%;
    }
  }</pre></body></html>