.banner-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* max-width: 70%; */
}

.banner-left h1{
    font-size: 41px;
}

.free-section{
    background-color: #fff;
}

.free-img{
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}


.core-txt p{
    font-size: 15px;
    font-family: var(--family-font-secondary);
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
    opacity: 0.9;
}
.core-txt span{
    font-size: 15px;
    font-family: var(--family-font-secondary);
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
    opacity: 0.9;
}


.core-content{
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}


@media screen and (max-width: 992px) {
    .faq-section{
        padding-top: 0;
    }

    .banner-right{
        width: 83%;
    }
}