.browser-mockup img {
    margin-top: 90px;
    width: 100%;
    margin-bottom: 90px;
}
/*------Abouts Page----------*/
.about-us {
    padding: 80px 0;
}

.about-us h1 {
    font-size: 40px;
    line-height: 48px;
    color: #222222;
    margin-bottom: 30px;
    font-weight: 700;
}
.about-us h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
}
.about-us p, .about-us h5 {
    color: #222222;
    font-size: 18px;
    line-height: 28px;
}
.about-us h5{
    margin-top: 100px;
}
.about-us .wrapper {
    width: 50%;
    margin-top: 70px;
}

/*------Get In Touch Page----------*/
.get-in-touch{
    padding: 80px 0;
}
.get-in-touch h1 {
    font-size: 40px;
    line-height: 48px;
    color: #222222;
    margin-bottom: 30px;
    font-weight: 700;
}
.get-in-touch p {
    color: #222222;
    font-size: 18px;
    line-height: 28px;
}
.get-in-touch p a{color: #F25533; text-decoration: none;}
.get-in-touch .wrapper{width: 57%}
.get-in-touch .form-wrapper {
    margin-top: 40px;
}

.form-wrapper .form-group {
      margin-bottom: 20px;
    }
    .form-wrapper label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
    }
    .form-wrapper input[type="text"],
    .form-wrapper input[type="email"],
    .form-wrapper textarea {
      width: 100%;
      padding: 12px;
      border-radius: 20px;
      border: 1px solid #ccc;
      font-size: 16px;
      box-sizing: border-box;
    }
    .form-wrapper .row {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
    .form-wrapper .half {
      flex: 1;
      min-width: 250px;
    }
    .form-wrapper textarea {
      height: 100px;
      resize: vertical;
    }
    .form-wrapper .submit-btn {
      background-color: #ff5c37;
      color: white;
      padding: 12px 30px;
      border: none;
      border-radius: 9999px;
      font-size: 16px;
      cursor: pointer;
    }

/*------Get In Touch Page end----------*/