/**
   * Global styles.
   *
   * @since 1.0.0
   */

h2 {
    font-size: 40px;
}

p {
    font-family: 'Geist', sans-serif;
    line-height: 1.6;
}

ul {
    text-align: start;
}

.btn,
.contact-us .hero-banner__actions .btn {
    font-size: 16px;
}

/**
   * Content section.
   *
   * @since 1.0.0
   */

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 15px;
}

.content p {
    margin-bottom: 20px;
}

/**
   * Why choose us section.
   *
   * @since 1.0.0
   */

.why-choose-us .content {
    max-width: 1070px;
}

.why-choose-us .feature h3 {
    font-size: 28px;
    font-family: 'Ovo', sans-serif;
}

/**
   * Contact us section.
   *
   * @since 1.0.0
   */

.contact-us .hero-banner__actions .btn {
    color: #ffffff;
}

.contact-us p {
    font-family: 'Ovo', sans-serif;
}

/**
   * Mobile Responsiveness.
   *
   * @since 1.0.0
   */

@media( max-width: 1025px ) {
    h2 {
        font-size: 38px;
    }

    p,
    ul {
        font-size: 17px;
    }

    .why-choose-us .feature h3 {
        font-size: 26px;
    }
}

@media( max-width: 768px ) {
    h2 {
        font-size: 36px;
    }

    p,
    ul {
        font-size: 16px;
    }

    .content {
        text-align: center;
    }

    .why-choose-us .feature h3 {
        font-size: 24px;
    }
}