:root {
    --abt-green: #3D9168;
    --abt-orange: #FF8A0A;
    --abt-light-bg: #E5F0EA;
    --abt-dark: #333;
}

/* Curved header section */
.abt-curve-section {
    position: relative;
    padding: 100px 0 60px;
    text-align: center;
}

.abt-curve-bg {
    background: var(--abt-light-bg);
    height: 280px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    transform: scaleX(1.2);
    z-index: -1;
}

.abt-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--abt-green);
}

.abt-title-line {
    width: 90px;
    height: 6px;
    background: var(--abt-orange);
    margin: 15px auto 0;
    border-radius: 3px;
}

/* Content Cards */
.abt-content-section {
    padding: 50px 0;
}

.abt-card {
    background: #fff;
    border-left: 6px solid var(--abt-orange);
    border-radius: 18px;
    padding: 40px 50px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.abt-heading {
    font-size: 32px;
    color: var(--abt-green);
    font-weight: 700;
    margin-bottom: 15px;
}

.abt-text {
    font-size: 18px;
    color: var(--abt-dark);
    line-height: 1.7;
    margin-bottom: 20px;
}

.abt-subtitle {
    font-weight: 700;
    color: var(--abt-green);
    margin-bottom: 10px;
    font-size: 20px;
}

.abt-list {
    list-style: none;
    padding-left: 0;
}

.abt-list li {
    font-size: 18px;
    color: var(--abt-dark);
    padding: 6px 0;
    position: relative;
    padding-left: 25px;
}

.abt-list li:before {
    content: "•";
    color: var(--abt-orange);
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}


.abt-title{

}

@media screen and (max-width: 820px) {
    /* .heu-step-card{
        width: 100%;
    } */
.abt-title{
        font-size: 28px;
    }

   /* .abt-heading{
    font-size: 18px;
   }
   .abt-text{
    font-size: 16px;
   }
   .abt-list li{
        font-size: 18px;

   } */
}

