﻿.header-area .main-header-area .logo img {
    width: 210px;
}

.img-rounded-10 {
    border-radius: 10px !important;
}

.problem-header {
    font-size: 24px;
    font-weight: 600;
    color: #007bff !important;
    margin-bottom:10px;
}
.problem-block {
    margin-bottom:10px;
}
.problem-block p{
    font-size: 14px !important;
}





.emergency .row .no-gutters {
    display: flex;
    align-items: stretch; /* Ensures both columns are the same height */
}

.emergency .single_emergency {
    padding: 80px 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.emergency ul li {
    font-size: 14px;
}

    .emergency ul li span {
        margin-left: 10px;
        padding-top: 2px;
    }

@media (max-width: 767px) {
    .emergency .single_emergency {
        padding: 40px 20px;
        display: block !important;
    }

        .emergency .single_emergency .info h3 {
            font-size: 22px;
        }

        .emergency .single_emergency .info p {
            font-size: 13px;
        }

    .emergency ul li {
        font-size: 14px;
    }
}

.emergency .single_emergency .info {
    margin-right: 30px;
}

    .emergency .single_emergency .info h3 {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
    }

@media (min-width: 1200px) and (max-width: 1500px) {
    .emergency .single_emergency .info h3 {
        font-size: 20px;
    }
}

.emergency .single_emergency .info p {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.emergency .single_emergency .info_button a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}