/*
Theme Name: EagleWebTech
Theme URI: https://eaglewebtech.com
Author: EagleWebTech
Author URI: https://eaglewebtech.com
Description: Custom Bootstrap WordPress theme for EagleWebTech.
Version: 1.0.0
License: GPL v2 or later
Text Domain: eaglewebtech
*/

body {
    font-family: "Inter", Arial, sans-serif;
    color: #172033;
    background: #ffffff;
}

a {
    text-decoration: none;
}

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

.section-padding {
    padding: 90px 0;
}

.section-title {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.section-title .small-title {
    color: #087fe8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
}

.section-title h2 {
    font-weight: 800;
    font-size: 42px;
    margin-top: 10px;
}

.section-title p {
    color: #687386;
    font-size: 17px;
    line-height: 1.7;
}