@media (min-width:2100px){
    .shapedividers_com-4747::before{
        background-size: 100% calc(2vw + 214px);
    }
}

.custom-shape-divider-bottom-1673961486 {
    width: 100%;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1673961486 svg {
    position: relative;
    display: block;
    width: calc(151% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
    -webkit-filter-filter: drop-shadow(-47px 0px 0px rgb(255, 255, 255));
    filter: drop-shadow(-47px 0px 0px rgb(255, 255, 255));
}

.custom-shape-divider-bottom-1673961486 .shape-fill {
    fill: #456aba;
}

.after-bg-indigo-c600::after {
    background-color: rgb(79 70 229) !important;
    background-color: #456ABA !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.contIn h1 {
    font-size: 2rem;
}

.contIn p {
    margin-top: 15px;
}

.footer div.flex div {
    flex: 1;
}

.footer div.flex .policy {
    text-align: right;
}

@media (max-width:800px) {
    .footer div.flex {
        flex-wrap: wrap;
    }
    .footer div.flex div {
        flex-basis: 100%;
    }
    .footer div.flex .policy {
        text-align: left;
    }
}