.dnaside-container {
    border-radius: 10px;
    background: #EEFFF2;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.dnaside2-container {
    border-radius: 10px;
    background: #F5F8FA;
    margin-top: 20px;
    padding: 20px 25px;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.dnaside2-container span {
    display: block;
    margin-top: 10px;
    color: #1A5D2D;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dnaside-top {
    padding: 30px 17px 20px;
}

a.dn-st-item__button:active,
a.dn-st-item__button:focus,
a.dn-st-item__button:hover {
    color: #fff;
}

#secondary ul li.dnaside__li {
    box-shadow: none;
    padding: 0;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    line-height: normal;
    list-style: disc;
    margin-bottom: 3px;
    font-weight: 300;
}

#secondary ul li.dnaside__li::before {
    content: none;
}

#secondary ul.dnaside-top__ul {
    padding-left: 20px;
    max-width: fit-content;
    margin: 10px auto auto;
}

.dnaside-top__heading {
    color: #03821F;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

a.dnaside-top__try {
    background: #03821F;
    margin-bottom: 10px;
    color: #FFF;
}

a.dnaside-top__chat {
    border-radius: 6px;
    border: 1px solid #03821F;
    background: #FFF;
}

.dnaside-top__ctas a {
    border-radius: 6px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: clamp(14px, 3.5vw, 16px);
    text-align: center;
    font-family: 'Poppins';
}

a.dnaside-top__chat:hover {
    color: #fff;
    background: #03821F;
}

a.dnaside-top__try:active,
a.dnaside-top__try:focus {
    color: #fff;
}

a.dnaside-top__try:hover {
    color: #fff;
    background: #09a22c;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

a.dnaside-top__chat:active,
a.dnaside-top__chat:focus {
    color: #0da15d;
}



.dnaside-bottom {
    background: #fff;
    padding: 20px;
}

.dnaside-bottom__flex {
    display: flex;
}

.dnaside-flex__item {
    flex-basis: 33%;
    text-align: center;
}

.dnaside-item__copy span {
    display: block;
    font-weight: 700;
}

.dnaside-item__copy {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.dnaside-flex__item img {
    max-width: 30px;
    padding: 0;
    margin: auto;
    margin-bottom: 10px;
    display: block;
}

.dnaside-bottom__heading {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
    .dnaside-container,
    .dnaside2-container {
        display: none;
    }
}