.c2-padding {
    padding: 5rem 0
}

.w-50 {
    width: 50%
}

.w-50>img {
    max-width: 100%
}

.w-180 {
    width: calc(100% - 180px);
    margin: auto;
    justify-content: space-between
}

.m2-title,
.m-title {
    font-family: "Manrope", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: .01em;
    color: #150335;
    margin: 0
}

.m2-title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: .01em
}

.s2-text,
.s-text {
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    color: #756b86;
    margin: 0;
    padding-top: 10px;
    margin-bottom: 32px
}

.s2-text {
    font-size: 17px;
    line-height: 29px;
    letter-spacing: .02em
}

.card-search {
    width: 164px;
    height: 156px;
    background: #fff;
    border-radius: 8px;
    padding: 36px 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 #ededed;
    font-weight: 600;
    gap: 1rem;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0;
    color: #9b94a8
}

.card {
    width: 32%;
    box-shadow: 0 0 1px 1px #e2e8ff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #362258;
    height: auto;
}

.card:hover {
    box-shadow: 0 0 10px 1px #e2e8ff
}

.card:last-child {
    box-shadow: none;
    background: none;
}

.section-bg-1 {
    width: calc(100% - 120px);
    margin: auto;
    border-radius: 20px;
    padding: 3rem;
    margin: 50px auto;
}

.c-gap {
    gap: 20px
}

.c2-gap {
    gap: 40px
}

.c-gap-padding {
    padding: 1rem
}

.section-bg-1 {
    background-color: #f4f5f9
}

.left-align {
    float: right
}

.m-top {
    margin-top: 6rem
}

.card-title {
    text-decoration: none !important
}

@media screen and (max-width:768px) {
    .flex-col.w-50.c-gap-padding {
        padding: 1rem
    }

    .w-180,
    .w-50 {
        width: 100%
    }

    .flex.c-gap {
        flex-direction: column;
        width: 100%
    }

    .card-search {
        width: 100%;
        height: 80px;
        flex-direction: unset;
        padding: 10px 20px;
        justify-content: left
    }

    .blue-btn {
        width: 100%
    }

    .section-bg-2,
    .section-bg-1 {
        background-color: #f4f5f9;
        width: 90%;
        border-radius: 14px;
        margin: 4rem auto
    }

    .c-padding {
        padding: 40px 20px
    }

    .section-bg-1 {
        flex-direction: column-reverse
    }

    .flex.flex-ac.flex-se.w-180 {
        flex-direction: column;
        margin-top: 6rem
    }

    .m2-title {
        font-size: 28px;
        line-height: 36px
    }

    .m-title {
        font-size: 48px;
        line-height: 56px
    }

    .s-text {
        font-size: 17px;
        line-height: 29px
    }

    .left-align {
        position: unset
    }

    .m-top {
        margin-top: 2rem
    }
}