/* about-banner */

@media (min-width: 992px) {
    .about-banner {
        display: flex;
        align-items: end;
        justify-content: center;
        height: 500px;
        overflow-y: hidden;
    }
    .about-banner .lottie-img {
        position: absolute;
    }
    .about-banner .text {
        border: 1.5px dashed black;
        border-top: 0px;
        border-radius: 35px;
        padding: 20px;
        position: relative;
        border-top-right-radius: 0px;
    }
    .about-banner .text .dashed-plane {
        width: 200px;
        position: absolute;
        left: 0px;
        top: -137%;
    }
    .about-banner .text h5 {
        font-family: "Yekan1"!important;
        font-size: 40px;
        color: #000662 !important;
    }
    .about-banner .text h6 {
        font-size: 25px;
        color: #000000 !important;
    }
}

@media (max-width: 992px) {
    .about-banner {
        display: block;
        align-items: end;
        justify-content: center;
        margin-top: 250px;
    }
    .about-banner .lottie-img {}
    .about-banner .text {
        border: 1.5px dashed black;
        border-top: 0px;
        border-radius: 35px;
        border-top-right-radius: 0px;
        padding: 20px;
        position: relative;
    }
    .about-banner .text .dashed-plane {
        width: 200px;
        position: absolute;
        /* top: -39.5%; */
        left: 2%;
        top: -184px;
    }
    .about-banner .text h5 {
        font-family: "Yekan1"!important;
        font-size: 40px;
        color: #000662 !important;
    }
    .about-banner .text h6 {
        font-size: 25px;
        color: #000000 !important;
    }
}


/* about-body */

@media (min-width: 992px) {
    .about-body {
        margin-top: 60px;
    }
    .about-body p {
        text-align: justify;
    }
    .about-body h5 {
        font-family: "Yekan1"!important;
        font-size: 30px;
        color: #000662 !important;
        margin-bottom: 20px;
        position: relative;
        padding: 10px;
        width: 420px;
    }
    .about-body h5::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        border-top: 2px dashed black;
        border-right: 2px dashed black;
        width: 30px;
        height: 30px;
    }
    .about-body h5::after {
        content: "";
        position: absolute;
        left: 7px;
        bottom: 7px;
        border-bottom: 2px dashed black;
        border-left: 2px dashed black;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 992px) {
    .about-body {
        margin-top: 60px;
    }
    .about-body p {
        text-align: justify;
    }
    .about-body h5 {
        font-family: "Yekan1"!important;
        font-size: 25px;
        color: #000662 !important;
        margin-bottom: 20px;
        position: relative;
        padding: 10px;
        width: 360px;
    }
    .about-body h5::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        border-top: 2px dashed black;
        border-right: 2px dashed black;
        width: 30px;
        height: 30px;
    }
    .about-body h5::after {
        content: "";
        position: absolute;
        left: 7px;
        bottom: 7px;
        border-bottom: 2px dashed black;
        border-left: 2px dashed black;
        width: 30px;
        height: 30px;
    }
}