.ilets-cards{
    box-shadow: 0px 0px 6px 0px #005e004a;
    height: 100%;
    padding: 10px 16px;
    border-radius: 10px;
}

.about-area-six {
    overflow: hidden;
    padding: 80px 0 80px;
    position: relative;
}
.about-content-six p {
    margin-bottom: 30px;
    text-align: justify;
}
.about-content-six {
    width: 100%;
}
.about-area-six:before {
    background: white;
}
.about-bg {
    padding: 30px 0 70px;
}
.about-img-wrap img:nth-child(3) {
    inset-inline-end: 19%;
    top: -10%;
    max-width: 120px;
}
@media (max-width: 474.99px) {
.about-bg {
    padding: 60px 0 70px;
}
h2{
font-size: 26px;
}
.about-area-six {
    overflow: hidden;
    padding: 10px 0 40px;
    position: relative;
}
.about-img-six {
        margin-bottom: 0px;
    }
}