h1 {
    color: #171717;
    font-family: "DM Sans", Sans-serif;
    /* font-size: 55px;
    font-weight: 600;
    line-height: 65px; */
    text-align: center;
}

h3 {
    font-family: "DM Sans", Sans-serif;
    /* font-size: 19px; */
    /* font-weight: 520; */
    text-align: center;
}

.mainimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.footer {
    background-color: #103154;
    width: 100%;
    /* width:auto; */
    margin-top: 3px;
    /* margin-bottom: 5px; */
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 20px;
    text-decoration-color: white;
    /* display:flex; */

}

.ft-left {
    color: white;
    font-size: 17px;
    font-weight: 505;
    /* flex-grow: 1; */
    text-align: center;

}

.ft-right {
    color: white;
    font-size: 16px;
    font-weight: 505;
    text-align: right;

}

.selector-for-some-widget {
    box-sizing: content-box;
}

.mobtitle {
    text-align: center;
}

.logo-card img {
    height: 70px;
    width: auto;
    text-align: center;
    max-width: 100%;
}

.logo-card img.wribbly-logo {
    height: 50px;
}


@media (max-width: 567px) {
    .main-heading{
        font-size: 24px !important;
    }

    .sec-heading{
        font-size: 17px !important;
    }
}