.custom-card{
    border-radius: 5px;
    border: 1px solid #88B2E8;
    background-color: #88B2E8;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all .2s ease-in-out;
}
.custom-card:hover{
    transform: scale(1.03);
}

.custom-card-img{
    width: 100%;
    border-radius: 5px;
}
.custom-card-text{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #00296B;
    padding: 10px;
    margin: 0;
}
.custom-btn-1{
    transition: all ease-in-out 0.2s;
    border-radius: 20px;
    font-size: 14px;
    background-color:#00000000 ;
    border: #00296B solid 2px;
    padding: 5px 20px;
    color: #00296B;
}
.custom-btn-1:hover{
    background-color:#00296B ;
    color: #ffffff;
}
.card{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all .2s ease-in-out;
}
.card:hover{
    transform: scale(1.03);
}
.heading-big-text{
    font-size:32px;
    font-weight: 700;
    color: #00296B;
    padding: 0;
    margin-top: 20px;
}
.sub-heading{
    font-size:24px;
    font-weight: 400;
    color: #00296B;
    padding: 10px 0;
    margin: 0;
}
.paragraph-text-black{
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin-top: 20px;
    text-align: justify;
}

.paragraph-text-blue{
    color: #00296B;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    margin-top: 20px;
}
.small-text-blue{
    color: #00296B;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}
.small-text-black{
    color: #000000;
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}
@media (max-width: 992px) {
    .heading-big-text{
        font-size: 25px;
    }
    .sub-heading{
        font-size:22px;
    }
    .paragraph-text-black{
        font-size: 16px;

    }
    .paragraph-text-blue{
        font-size: 16px;
    }
    .small-text-black{
        font-size: 14px;
    }
    .small-text-blue{
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .heading-big-text{
        font-size: 20px;
    }
    .sub-heading{
        font-size:20px;
    }
    .paragraph-text-black{
        font-size: 14px;

    }
    .paragraph-text-blue{
        font-size: 14px;
    }
    .small-text-black{
        font-size: 13px;
    }
    .small-text-blue{
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .heading-big-text{
        font-size: 17px;
    }
    .sub-heading{
        font-size:18px;
    }
    .paragraph-text-black{
        font-size: 12px;

    }
    .paragraph-text-blue{
        font-size: 12px;
    }
    .small-text-black{
        font-size: 12px;
    }
    .small-text-blue{
        font-size: 15px;
    }
}
