﻿@media only screen and (min-width: 990px) {
    .background-color-layer {
        background-image: url(../assets/images/broedermaysam-layout-wideDevice.jpg);
    }
    .card-center {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .aboutme-img {
        text-align: center !important;
    }
    .certificate-card{
        width: 100%;
    }

}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 410px) {
    h1 {
        font-size: 55px;
    }
    h4 {
        font-size: 16px !important;
    }
    .broadermaysam {
        padding: 2px 16px 5px 16px;
        font-size: 18px;
    }
    .services-title {
        font-size: 1.4rem !important;
    }
}