.apply-block .sub-title {
    color: #ffffffc9 !important;
}
.apply-content {
    width: 30%;
    border-radius: 15px;
    overflow: hidden;
}
.apply-group {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 8px 5rem;
    padding: 30px 60px;
    background: linear-gradient(180deg, #ffffff12, #ffffff1a);
}
.apply-group .apply-list {
    font-size: var(--FontSizeH5);
    color: #ffffffde;
}
.apply-group .apply-list::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(to top, #007adf 0%, #00c7ec 100%);
    margin: 0 1rem 0 0;
    top: -3px;
}



.apply-cta a {
    background: linear-gradient(to right, #178ced 0%, #00dbec 100%);
    color: white;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 10px;
    height: var(--BtnHeight);
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}
.apply-cta a i {
    width: 27px;
    margin-right: 10px;
}
.apply-cta a::after {
    content: "";
    background: #fff;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    z-index: -1;
}


@media (hover: hover) {

.apply-cta a:hover::after {
    width: 100%;
    transition: 0.5s;
    right: auto;
    left: 0;
    background: linear-gradient(to right, #0b4687 0%, #2a88cb 100%);
}

}






@media (max-width: 2048px) {

.apply-content {
    width: 35%;
}

}




@media (max-width: 1536px) {

.apply-content {
    width: 40%;
}

}




@media (max-width: 1366px) {

.apply-content {
    width: 45%;
}

}



@media (max-width: 1199px) {

.apply-content {
    width: fit-content;
}
.apply-group {
    gap: 8px 4rem;
    padding: 25px 3.3rem 25px 40px;
}

}




@media (max-width: 1100px) {

.apply-group {
    gap: 8px 3rem;
}

}




@media (max-width: 991px) {

.apply-block .main-title {
    max-width: 280px;
}
.apply-group {
    gap: 8px 2rem;
    padding: 25px 2.5rem 25px 30px;
}
.apply-group .apply-list::before {
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
}


}







@media (max-width: 767px) {

.apply-block .main-block {
    margin-top: 50vw;
}
.apply-block .main-title {
    max-width: none;
}
.apply-content {
    width: 100%;
}
.apply-group {
    padding: 25px 40px;
    grid-template-columns: repeat(3, 1fr);
}



}





@media (max-width: 650px) {

.apply-block .main-block {
    margin-top: 45vw;
}
.apply-group {
    padding: 25px 30px;
    grid-template-columns: max-content max-content;
    justify-content: center;
}

}




@media (max-width: 480px) {

.apply-block .main-title {
    max-width: 250px;
    margin-inline: auto;
}

}





@media (max-width: 380px) {

.apply-block .main-title {
    max-width: 230px;
}
.apply-group {
    padding: 25px 20px;
    gap: 8px 1.5rem;
}

}