.img-section {
    width: 26px;
    margin-right: 10px;
    height: 26px;
}

.p-section {
    margin-bottom: 10px !important;
    display: flex;
}

.text-j {
    text-align: justify;
}

.fa-hand-point-right {
    font-size: 20px;
    margin-right: 14px;
    padding-top: 4px;
}

.m-l {
    margin-left: 32px;
    margin-bottom: 8px !important;
}

.p-icon {
    margin-bottom: 0px !important;
    display: flex;
    font-size: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-img {
    /* background-color: #fefefe; */
    margin: auto;
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: 30%;
}

.shadow-lg {
    --tw-shadow: 0 10px 25px -3px rgb(60 72 88 / 0.15) !important;
    --tw-shadow-colored: 0 10px 25px -3px var(--tw-shadow-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / 1 !important) !important;
}

.border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: #344cd0 !important;
}

.img-close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -36px;
    margin-right: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .modal-content-img {
        width: 90% !important;
    }
}

@media only screen and (width:1024px) {
    .modal-content-img {
        width: 60% !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .modal-content-img {
        width: 60% !important;
    }
}

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {

    .modal-content-img {
        width: 40% !important;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .modal-content {
        width: 90% !important;
    }

    .modal-content h4 {
        font-size: 18px !important;

    }

    .modal-content-img {
        width: 90% !important;
    }

    .modal-content-img h4 {
        font-size: 18px !important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .modal-content-img {
        width: 90% !important;
    }

    .modal-content-img h4 {
        font-size: 18px !important;
    }

    .modal-content {
        width: 90% !important;
    }

    .modal-content h4 {
        font-size: 18px !important;
    }

    .img-84 {
        margin-top: -84px !important;
    }

    .shadow-course {
        bottom: 15rem !important;
    }

    .course-font {
        font-size: 18px !important;
        font-weight: 600;
        padding-top: 46px !important;
        padding-bottom: 20px;
    }

    .modal-content-img {
        /* background-color: #fefefe; */
        margin: auto;
        /* padding: 20px; */
        /* border: 1px solid #888; */
        width: 40%;
    }

    .cap-bottom {
        margin-bottom: 20px;
    }


    /* .second-card{
        padding-left: 0px !important;
        padding-right: 0px !important;
    } */
}

.max-mb-20 {
    margin-bottom: 20px !important;
}


@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .modal-content-img {
        width: 20% !important;
    }
}