@media (max-width: 990px) {
    .biggStuff{
        display: none;
    }
    .w-custom{
        width: 50%;
    }
}

@media (min-width: 990px) {
    .phoneStuff, .miniStuff{
        display: none;
    }
    .w-custom{
        width: 50%;
    }
    .w-custom-text{
        width: 75%;
    }
    .card-position-joze{
        justify-content: end !important;
    }
}

@media (max-width: 900px) {
    .w-custom{
        width: 75%;
    }
}

@media (max-width: 450px) {
    .miniStuff, .biggStuff, .pcStuff{
        display: none;
    }
    .w-custom, .w-custom-text{
        width: 100%;
    }
}

@media (min-width: 450px) {
    .phoneStuff{
        display: none;
    }
}

@media (max-width: 766px) {
    .image-news-pc{
        display: none !important;
    }
}

@media (min-width: 766px) {
    .image-news-phone{
        display: none;
    }
}

/* Header */
.customCursor{
    cursor: pointer;
}

.nav-link{
    color: rgba(0, 0, 0, 0.7) !important;
}

.nav-link:hover{
    border-bottom: 1px solid rgb(25, 222, 38);
    color: black !important;
    font-weight: bold;
}

.greenLine{
    border-bottom: 10px solid rgb(25, 222, 38);
}

/* FOOTER */

.green-line-bottom{
    border-top: 6px solid rgb(25, 222, 38);
    margin-bottom: 0.5rem;
}

/* ABOUT */

.customBorder{
    border-bottom: 1px solid rgb(25, 222, 38) !important;
    border-top: 0px !important;
}

.card:hover, .card-header{
    border-color: rgb(25, 222, 38) !important;
}

/* CONTACT */

.btn-custom:hover, .form-control:hover, .form-control:focus{
    border: 1px solid rgb(25, 222, 38) !important;
    outline-color: rgb(25, 222, 38) !important;
}
.form-control:focus, .btn-custom:focus {
    box-shadow: none !important;
}

.d-flex-custom {
    display: flex;
}