.banner {
    background-size: cover;
    background-position: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.banner-text {
    color: #fff;
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

.banner-text h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.banner-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Section 1
--------------------------------------------------------------*/
.section-1 {
    padding: 130px 0;
}

.section-1 h1 {
    font-size: 25px;
    font-weight: 700;
    padding: 0;
    margin: 8px 0;
}

.section-1 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 20px 0 15px;
    padding: 0;
    text-align: justify
}

@media screen and (max-width: 998px) {
    .section-1 {
        padding-bottom: 50px !important;
    }
}

/*--------------------------------------------------------------
# Section-2
--------------------------------------------------------------*/
.section-2 .text-center {
    margin-bottom: 100px;
}

.section-2 .row {
    margin-bottom: 100px;
}

.section-2 .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid rgb(233, 233, 233);
}

.section-2 .icon-box:hover {
    border: 2px solid #1dad99;
}

.section-2 .icon {
    margin-bottom: 15px;
}

.section-2 .title {
    margin-bottom: 15px;
}

.section-2 .description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 998px) {
    .section-2 .text-center {
        margin-bottom: 50px;
    }
}