.bg-light {
    background-color: #fffcf4 !important;
}

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;
}

body {
    font-family: "Inter", sans-serif;
}

.feature-area2 {
    position: relative;
    z-index: 1;
}

.feature-area2::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffb200;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    z-index: -1;
}

.feature-area2 {
    background-color: #18361D !important;
    padding: 130px 0 100px;
}

.feature-area2::before {
    background: url("./images/bg-shape.png") no-repeat center bottom/cover;
    opacity: 1;
    height: 88px;
    top: auto;
    bottom: 0;
}

.feature-area2::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url("./images/bg-shape.png") no-repeat center top/cover;
    width: 100%;
    height: 88px;
    transform: rotate(-180deg);
}

.feature-area2 .feature-item span.icon.shadow {
    width: 80px;
    height: 80px;
    line-height: 80px;
    flex: 0 0 80px;
    border-radius: 50%;
}

.feature-area2 .feature-item span.icon.shadow img {
    width: 40px;
}

@media only screen and (max-width: 767px) {
    .feature-area2 .feature-item span.icon.shadow {
        width: 60px;
        height: 60px;
        line-height: 60px;
        flex: 0 0 60px;
    }

    .feature-area2 .feature-item span.icon.shadow img {
        width: 25px;
    }
}

.feature-area2 .feature-item h3 {
    font-size: 28px;
    margin-bottom: 5px;
    color: white;
}

.feature-area2 .feature-item p {
    color: rgb(211, 241, 240);
}

.icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #eaeaea;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .feature-area2 .feature-item h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .feature-area2 .feature-item h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-area2 .feature-item h3 {
        font-size: 22px;
    }
}

.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;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

@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;
}