
.top-contant {
    width: 100%;
    padding: 30px 0;
}

.container_half {
    display: flex;
}

.para-graph_half {
    width: 60%;
    flex-shrink: 0;
    padding-right: 20px;
}

.para-graph_spl {
    width: 40%;
    flex-shrink: 0;
    padding-left: 20px;
    color: #4a622b;
    position: relative;
}

.para-graph_spl::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #869f66;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.heading-2 {
	color: #ec3a3c;
	text-align: center;
	padding-bottom: 10px;
}

.symbol-1 {
    width: 107px;
    margin: 0 auto;
}

.more-btn {
    padding: 50px 0 30px 0;
    display: table;
    margin: 0 auto;
}

.overlaytop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -2px;
	left: 2px;
	overflow: hidden;
}

.bg-image-1 {
    font-size: 0;
    width: 100%;
}

.top-contant-sidergt {
    width: 50%;
    height: 100%;
    float: right;
    background-color: rgba(134, 159, 102, 0.9);
    padding: 50px;
    margin-right: -50px;
}

.heading-3 {
    font-size: 34px;
    color: #ffffff;
    text-align: center;
}

.symbol-2 {
    width: 88px;
    margin: 0px auto;
}

.top-contant-sidergt p {
    color: #fff;
}

.top-contant-sidergt .more-btn {
    padding: 20px 0 0 0;
}

.hm-team {
    padding: 60px 0 0 0;
}

.symbol-3 {
    width: 64px;
    margin: 0px auto;
}

.hm-color {
    color: #7e945f;
    padding-bottom: 10px;
}

.hm-team .more-btn {
    padding: 20px 0;
}

.card-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card-list_item {
    width: 48.5%;
    flex-shrink: 0;
    margin-top: 3%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.card-list_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    transform: translateY(-10px);
}

.card-list_item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    mix-blend-mode: luminosity;
    z-index: 0;
    background-size: 100% 100%;
}

.card-1 {
    background-color: #5e7d93;
}

.card-1::after {
    background: url(../images/card-bg-1.png) center center no-repeat;
    background-size: 100% 100%;
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 35px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.list-text {
    display: block;
    text-align: center;
    padding: 15px 30px;
    font-weight: 300;
}

.list-text a {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    text-decoration: underline;
}

.card-list_item .more-btn {
    padding: 20px 0 10px;
    margin-top: auto;
}

.card-2 {
    background-color: #ff9413;
}

.card-2::after {
    background: url(../images/card-bg-2.png) center center no-repeat;
    background-size: 100% 100%;
}

.card-3 {
    background-color: #ab9976;
}

.card-3::after {
    background: url(../images/card-bg-3.png) center center no-repeat;
    background-size: 100% 100%;
}

.card-4 {
    background-color: #869f66;
}

.card-4::after {
    background: url(../images/card-bg-4.png) center center no-repeat;
    background-size: 100% 100%;
}

.card-content p {
    color: #fff;
    text-align: center;
    line-height: 1.7;
}
