
.firefighting_main{
    overflow: hidden;
}

.firefighting_top_block{
    display: flex;
    min-height: 331px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #F3F8FF;
}

.firefighting_bot_block{
    display: flex;
    min-height: 331px;
    border-radius: 5px;
    margin-bottom: 15px;
    background: linear-gradient(45deg, rgba(0,117,255,1) 0%, rgba(0,26,58,1) 100%);
}

.firefighting_less-padding{
    padding: 50px!important;
}

.firefighting_subtitle{
    background-color: #ECF5FF;
    color: #0075FF !important;
    width: fit-content;
    font-size: 12px;
    font-weight: 500 !important;
    padding: 2px 7px !important;
    border-radius: 6px;
    margin-bottom: 15px !important;
}

.firefighting_title{
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #001B2F;
}

.firefighting_title_2{
    font-size: 18px;
    margin-top: 25px;
    font-weight: 700;
    line-height: 32px;
    color: #FFFFFF;
}

.firefighting_text{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    opacity: 70%;
    color: #0C294B;
}

.firefighting_text_2{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    opacity: 70%;
    color: #FFFFFF;
}

.firefighting_image_top{
    padding-top: 50px;
    margin-left: 6%;
    overflow: hidden;
}

.firefighting_image_bot{
    margin-left: 6%;
}

.firefighting_img_top{
    height: 350px;
    position: absolute;
}

.firefighting_img_bot{
    height: 350px;
    position: absolute;

}

@media only screen and (max-width: 600px) {

    .firefighting_image_bot {
        display: none;
    }

    .firefighting_less-padding {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

}