﻿@media screen and (max-width:991px) {
    .d-col-mob {
        display: block !important;
    }

    .principal-section .main .left-side {
        width:100%;
        height:auto;
    }
    .principal-section .main .right-side{width:100%;}
        .principal-section .main .right-side .heading span:first-child{display:none;}
    .principal-section .main .left-side .image-text span:last-child{display:none;}
    .principal-section .main .right-side::before {
        top: 37%;
        left: 12%;
        right: 0;
        width: 74%;
    }
    .mb-order-1{order:1;}
    .mb-order-2{order:2;}
    .flex-row-mob{flex-direction:column;}
    .gap-60 {
        gap: 24px;
    }
    .dt-sc-team.type2{height:auto;}
    .dis-mob-new-ami{display:flex;}
    .dt-sc-team.type2 .dt-sc-team-details {
        padding: 14px 25px 0px !important;
    }
        .dt-sc-team.type2 .dt-sc-team-details:before {
            top: -52px;
        }
    .dt-sc-team.type2 .left-add-new-ami:before {
        transform: rotate(90deg) !important;
         right: auto !important; 
        left: auto !important;
    }
}
