.bg-light {
    background-color: #fffcf4 !important;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    background: #ffffff;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif !important;
    color: #031550;
    line-height: 1.4;
    font-weight: 300;
    margin: 0 0 15px;
}

.single-inspiration h3 {
    font-size: 20px !important;
    color: #0e4902 !important;
    font-weight: 400;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

img {
    max-width: 100%;
    object-fit: cover;
}

.section-title {
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1.2;
}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .section-title {
        font-size: 30px;
    }
}

.section-title span {
    color: #18361D;
    display: block;
}

.section-title .color {
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }
}

.inspiration-area {
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgb(255, 255, 255, 0.9)),
        url('./images/volunteer1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 100px;
}

.inspiration-area .section-intro {
    max-width: 990px;
    margin: 0 auto 90px;
}

.inspiration-area .section-intro p {
    color: #505050;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .inspiration-area .section-intro p {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .inspiration-area .section-intro p {
        font-size: 27px;
    }
}

.inspiration-area .single-inspiration {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .inspiration-area .single-inspiration {
        margin-bottom: 30px;
    }
}

.inspiration-area .single-inspiration h3 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.inspiration-area .single-inspiration span {
    width: 120px;
    height: 120px;
    background: #ffffff;
    display: inline-table;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    margin-bottom: 35px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.inspiration-area .single-inspiration span img {
    height: 45px;
}

.inspiration-area .single-inspiration a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.inspiration-area .single-inspiration a:hover {
    color: #ffb200;
}

.inspiration-area .single-inspiration a i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 5px;
}

.inspiration-area .single-inspiration a:hover i {
    margin-left: 8px;
    color: #ffb200;
}

.inspiration-area .single-inspiration:hover span {
    -webkit-box-shadow: 0 20px 15px #ebebeb;
    -moz-box-shadow: 0 20px 15px #ebebeb;
    box-shadow: 0 20px 15px #ebebeb;
}

.inspiration-area .single-inspiration:hover h3 {
    color: #ffb200;
}