/* Mobile Styles */
@media only screen and (max-width: 400px) {
    .header-text {
        font-size: 28px;
    }

    .img-cirlce{
        max-width: 100% !important;
    }
}
