/* Offerings Section */
.offerings-section {
        margin-bottom: -60px;
        z-index: 10;
        display: flex;

        a {
        text-decoration: none;
    }
}

.main-div3 {
    display: flex;
    background-color: #082F25;
    background-image: url("../images/merge-bg.jpg");
    border-radius: 10px;
    padding: 50px;
    margin-top: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}

.left h2 {
    text-align: left;
    color: #fff;
    font-weight: 600;
}

.icon-box {
    /* background-color: #1A6B56; */
    padding: 25px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.svg-wrap {
    background: #186652;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
}

.icon-box:hover .svg-wrap{
    background: #45D965;
}

.icon-box:hover {
    background-color: #fff;
}

.icon-box:hover span {
    color: #082F25;
}

.icon-box img {
  display: block;
  margin: auto;
}

.icon-box svg {
  color: #D1D1D1;
}

.icon-box:hover svg{
    color: #082F25;
}

/* .icon-box:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(0.9) contrast(1.1);
} */


.icon-box span {
    margin-top: 15px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;

    display: flex;
    flex-direction: column;
    align-items: center; 
}

.btn_orange {
    background-color: #EFA145;
    padding: 14px 20px;
    border-radius: 12px;
    color: #FCFCFE;
    font-size: 18px;
    border: 2px solid transparent;
}

.btn_stroke {
    border: 2px solid #EFA145;
    color: #fff;
    font-size: 18px;
    padding: 14px 20px;
    border-radius: 10px;
    background-color: transparent;
    margin-right: 26px;
}
/* Offerings Section ENDS-------------------*/

@media only screen and (max-width: 767px) {
    .offerings-section {
       a {
            text-decoration: none;
            display: block;
            margin: 0;
        }
    }

    .main-div3 {
        padding: 70px 0;
    }

    .left h2 {
        text-align: center;
        font-size: 24px;
    }
    
    .display {
        text-align: center;
    }
}