@media screen and (max-width: 768px) {
    .partner_title {
        font-size: 18px !important;
        font-weight: bolder;
    }

    .plan p {
        font-size: 14px !important;
    }

    .caption h3 {
        font-size: 16px !important;
        font-weight: bolder;
    }

    .application-process {
        flex-wrap: wrap;
    }
    .application-process div {
        width: 25%;
    }

    .application-process div img {
        width: 50%;
    }

    .img-content {
        padding-bottom: 0 !important;
    }

    .btn {
        font-size: xx-small;
        padding: 2px 4px;
    }
}

.partner_title {
    margin-bottom: 20px;
}

.carousel-control {
    width: 5%;
}

.img-content {
    position: absolute;
    right: 5%;
    bottom: 5%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.application-process {
    width: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-around;
}

.application-process div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.application-process .process1 p {
    margin: 0;
}

.application-process div:last-child {
    cursor: pointer;
}

.ant-message {
    z-index: 9999!important
}
