﻿

.main-style h1 {
    font-weight: 800;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    color: #3e883f;
    text-align: center;
    font-size: 3em;
    padding: 20px;
}

.main-style h1:before {
    content: "";
    position: absolute;
    width: 8%;
    height: 1px;
    bottom: 0;
    left: 46%;
    margin: auto;
    border-bottom: 4px solid #3e883f;
}


.main-style h3 {
    color: #3e883f;
    font-weight: bold;
    font-family: auto;
    margin: 1px
}

.main-style h2 {
    color: #3e883f;
    font-weight: bold;
    font-family: auto;
    font-size: 2em;
}

.collapsible {
    background-color: #3e883f;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 85%;
    outline: none;
    font-size: 36px;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
}

    .collapsible:after {
        content: '';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: -4px;
    }

    .active, .collapsible:hover {
        background-color: #318331;
    }

.content {
    margin: -33px 40px 0px 42px;
    overflow: hidden;
    padding: 45px 20px 20px 20px;
    background-color: #ebf1e9;
    text-align: left;
    font-size: 23px;
    font-family: auto;
    height: 580px;
}

.active:after {
    content: '' !important;
}

.border-Text {
    height: 780px;
    border: 4px solid #3e883f;
    border-radius: 30px;
    margin: 120px 20px 20px 20px;
    padding: 70px 20px 20px 20px;
    text-align: center;
}

@media only screen and (min-width: 991px) and (max-width: 1224px) {
    .border-Text {
        height: 900px;      
    }
}



@media only screen and (max-width: 991px) {
    .border-Text {
        height: 850px;
    }

    .border-img {
        top: -10%;
        left: 36% !important;
        width: 24% !important;
    }
}
    .border-Text > ul {
        text-align: left;
    }

.border-img {
    left: 25%;
    width: 40%;
    margin: 20px;
    position: absolute;
    z-index: 2;
}

.main-style a {
    color: #3e883f;
    text-decoration: underline;
}

.main-style li {
    display: list-item;
}

.main-style {
    font-size: 18px;
    color: black;
    font-weight: 500;
}

