
    .director-img-1 {

        margin-top: 30px;
        padding: 0 20px 15px 0;
        /* /* width: 50%; */
    }

    .first-img {
        height: 470px;
    }

    .mid-image {
        float: right;
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 10px;
    }

    .last-img {
        margin-top: 0 !important;
        margin-right: 13px;
        height: 625px;
    }

    .iabrd-title {
        text-align: center;
        font-size: 40px;
        margin-top: 40px;
    }

    @media(max-width:767px) {
        .iabrd-title {

            margin-top: 5px;

        }

        .last-img {
            margin-right: 0px;
            height: 100%;
            margin-top: 30px !important;
        }

        .first-img {
            height: 100%;
        }

        .mid-image {

            margin-bottom: 20px;
            padding: 0px;
        }

    }
